summaryrefslogtreecommitdiff
path: root/SPL-compiler.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'SPL-compiler.cabal')
-rw-r--r--SPL-compiler.cabal4
1 files changed, 3 insertions, 1 deletions
diff --git a/SPL-compiler.cabal b/SPL-compiler.cabal
index 8c8c586..adf84c7 100644
--- a/SPL-compiler.cabal
+++ b/SPL-compiler.cabal
@@ -21,6 +21,8 @@ executable SPL-compiler
main-is: Main.hs
other-extensions: LambdaCase
build-depends: base >=4.9 && <4.10,
- MissingH >=1.4 && <1.5
+ MissingH >=1.4 && <1.5,
+ parsec >=3.1 && <3.2,
+ mtl >=2.2 && <2.3
hs-source-dirs: src
default-language: Haskell2010