update dependencies

This commit is contained in:
Rhiannon Morris 2024-11-26 17:30:54 +01:00
parent 31a3bc83d5
commit fe209a8aca
2 changed files with 5 additions and 5 deletions

View file

@ -30,9 +30,9 @@ executable laantas-script
RecordWildCards, RecordWildCards,
ViewPatterns ViewPatterns
build-depends: build-depends:
base >= 4.14.0.0 && < 4.20, base >= 4.14.0.0 && < 4.21,
containers ^>= 0.6.2.1, containers >= 0.6 && < 0.8,
mtl ^>= 2.2.2, mtl >= 2.2 && < 2.4,
svg-builder ^>= 0.1.1, svg-builder ^>= 0.1.1,
optparse-applicative ^>= 0.16.0.0, optparse-applicative ^>= 0.16.0.0,
text ^>= 2.1, text ^>= 2.1,

View file

@ -33,8 +33,8 @@ executable langfilter
RecordWildCards, RecordWildCards,
ViewPatterns ViewPatterns
build-depends: build-depends:
base >= 4.14.0.0 && < 4.20, base >= 4.14.0.0 && < 4.21,
containers ^>= 0.6.2.1, containers >= 0.6 && < 0.8,
filepath ^>= 1.4.2.1, filepath ^>= 1.4.2.1,
megaparsec ^>= 9.6.1, megaparsec ^>= 9.6.1,
process ^>= 1.6.11.0, process ^>= 1.6.11.0,