Skip to content

Commit 6f52dbe

Browse files
authored
Allow random-1.2 (#53)
* Allow random-1.2 Context: commercialhaskell/stackage#5474 * test-framework-tests: Allow QuickCheck 2.14
1 parent d19cb78 commit 6f52dbe

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

core/test-framework.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Library
4848
Build-Depends: base >= 4.3 && < 5
4949
, ansi-terminal >= 0.4.0 && < 0.11
5050
, ansi-wl-pprint >= 0.5.1 && < 0.7
51-
, random >= 1.0 && < 1.2
51+
, random >= 1.0 && < 1.3
5252
, containers >= 0.1 && < 0.7
5353
, regex-posix >= 0.72 && < 0.97
5454
, old-locale >= 1.0 && < 1.1
@@ -104,7 +104,7 @@ Test-Suite test-framework-tests
104104

105105
-- Buildable: False
106106
Build-Depends: HUnit >= 1.2
107-
, QuickCheck >= 2.3 && < 2.14
107+
, QuickCheck >= 2.3 && < 2.15
108108
, base >= 4.3
109109
, random >= 1.0
110110
, containers >= 0.1

quickcheck2/test-framework-quickcheck2.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Library
3030
, QuickCheck >= 2.4 && < 2.15
3131
, base >= 4.3 && < 5
3232
, extensible-exceptions >= 0.1.1 && < 0.2.0
33-
, random >= 1 && < 1.2
33+
, random >= 1 && < 1.3
3434

3535
Ghc-Options: -Wall
3636

0 commit comments

Comments
 (0)