aboutsummaryrefslogtreecommitdiff
path: root/hs-visinter.cabal
diff options
context:
space:
mode:
authorTom Smeding <tom@tomsmeding.com>2024-02-26 22:59:54 +0100
committerTom Smeding <tom@tomsmeding.com>2024-02-26 22:59:54 +0100
commit307919760c58e037ec3260fcd0c3c7f7227fd7aa (patch)
tree2d4451b230a243f4dec60d80b6e9557c2e486749 /hs-visinter.cabal
parent49f4a26867eb81eb59cfea78374bb09dd45edfa3 (diff)
WIP typecheck and other stuff
Diffstat (limited to 'hs-visinter.cabal')
-rw-r--r--hs-visinter.cabal4
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