From d23e0435aae964c4ed9dd74a7c15f3e6c8e1f254 Mon Sep 17 00:00:00 2001 From: Rhiannon Morris Date: Wed, 30 Mar 2022 04:34:27 +0200 Subject: [PATCH] base constraint updates --- cabal.project | 2 +- laantas-script/laantas-script.cabal | 2 +- langfilter/langfilter.cabal | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cabal.project b/cabal.project index c2e2708..be54576 100644 --- a/cabal.project +++ b/cabal.project @@ -5,4 +5,4 @@ packages: source-repository-package type: git location: https://git.rhiannon.website/rhi/svg-builder - tag: 6bda613b538b08e9947913382f3b94235ca92149 + tag: 1cbcd594d3009f9fd71f253b52ac82673bf5482e diff --git a/laantas-script/laantas-script.cabal b/laantas-script/laantas-script.cabal index c9c853a..31c47d5 100644 --- a/laantas-script/laantas-script.cabal +++ b/laantas-script/laantas-script.cabal @@ -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, diff --git a/langfilter/langfilter.cabal b/langfilter/langfilter.cabal index 3ee25cf..5736cb4 100644 --- a/langfilter/langfilter.cabal +++ b/langfilter/langfilter.cabal @@ -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,