diff --git a/hw-streams.cabal b/hw-streams.cabal index 40106aa..3cfaca4 100644 --- a/hw-streams.cabal +++ b/hw-streams.cabal @@ -42,7 +42,7 @@ common hw-hspec-hedgehog { build-depends: hw-hspec-hedgehog >= 0.1 common hw-prim { build-depends: hw-prim >= 0.6.2.17 && < 0.7 } common mmap { build-depends: mmap >= 0.5 && < 0.6 } common primitive { build-depends: primitive >= 0.6.3.0 && < 0.8 } -common QuickCheck { build-depends: QuickCheck >= 2.10 && < 2.14 } +common QuickCheck { build-depends: QuickCheck >= 2.10 && < 2.15 } common semigroups { build-depends: semigroups >= 0.8.4 && < 0.20 } common transformers { build-depends: transformers >= 0.4 && < 0.6 } common vector { build-depends: vector >= 0.12 && < 0.13 }