Skip to content

Commit 61997b3

Browse files
committed
Bump QuickCheck upper bound
1 parent c435d28 commit 61997b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hw-streams.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ common hw-hspec-hedgehog { build-depends: hw-hspec-hedgehog >= 0.1
4242
common hw-prim { build-depends: hw-prim >= 0.6.2.17 && < 0.7 }
4343
common mmap { build-depends: mmap >= 0.5 && < 0.6 }
4444
common primitive { build-depends: primitive >= 0.6.3.0 && < 0.8 }
45-
common QuickCheck { build-depends: QuickCheck >= 2.10 && < 2.14 }
45+
common QuickCheck { build-depends: QuickCheck >= 2.10 && < 2.15 }
4646
common semigroups { build-depends: semigroups >= 0.8.4 && < 0.20 }
4747
common transformers { build-depends: transformers >= 0.4 && < 0.6 }
4848
common vector { build-depends: vector >= 0.12 && < 0.13 }

0 commit comments

Comments
 (0)