diff options
author | Camil Staps | 2018-02-07 12:30:29 +0100 |
---|---|---|
committer | Camil Staps | 2018-02-07 12:30:29 +0100 |
commit | 99cc59c2cd1c1b32c4c2bf57cb2168dcc94334a8 (patch) | |
tree | 549e96c3c004840f5bece425a9817c1fc4aa182a /SPL-compiler.cabal | |
parent | Add TArrow (diff) |
Start with parser
Diffstat (limited to 'SPL-compiler.cabal')
-rw-r--r-- | SPL-compiler.cabal | 4 |
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 |