Wrote up a cabal file.

This commit is contained in:
Anton Golov 2014-05-29 03:41:12 +02:00 committed by darkf
parent 989db3dc10
commit 209c815f80
1 changed files with 12 additions and 0 deletions

12
lamb.cabal Normal file
View File

@ -0,0 +1,12 @@
name: lamb
version: 0.0.1
synopsis: The Lamb programming language
author: darkf
build-type: Simple
cabal-version: >= 1.8
executable main
main-is: Lamb.hs
build-depends: base, peggy, containers, transformers, directory, filepath, bytestring, network
hs-source-dirs: .
extensions: DoAndIfThenElse