Skip to content

Commit f0a9c7a

Browse files
committed
Allow hspec-2.3.2
For commercialhaskell/stackage#1993
1 parent 71b66d6 commit f0a9c7a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

fgl-arbitrary/fgl-arbitrary.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ test-suite fgl-arbitrary-tests
4444
, fgl
4545
, base
4646
, QuickCheck >= 2.3 && < 2.10
47-
, hspec >= 2.1 && < 2.3
47+
, hspec >= 2.1 && < 2.4
4848
, containers
4949

5050
hs-source-dirs: test

fgl.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ test-suite fgl-tests {
9191
build-depends: fgl
9292
, base
9393
, QuickCheck >= 2.8 && < 2.10
94-
, hspec >= 2.1 && < 2.3
94+
, hspec >= 2.1 && < 2.4
9595
, containers
9696

9797
hs-source-dirs: test

0 commit comments

Comments
 (0)