summaryrefslogtreecommitdiff
path: root/lisphs.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'lisphs.cabal')
-rw-r--r--lisphs.cabal4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisphs.cabal b/lisphs.cabal
index b054466..640ceee 100644
--- a/lisphs.cabal
+++ b/lisphs.cabal
@@ -12,5 +12,5 @@ executable lisp
default-language: Haskell2010
ghc-options: -Wall -O2
build-depends: base >= 4 && < 5,
- containers, filepath, mtl, parsec
- other-modules: AST, Compiler, CompilerMacros, Intermediate, Optimiser, Parser, VM
+ containers, filepath, mtl, parsec, text
+ other-modules: AST, Compiler, CompilerMacros, DString, Intermediate, Optimiser, Parser, VM