Skip to content

Commit 9d1470b

Browse files
authored
Allow attoparsec 0.14
Builds fine and all tests pass.
1 parent 33449f5 commit 9d1470b

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.17
3030
default-language: Haskell2010

0 commit comments

Comments
 (0)