From 1df29c64db0eafc6f7436124bc7ae61d79500f2c Mon Sep 17 00:00:00 2001 From: Luke Worth Date: Fri, 20 Oct 2023 14:42:38 +1100 Subject: [PATCH] chore: allow base 4.18 --- wai-handler-hal.cabal | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/wai-handler-hal.cabal b/wai-handler-hal.cabal index f05d5eb..b9e1d71 100644 --- a/wai-handler-hal.cabal +++ b/wai-handler-hal.cabal @@ -47,14 +47,14 @@ common opts common deps build-depends: - , base >=4.12 && <4.18 - , base64-bytestring >=1.0.0.0 && <1.3 - , bytestring >=0.10.8 && <0.12 + , base >=4.12 && <4.19 + , base64-bytestring >=1.0.0.0 && <1.3 + , bytestring >=0.10.8 && <0.12 , case-insensitive ^>=1.2.0.0 - , hal >=0.4.7 && <0.4.11 || >=1.0.0 && <1.1 + , 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 + , network >=2.8.0.0 && <3.2 + , text ^>=1.2.3 || ^>=2.0 , unordered-containers ^>=0.2.10.0 , vault ^>=0.3.1.0 , wai ^>=3.2.2 @@ -73,9 +73,9 @@ 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.2 , pretty-simple ^>=4.1.0.0 - , tasty >=1.3 && <1.5 + , tasty >=1.3 && <1.5 , tasty-golden ^>=2.3 , text , wai-handler-hal