summaryrefslogtreecommitdiff
path: root/lisphs.cabal
diff options
context:
space:
mode:
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 131deb4..ec986fc 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, text
+ array, containers, filepath, mtl, parsec, text
other-modules: AST, Compiler, CompilerMacros, DString, Intermediate, Liveness, Optimiser, Parser, Stackify, Util, VM