Relax quickcheck version bounds

QuickCheck had an update!
This commit is contained in:
Tom Harding 2021-03-20 23:33:14 +00:00
parent 74848cfe2a
commit 02a19384ed

View File

@ -30,7 +30,7 @@ library
, barbies ^>= 2.0
, generic-lens >= 2.1 && < 3.0
, generic-lens-core >= 2.1 && < 3.0
, QuickCheck >= 2.12.6 && < 2.14
, QuickCheck >= 2.12.6 && < 2.15
, named ^>= 0.3.0.0
hs-source-dirs: src
default-language: Haskell2010