lamb.cabal: change executable name, add more build deps

This commit is contained in:
darkf 2017-06-01 20:26:27 +00:00
parent 19dd48991e
commit 03c8a89318
1 changed files with 3 additions and 2 deletions

View File

@ -5,8 +5,9 @@ author: darkf
build-type: Simple
cabal-version: >= 1.8
executable main
executable lamb
main-is: Lamb.hs
build-depends: base, peggy, containers, transformers, directory, filepath, bytestring, network, text
build-depends: base, peggy, containers, transformers, directory, filepath, bytestring, network, text, time, stm
hs-source-dirs: .
extensions: DoAndIfThenElse
other-modules: AST, Interp, Parser