From 6e62e5af36fa972c631ffc185cfa77c30a390b40 Mon Sep 17 00:00:00 2001 From: tomsmeding Date: Sat, 14 Dec 2019 17:11:01 +0100 Subject: Fuck stack --- lisphs.cabal | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'lisphs.cabal') 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 -- cgit v1.2.3-54-g00ecf