From d408a2170a2942576e3b69958eaeadafb5a17969 Mon Sep 17 00:00:00 2001 From: Hugh Davidson <32408698+Tristano8@users.noreply.github.com> Date: Tue, 5 Mar 2024 10:29:32 +1100 Subject: [PATCH] Update wai-handler-hal.cabal Co-authored-by: JackKelly-Bellroy <64521034+JackKelly-Bellroy@users.noreply.github.com> --- 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 a6455ca..4fdc686 100644 --- a/wai-handler-hal.cabal +++ b/wai-handler-hal.cabal @@ -50,7 +50,7 @@ common deps build-depends: , base >=4.12 && <4.19 , base64-bytestring >=1.0.0.0 && <1.3 - , bytestring >=0.10.8 && <0.12.2 + , bytestring >=0.10.8 && <0.13 , case-insensitive ^>=1.2.0.0 , hal >=0.4.7 && <0.4.11 || >=1.0.0 && <1.2 , http-media ^>=0.8.1.1