Fixed bytestring upperbounds (0.11, not 1.0).

This commit is contained in:
John MacFarlane 2012-12-31 14:34:02 -08:00
parent 1a24841450
commit 2e43980a67

View file

@ -205,7 +205,7 @@ Library
filepath >= 1.1 && < 1.4, filepath >= 1.1 && < 1.4,
process >= 1 && < 1.2, process >= 1 && < 1.2,
directory >= 1 && < 1.3, directory >= 1 && < 1.3,
bytestring >= 0.9 && < 1.0, bytestring >= 0.9 && < 0.11,
text >= 0.11 && < 0.12, text >= 0.11 && < 0.12,
zip-archive >= 0.1.1.7 && < 0.2, zip-archive >= 0.1.1.7 && < 0.2,
old-locale >= 1 && < 1.1, old-locale >= 1 && < 1.1,
@ -309,7 +309,7 @@ Executable pandoc
filepath >= 1.1 && < 1.4, filepath >= 1.1 && < 1.4,
network >= 2 && < 2.5, network >= 2 && < 2.5,
text >= 0.11 && < 0.12, text >= 0.11 && < 0.12,
bytestring >= 0.9 && < 1.0, bytestring >= 0.9 && < 0.11,
extensible-exceptions >= 0.1 && < 0.2, extensible-exceptions >= 0.1 && < 0.2,
highlighting-kate >= 0.5.1 && < 0.6, highlighting-kate >= 0.5.1 && < 0.6,
HTTP >= 4000.0.5 && < 4000.3, HTTP >= 4000.0.5 && < 4000.3,
@ -356,7 +356,7 @@ Test-Suite test-pandoc
syb >= 0.1 && < 0.4, syb >= 0.1 && < 0.4,
pandoc, pandoc,
pandoc-types >= 1.10 && < 1.11, pandoc-types >= 1.10 && < 1.11,
bytestring >= 0.9 && < 1.0, bytestring >= 0.9 && < 0.11,
text >= 0.11 && < 0.12, text >= 0.11 && < 0.12,
directory >= 1 && < 1.3, directory >= 1 && < 1.3,
filepath >= 1.1 && < 1.4, filepath >= 1.1 && < 1.4,