From ba3f94e60d1b16a1e59f480a853a443896ea197d Mon Sep 17 00:00:00 2001 From: George Wilson Date: Mon, 3 Jun 2019 15:07:38 +1000 Subject: [PATCH] Bump hedgehog version bound --- hw-simd.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw-simd.cabal b/hw-simd.cabal index e0092b7..4a74de0 100644 --- a/hw-simd.cabal +++ b/hw-simd.cabal @@ -46,7 +46,7 @@ common containers { build-depends: containers common criterion { build-depends: criterion >= 1.4.1.0 && < 1.6 } common deepseq { build-depends: deepseq >= 1.4 && < 1.5 } common directory { build-depends: directory >= 1.2.2 && < 1.4 } -common hedgehog { build-depends: hedgehog >= 0.5 && < 0.7 } +common hedgehog { build-depends: hedgehog >= 0.5 && < 1.1 } common hspec { build-depends: hspec >= 2.4 && < 3 } common hw-bits { build-depends: hw-bits >= 0.7.0.2 && < 0.8 } common hw-hedgehog { build-depends: hw-hedgehog >= 0.1.0.1 && < 0.2 }