Skip to content

Commit 1d4bd0e

Browse files
authored
Merge pull request #75 from jchia/bump-test-version
Bumped version upper bounds for hspec & QuickCheck
2 parents e140c0f + dc5184a commit 1d4bd0e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

fgl-arbitrary/fgl-arbitrary.cabal

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ library
2929
-- other-extensions:
3030
build-depends: base < 5
3131
, fgl >= 5.5.2.0 && < 6
32-
, QuickCheck >= 2.3 && < 2.10
32+
, QuickCheck >= 2.3 && < 2.12
3333
-- hs-source-dirs:
3434
default-language: Haskell2010
3535

@@ -43,8 +43,8 @@ test-suite fgl-arbitrary-tests
4343
build-depends: fgl-arbitrary
4444
, fgl
4545
, 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
4848
, containers
4949

5050
hs-source-dirs: test

fgl.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,8 @@ test-suite fgl-tests {
9090

9191
build-depends: fgl
9292
, 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
9595
, containers
9696

9797
hs-source-dirs: test

0 commit comments

Comments
 (0)