Skip to content

Commit acb2471

Browse files
authored
Merge pull request #57 from felixonmars/patch-3
Allow hspec 2.8
2 parents 71933a2 + 81b0506 commit acb2471

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)