File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ library
29
29
-- other-extensions:
30
30
build-depends : base < 5
31
31
, fgl >= 5.5.2.0 && < 6
32
- , QuickCheck >= 2.3 && < 2.10
32
+ , QuickCheck >= 2.3 && < 2.12
33
33
-- hs-source-dirs:
34
34
default-language : Haskell2010
35
35
@@ -43,8 +43,8 @@ test-suite fgl-arbitrary-tests
43
43
build-depends : fgl-arbitrary
44
44
, fgl
45
45
, base
46
- , QuickCheck >= 2.3 && < 2.10
47
- , hspec >= 2.1 && < 2.5
46
+ , QuickCheck >= 2.3 && < 2.12
47
+ , hspec >= 2.1 && < 2.6
48
48
, containers
49
49
50
50
hs-source-dirs : test
Original file line number Diff line number Diff line change @@ -90,8 +90,8 @@ test-suite fgl-tests {
90
90
91
91
build-depends : fgl
92
92
, base
93
- , QuickCheck >= 2.8 && < 2.10
94
- , hspec >= 2.1 && < 2.5
93
+ , QuickCheck >= 2.8 && < 2.12
94
+ , hspec >= 2.1 && < 2.6
95
95
, containers
96
96
97
97
hs-source-dirs : test
You can’t perform that action at this time.
0 commit comments