From 03c8a89318f83f7f99105bcc67df837cddf1c1f8 Mon Sep 17 00:00:00 2001 From: darkf Date: Thu, 1 Jun 2017 20:26:27 +0000 Subject: [PATCH] lamb.cabal: change executable name, add more build deps --- lamb.cabal | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lamb.cabal b/lamb.cabal index f0ccb78..1a09aaf 100644 --- a/lamb.cabal +++ b/lamb.cabal @@ -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