From c641d61fc660ab4b08e21ab79a98e7895af2612d Mon Sep 17 00:00:00 2001 From: Taylor Fausak Date: Wed, 26 May 2021 19:28:43 -0400 Subject: [PATCH] Relax constraints to allow more wired-in libraries --- witch.cabal | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/witch.cabal b/witch.cabal index a1e1ebc..b44c516 100644 --- a/witch.cabal +++ b/witch.cabal @@ -19,10 +19,10 @@ source-repository head common basics build-depends: , base >= 4.12.0 && < 4.16 - , bytestring >= 0.10.12 && < 0.12 - , containers >= 0.6.2 && < 0.7 - , text >= 1.2.4 && < 1.3 - , time >= 1.9 && < 1.12 + , bytestring >= 0.10.8 && < 0.12 + , containers >= 0.6.0 && < 0.7 + , text >= 1.2.3 && < 1.3 + , time >= 1.8 && < 1.12 default-language: Haskell2010 ghc-options: -Weverything