summaryrefslogtreecommitdiff
path: root/lisphs.cabal
diff options
context:
space:
mode:
authortomsmeding <tom.smeding@gmail.com>2019-11-26 22:11:28 +0100
committertomsmeding <tom.smeding@gmail.com>2019-12-13 15:06:58 +0100
commitf9bcf22542b30b75c73cc9d45a91561998b083dc (patch)
tree7fd063314525243ea2d8edf0185d472807d3ca1d /lisphs.cabal
parenta436e9d7c7c4115ecc397b4b103573e75aa6c8bc (diff)
Use IOArray for TempMap in VM
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