diff options
Diffstat (limited to 'hs-visinter.cabal')
-rw-r--r-- | hs-visinter.cabal | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/hs-visinter.cabal b/hs-visinter.cabal index 0c41aa2..276daa2 100644 --- a/hs-visinter.cabal +++ b/hs-visinter.cabal @@ -10,14 +10,16 @@ build-type: Simple library exposed-modules: Control.FAlternative + Data.Bag HSVIS.AST HSVIS.Diagnostic HSVIS.Parser HSVIS.Pretty + HSVIS.Typecheck build-depends: base >= 4.16 && < 4.20, containers >= 0.6.3.1 && < 0.8, - mtl, + mtl ^>= 2.3, monad-chronicle ^>= 1.0.0.1, these hs-source-dirs: src |