mirror of
https://github.com/tfausak/witch.git
synced 2024-11-23 00:06:27 +03:00
Update upper bounds for QuickCheck and bytestring
This commit is contained in:
parent
6e1ffb6ff2
commit
841ccade85
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user