Skip to content

Commit 7d20ad2

Browse files
committed
base64-bytestring-type.cabal: Bump QuickCheck upper bound
1 parent 88c10c7 commit 7d20ad2

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

base64-bytestring-type.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ library
7777
, base-compat >=0.9.3 && <0.16
7878
, base64-bytestring >=1.0.0.1 && <1.3
7979
, hashable >=1.2.6.1 && <1.6
80-
, QuickCheck >=2.11.3 && <2.17
80+
, QuickCheck >=2.11.3 && <2.19
8181

8282
if !impl(ghc >=8.0)
8383
build-depends: semigroups >=0.18.5 && <0.21

cabal.project

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
packages: .
22

3+
constraints:
4+
, QuickCheck >= 2.18
5+
36
-- cabal-allow-newer
47
if impl (ghc >= 9.14)
58
allow-newer:

0 commit comments

Comments
 (0)