Skip to content

Commit 6f312d4

Browse files
authored
Allow hspec 2.10
Builds fine and all tests pass.
1 parent 4e68ee9 commit 6f312d4

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.10,
47+
hspec >= 2.2.3 && < 2.11,
4848
QuickCheck >= 2.4 && < 2.15,
4949
bytestring >= 0.9 && < 0.12
5050

0 commit comments

Comments
 (0)