base constraint updates

This commit is contained in:
Rhiannon Morris 2022-03-30 04:34:27 +02:00
parent 604da055e4
commit d23e0435aa
3 changed files with 3 additions and 3 deletions

View File

@ -5,4 +5,4 @@ packages:
source-repository-package
type: git
location: https://git.rhiannon.website/rhi/svg-builder
tag: 6bda613b538b08e9947913382f3b94235ca92149
tag: 1cbcd594d3009f9fd71f253b52ac82673bf5482e

View File

@ -29,7 +29,7 @@ executable laantas-script
OverloadedStrings,
RecordWildCards
build-depends:
base ^>= 4.14.0.0,
base >= 4.14.0.0 && < 4.17,
containers ^>= 0.6.2.1,
mtl ^>= 2.2.2,
svg-builder ^>= 0.1.1,

View File

@ -33,7 +33,7 @@ executable langfilter
RecordWildCards,
ViewPatterns
build-depends:
base ^>= 4.14.0.0,
base >= 4.14.0.0 && < 4.17,
containers ^>= 0.6.2.1,
filepath ^>= 1.4.2.1,
megaparsec ^>= 9.0.1,