From 3f4e5bcf669d352ddac63e9a55979240be8d69a5 Mon Sep 17 00:00:00 2001 From: Chris D'Aloisio Date: Mon, 28 Aug 2023 18:58:11 +1000 Subject: [PATCH 1/2] chore: update cabal package bounds --- wai-handler-hal.cabal | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/wai-handler-hal.cabal b/wai-handler-hal.cabal index 61ba1b8..f617683 100644 --- a/wai-handler-hal.cabal +++ b/wai-handler-hal.cabal @@ -41,14 +41,14 @@ common opts common deps build-depends: - , base >=4.12 && <4.18 + , base >=4.12 && <4.19 , base64-bytestring >=1.0.0.0 && <1.3 - , bytestring >=0.10.8 && <0.12 + , bytestring >=0.10.8 && <0.13 , case-insensitive ^>=1.2.0.0 , hal >=0.4.7 && <0.4.11 || >=1.0.0 && <1.1 , http-types ^>=0.12.3 , network >=2.8.0.0 && <3.2 - , text ^>=1.2.3 || ^>=2.0 + , text ^>=1.2.3 || ^>=2.1 , unordered-containers ^>=0.2.10.0 , vault ^>=0.3.1.0 , wai ^>=3.2.2 @@ -67,7 +67,7 @@ test-suite wai-handler-hal-tests other-modules: Network.Wai.Handler.HalTest build-tool-depends: tasty-discover:tasty-discover ^>=4.2.2 build-depends: - , aeson >=1.5.6.0 && <1.6 || >=2.0 && <2.2 + , aeson >=1.5.6.0 && <1.6 || >=2.0 && <2.3 , pretty-simple ^>=4.1.0.0 , tasty >=1.3 && <1.5 , tasty-golden ^>=2.3 From debd575313ffb217bb8273a045d02e17856483cb Mon Sep 17 00:00:00 2001 From: Chris D'Aloisio Date: Mon, 28 Aug 2023 19:13:34 +1000 Subject: [PATCH 2/2] chore: revert package bounds for text --- wai-handler-hal.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wai-handler-hal.cabal b/wai-handler-hal.cabal index f617683..fefd241 100644 --- a/wai-handler-hal.cabal +++ b/wai-handler-hal.cabal @@ -48,7 +48,7 @@ common deps , hal >=0.4.7 && <0.4.11 || >=1.0.0 && <1.1 , http-types ^>=0.12.3 , network >=2.8.0.0 && <3.2 - , text ^>=1.2.3 || ^>=2.1 + , text ^>=1.2.3 || ^>=2.0 , unordered-containers ^>=0.2.10.0 , vault ^>=0.3.1.0 , wai ^>=3.2.2