13 lines
474 B
Text
13 lines
474 B
Text
name: lamb
|
|
version: 0.0.1
|
|
synopsis: The Lamb programming language
|
|
author: darkf
|
|
build-type: Simple
|
|
cabal-version: >= 1.8
|
|
|
|
executable lamb
|
|
main-is: Lamb.hs
|
|
build-depends: base, peggy, containers, transformers, directory, filepath, bytestring, network, text, time, stm
|
|
hs-source-dirs: .
|
|
extensions: DoAndIfThenElse
|
|
other-modules: AST, Interp, Parser
|