From c851f9e7a7a8c89a569c0950cee0e3c934c32c81 Mon Sep 17 00:00:00 2001 From: Taylor Fausak Date: Sat, 18 Mar 2023 16:13:37 -0500 Subject: [PATCH] Fix bounds on bytestring --- witch.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/witch.cabal b/witch.cabal index 3b59cf7..4c9be06 100644 --- a/witch.cabal +++ b/witch.cabal @@ -24,7 +24,7 @@ flag pedantic common library build-depends: , base >= 4.16.0 && < 4.19 - , bytestring >= 0.11.4 && < 0.12 + , bytestring >= 0.11.3 && < 0.12 , containers >= 0.6.5 && < 0.7 , tagged >= 0.8.6 && < 0.9 , text >= 1.2.5 && < 1.3 || >= 2.0 && < 2.1