mirror of
https://github.com/jgm/pandoc.git
synced 2026-09-26 09:25:48 +00:00
Fixed bytestring upperbounds (0.11, not 1.0).
This commit is contained in:
+3
-3
@@ -205,7 +205,7 @@ Library
|
||||
filepath >= 1.1 && < 1.4,
|
||||
process >= 1 && < 1.2,
|
||||
directory >= 1 && < 1.3,
|
||||
bytestring >= 0.9 && < 1.0,
|
||||
bytestring >= 0.9 && < 0.11,
|
||||
text >= 0.11 && < 0.12,
|
||||
zip-archive >= 0.1.1.7 && < 0.2,
|
||||
old-locale >= 1 && < 1.1,
|
||||
@@ -309,7 +309,7 @@ Executable pandoc
|
||||
filepath >= 1.1 && < 1.4,
|
||||
network >= 2 && < 2.5,
|
||||
text >= 0.11 && < 0.12,
|
||||
bytestring >= 0.9 && < 1.0,
|
||||
bytestring >= 0.9 && < 0.11,
|
||||
extensible-exceptions >= 0.1 && < 0.2,
|
||||
highlighting-kate >= 0.5.1 && < 0.6,
|
||||
HTTP >= 4000.0.5 && < 4000.3,
|
||||
@@ -356,7 +356,7 @@ Test-Suite test-pandoc
|
||||
syb >= 0.1 && < 0.4,
|
||||
pandoc,
|
||||
pandoc-types >= 1.10 && < 1.11,
|
||||
bytestring >= 0.9 && < 1.0,
|
||||
bytestring >= 0.9 && < 0.11,
|
||||
text >= 0.11 && < 0.12,
|
||||
directory >= 1 && < 1.3,
|
||||
filepath >= 1.1 && < 1.4,
|
||||
|
||||
Reference in New Issue
Block a user