fix for ghc 9.4

This commit is contained in:
Rhiannon Morris 2023-12-24 01:41:12 +01:00
parent e28a2c6ce4
commit 6b50c1bc60
4 changed files with 30 additions and 25 deletions

View file

@ -30,12 +30,12 @@ executable laantas-script
RecordWildCards,
ViewPatterns
build-depends:
base >= 4.14.0.0 && < 4.17,
base >= 4.14.0.0 && < 4.20,
containers ^>= 0.6.2.1,
mtl ^>= 2.2.2,
svg-builder ^>= 0.1.1,
optparse-applicative ^>= 0.16.0.0,
text ^>= 1.2.3.2,
megaparsec ^>= 9.0.1
text ^>= 2.1,
megaparsec ^>= 9.6.1
ghc-options:
-Wall -threaded -rtsopts -with-rtsopts=-N