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