aboutsummaryrefslogtreecommitdiff
path: root/hs-visinter.cabal
diff options
context:
space:
mode:
authorTom Smeding <tom@tomsmeding.com>2023-04-15 22:04:36 +0200
committerTom Smeding <tom@tomsmeding.com>2023-04-15 22:04:36 +0200
commitaea2a97d0aace7f7466e55bf8fed7e47497d2dc7 (patch)
tree1b1766f5a09c2902f8004396175c54b58599739f /hs-visinter.cabal
parenta06d17e5f4ec8f5011f9ef264bd15d7e4a19c1fb (diff)
Some parser work
Diffstat (limited to 'hs-visinter.cabal')
-rw-r--r--hs-visinter.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/hs-visinter.cabal b/hs-visinter.cabal
index ba035ab..9c5e18d 100644
--- a/hs-visinter.cabal
+++ b/hs-visinter.cabal
@@ -13,7 +13,7 @@ executable hs-visinter
AST
Parser
build-depends:
- base >= 4.13 && < 4.15,
+ base >= 4.16 && < 4.17,
containers >= 0.6.3.1 && < 0.7,
parsec >= 3.1.14.0 && < 3.2,
mtl,