aboutsummaryrefslogtreecommitdiff
path: root/hs-visinter.cabal
diff options
context:
space:
mode:
authorTom Smeding <tom@tomsmeding.com>2024-03-14 23:21:53 +0100
committerTom Smeding <tom@tomsmeding.com>2024-03-14 23:21:53 +0100
commite7bed242ba52e6d3233928f2c6189e701cfa5e4c (patch)
tree4bdda2b7bc702c87d97f89946362e6b719126831 /hs-visinter.cabal
parente8f09ff3f9d40922238d646c8fbcbacf9cfdfb62 (diff)
Some typechecker work
Diffstat (limited to 'hs-visinter.cabal')
-rw-r--r--hs-visinter.cabal1
1 files changed, 1 insertions, 0 deletions
diff --git a/hs-visinter.cabal b/hs-visinter.cabal
index 0b21e36..48d3456 100644
--- a/hs-visinter.cabal
+++ b/hs-visinter.cabal
@@ -17,6 +17,7 @@ library
HSVIS.Parser
HSVIS.Pretty
HSVIS.Typecheck
+ HSVIS.Typecheck.Solve
build-depends:
base >= 4.16 && < 4.20,
containers >= 0.6.3.1 && < 0.8,