lamb.cabal: change executable name, add more build deps
This commit is contained in:
parent
19dd48991e
commit
03c8a89318
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue