From c81d792ba342fd4f8f7d3cbc92cd968fa8100f03 Mon Sep 17 00:00:00 2001 From: George Wilson Date: Mon, 3 Jun 2019 15:34:37 +1000 Subject: [PATCH] Bump version bounds --- hw-streams.cabal | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/hw-streams.cabal b/hw-streams.cabal index 0cac6f7..95c5b9e 100644 --- a/hw-streams.cabal +++ b/hw-streams.cabal @@ -33,15 +33,15 @@ common criterion { build-depends: criterion >= 1.2 common directory { build-depends: directory >= 1.2 && < 1.4 } common exceptions { build-depends: exceptions >= 0.8 && < 0.11 } common ghc-prim { build-depends: ghc-prim >= 0.4 && < 0.6 } -common hedgehog { build-depends: hedgehog >= 0.5 && < 0.7 } -common hspec { build-depends: hspec >= 2.4 && < 2.6 } +common hedgehog { build-depends: hedgehog >= 0.5 && < 1.1 } +common hspec { build-depends: hspec >= 2.4 && < 2.8 } common hw-bits { build-depends: hw-bits >= 0.7.0.3 && < 0.8 } common hw-hspec-hedgehog { build-depends: hw-hspec-hedgehog >= 0.1 && < 0.2 } 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.7 } -common QuickCheck { build-depends: QuickCheck >= 2.10 && < 2.13 } -common semigroups { build-depends: semigroups >= 0.8.4 && < 0.19 } +common primitive { build-depends: primitive >= 0.6.3.0 && < 0.8 } +common QuickCheck { build-depends: QuickCheck >= 2.10 && < 2.14 } +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 }