Skip to content

Commit c7f243c

Browse files
author
John Wiegley
committed
Relax attoparsec constraint
1 parent 43a7015 commit c7f243c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

github.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ Library
141141
Build-depends: base >= 4.0 && < 5.0,
142142
time,
143143
aeson == 0.6.1.0,
144-
attoparsec == 0.10.3.0,
144+
attoparsec >= 0.10.3.0,
145145
bytestring,
146146
containers,
147147
text,

0 commit comments

Comments
 (0)