summaryrefslogtreecommitdiff
path: root/lisphs.cabal
diff options
context:
space:
mode:
authortomsmeding <tom.smeding@gmail.com>2019-11-30 09:07:55 +0100
committertomsmeding <tom.smeding@gmail.com>2019-11-30 10:20:57 +0100
commitd4a795139f6e642441f0b497663d35f025a9480c (patch)
tree16459ec77c9d84f79406f8714f07af85b29f4623 /lisphs.cabal
parentecd369e0fbdc71c74ccd327899f8915045a01630 (diff)
TODO note in Main about stackification
Diffstat (limited to 'lisphs.cabal')
-rw-r--r--lisphs.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisphs.cabal b/lisphs.cabal
index 3bde869..32aebbe 100644
--- a/lisphs.cabal
+++ b/lisphs.cabal
@@ -13,4 +13,4 @@ executable lisp
ghc-options: -Wall -O2
build-depends: base >= 4 && < 5,
containers, filepath, mtl, parsec, text
- other-modules: AST, Compiler, CompilerMacros, DString, Intermediate, Liveness, Optimiser, Parser, VM
+ other-modules: AST, Compiler, CompilerMacros, DString, Intermediate, Liveness, Optimiser, Parser, Util, VM