Skip to content

Commit 8f8066b

Browse files
committed
Builds with hspec-2.4.*
I believe this closes #60 (despite it's odd wording)
1 parent 84a89c4 commit 8f8066b

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.4
47+
, hspec >= 2.1 && < 2.5
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.4
94+
, hspec >= 2.1 && < 2.5
9595
, containers
9696

9797
hs-source-dirs: test

0 commit comments

Comments
 (0)