summaryrefslogtreecommitdiff
path: root/fun.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'fun.cabal')
-rw-r--r--fun.cabal8
1 files changed, 8 insertions, 0 deletions
diff --git a/fun.cabal b/fun.cabal
index e9eb3c1..fd346b8 100644
--- a/fun.cabal
+++ b/fun.cabal
@@ -17,9 +17,17 @@ library
hs-source-dirs: src
exposed-modules: Lib
, K.NanoParsec
+ , K.Parsing
+ , K.Ast
+ , K.Eval
+ , K.Repl
build-depends: base >= 4.7 && < 5
, text
+ , mtl
+ , transformers
+ , haskeline
, lens
+ , parsec
default-language: Haskell2010
executable fun-exe