From 209c815f8098b59e95434a567658efec89c9e106 Mon Sep 17 00:00:00 2001 From: Anton Golov Date: Thu, 29 May 2014 03:41:12 +0200 Subject: [PATCH] Wrote up a cabal file. --- lamb.cabal | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 lamb.cabal 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