summaryrefslogtreecommitdiff
path: root/lisphs.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'lisphs.cabal')
-rw-r--r--lisphs.cabal7
1 files changed, 6 insertions, 1 deletions
diff --git a/lisphs.cabal b/lisphs.cabal
index ec986fc..98d74c8 100644
--- a/lisphs.cabal
+++ b/lisphs.cabal
@@ -12,5 +12,10 @@ executable lisp
default-language: Haskell2010
ghc-options: -Wall -O2
build-depends: base >= 4 && < 5,
- array, containers, filepath, mtl, parsec, text
+ array >= 0.5.4.0,
+ containers >= 0.6.2.1,
+ filepath >= 1.4.2.1,
+ mtl >= 2.2.2,
+ parsec >= 3.1.14.0,
+ text >= 1.2.4.0
other-modules: AST, Compiler, CompilerMacros, DString, Intermediate, Liveness, Optimiser, Parser, Stackify, Util, VM