lamb/lamb.cabal

14 lines
474 B
Plaintext
Raw Permalink Normal View History

2014-05-29 01:41:12 +00:00
name: lamb
version: 0.0.1
synopsis: The Lamb programming language
author: darkf
build-type: Simple
cabal-version: >= 1.8
executable lamb
2014-05-29 01:41:12 +00:00
main-is: Lamb.hs
build-depends: base, peggy, containers, transformers, directory, filepath, bytestring, network, text, time, stm
2014-05-29 01:41:12 +00:00
hs-source-dirs: .
extensions: DoAndIfThenElse
other-modules: AST, Interp, Parser