Skip to content

Commit 81b0506

Browse files
authored
Allow hspec 2.8
All tests pass here.
1 parent 33449f5 commit 81b0506

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

email-validate.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ test-suite Main
4444
build-depends:
4545
email-validate,
4646
base >= 4 && < 5,
47-
hspec >= 2.2.3 && < 2.8,
47+
hspec >= 2.2.3 && < 2.9,
4848
QuickCheck >= 2.4 && < 2.15,
4949
bytestring >= 0.9 && < 0.11
5050

0 commit comments

Comments
 (0)