From d436d21b9e60553f13498264f05a5b41cafdf44a Mon Sep 17 00:00:00 2001 From: Taylor Fausak Date: Wed, 26 May 2021 19:25:42 -0400 Subject: [PATCH] Allow bytestring 0.11 --- witch.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/witch.cabal b/witch.cabal index 3731fab..a1e1ebc 100644 --- a/witch.cabal +++ b/witch.cabal @@ -19,7 +19,7 @@ source-repository head common basics build-depends: , base >= 4.12.0 && < 4.16 - , bytestring >= 0.10.12 && < 0.11 + , bytestring >= 0.10.12 && < 0.12 , containers >= 0.6.2 && < 0.7 , text >= 1.2.4 && < 1.3 , time >= 1.9 && < 1.12