diff options
author | tomsmeding <tom.smeding@gmail.com> | 2019-12-14 17:11:01 +0100 |
---|---|---|
committer | tomsmeding <tom.smeding@gmail.com> | 2019-12-14 17:11:01 +0100 |
commit | 6e62e5af36fa972c631ffc185cfa77c30a390b40 (patch) | |
tree | dffd61c9866060c7b74c95f9f9d7a1053fb732ab /lisphs.cabal | |
parent | c44ae0b58e402ebb3240edf15b5241180cd634fc (diff) |
Fuck stack
Diffstat (limited to 'lisphs.cabal')
-rw-r--r-- | lisphs.cabal | 7 |
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 |