Skip to content

Commit cc67b9e

Browse files
authored
Allow attoparsec 0.14 (#1408)
Builds fine and all tests pass.
1 parent 0c961f6 commit cc67b9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

servant/servant.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ library
9797
build-depends:
9898
base-compat >= 0.10.5 && < 0.12
9999
, aeson >= 1.4.1.0 && < 1.6
100-
, attoparsec >= 0.13.2.2 && < 0.14
100+
, attoparsec >= 0.13.2.2 && < 0.15
101101
, bifunctors >= 5.5.3 && < 5.6
102102
, case-insensitive >= 1.2.0.11 && < 1.3
103103
, deepseq >= 1.4.2.0 && < 1.5

0 commit comments

Comments
 (0)