Update upper bounds for QuickCheck and bytestring

This commit is contained in:
Alexey Kuleshevich 2020-12-05 20:10:33 +03:00
parent 6e1ffb6ff2
commit 841ccade85
No known key found for this signature in database
GPG Key ID: E59B216127119E3E

View File

@ -18,7 +18,7 @@ source-repository head
library
build-depends:
base >= 4.12.0 && < 4.15
, bytestring >= 0.10.8 && < 0.11
, bytestring >= 0.10.8 && < 0.12
, containers >= 0.6.0 && < 0.7
, text >= 1.2.3 && < 1.3
default-language: Haskell2010
@ -42,7 +42,7 @@ test-suite test
, bytestring
, containers
, hspec >= 2.7.1 && < 2.8
, QuickCheck >= 2.13.2 && < 2.14
, QuickCheck >= 2.13.2 && < 2.15
, text
, witch
default-language: Haskell2010