Skip to content

Commit a0cc77d

Browse files
authored
Merge pull request #56 from felixonmars/patch-2
Allow attoparsec 0.14
2 parents acb2471 + 9d1470b commit a0cc77d

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
@@ -24,7 +24,7 @@ source-repository this
2424
library
2525
build-depends:
2626
base >= 4.4 && < 5,
27-
attoparsec >= 0.10.0 && < 0.14,
27+
attoparsec >= 0.10.0 && < 0.15,
2828
bytestring >= 0.9 && < 0.11,
2929
template-haskell >= 2.10.0.0 && < 2.18
3030
default-language: Haskell2010

0 commit comments

Comments
 (0)