diff --git a/lamb.cabal b/lamb.cabal new file mode 100644 index 0000000..a1af642 --- /dev/null +++ b/lamb.cabal @@ -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