Skip to content

Commit 6ef2865

Browse files
authored
Merge pull request #43 from haskellari/qc-2.15
Allow QuickCheck-2.15
2 parents acd91cf + e080d06 commit 6ef2865

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integer-logarithms.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ test-suite spec
112112
build-depends:
113113
base
114114
, integer-logarithms
115-
, QuickCheck >=2.14.1 && <2.15
115+
, QuickCheck >=2.14.1 && <2.16
116116
, smallcheck >=1.2 && <1.3
117117
, tasty >=1.4 && <1.6
118118
, tasty-hunit >=0.10 && <0.11

0 commit comments

Comments
 (0)