Increase upper bound for text.

This commit is contained in:
John MacFarlane 2014-01-06 22:35:54 -08:00
parent 6ddd9f3239
commit 9bd7ed7225

View file

@ -316,12 +316,11 @@ Executable pandoc
directory >= 1 && < 1.3,
filepath >= 1.1 && < 1.4,
network >= 2 && < 2.5,
text >= 0.11 && < 0.12,
text >= 0.11 && < 1.1,
bytestring >= 0.9 && < 0.11,
extensible-exceptions >= 0.1 && < 0.2,
highlighting-kate >= 0.5.5 && < 0.6,
aeson >= 0.6 && < 0.7,
text >= 0.11 && < 0.12,
yaml >= 0.8.3 && < 0.9,
containers >= 0.1 && < 0.6,
HTTP >= 4000.0.5 && < 4000.3
@ -359,7 +358,7 @@ Test-Suite test-pandoc
pandoc,
pandoc-types >= 1.12.3 && < 1.13,
bytestring >= 0.9 && < 0.11,
text >= 0.11 && < 0.12,
text >= 0.11 && < 1.1,
directory >= 1 && < 1.3,
filepath >= 1.1 && < 1.4,
process >= 1 && < 1.3,