diff options
Diffstat (limited to 'lisphs.cabal')
-rw-r--r-- | lisphs.cabal | 2 |
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 |