From 03714682586e43b5ddf5c00391035471a6e01238 Mon Sep 17 00:00:00 2001 From: Felix Yan Date: Fri, 11 Sep 2020 19:26:18 +0800 Subject: [PATCH] Allow random 1.2 (#396) --- hedgehog-test-laws/hedgehog-test-laws.cabal | 2 +- hedgehog/hedgehog.cabal | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hedgehog-test-laws/hedgehog-test-laws.cabal b/hedgehog-test-laws/hedgehog-test-laws.cabal index 233f86f7..36ca7648 100644 --- a/hedgehog-test-laws/hedgehog-test-laws.cabal +++ b/hedgehog-test-laws/hedgehog-test-laws.cabal @@ -56,7 +56,7 @@ test-suite test , base >= 3 && < 5 -- https://github.com/conal/checkers/issues/44 , checkers >= 0.5 && < 0.5.5 - , QuickCheck >= 2.7 && < 2.14 + , QuickCheck >= 2.10 && < 2.15 , tasty >= 1.2 && < 1.3 , tasty-expected-failure >= 0.11 && < 0.12 , tasty-quickcheck >= 0.10 && < 0.11 diff --git a/hedgehog/hedgehog.cabal b/hedgehog/hedgehog.cabal index 019536c2..4b18daac 100644 --- a/hedgehog/hedgehog.cabal +++ b/hedgehog/hedgehog.cabal @@ -66,7 +66,7 @@ library , mtl >= 2.1 && < 2.3 , pretty-show >= 1.6 && < 1.11 , primitive >= 0.6 && < 0.8 - , random >= 1.1 && < 1.2 + , random >= 1.1 && < 1.3 , resourcet >= 1.1 && < 1.3 , stm >= 2.4 && < 2.6 , template-haskell >= 2.10 && < 2.17