summaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal8
1 files changed, 4 insertions, 4 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index 038c9fc06..075b33a6b 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -209,8 +209,8 @@ Library
process >= 1 && < 1.2,
directory >= 1 && < 1.3,
bytestring >= 0.9 && < 1.0,
+ text >= 0.11 && < 0.12,
zip-archive >= 0.1.1.7 && < 0.2,
- utf8-string >= 0.3 && < 0.4,
old-locale >= 1 && < 1.1,
time >= 1.2 && < 1.5,
HTTP >= 4000.0.5 && < 4000.3,
@@ -289,11 +289,11 @@ Library
Text.Pandoc.Writers.EPUB,
Text.Pandoc.Writers.FB2,
Text.Pandoc.PDF,
+ Text.Pandoc.UTF8,
Text.Pandoc.Templates,
Text.Pandoc.Biblio,
Text.Pandoc.SelfContained
Other-Modules: Text.Pandoc.XML,
- Text.Pandoc.UTF8,
Text.Pandoc.MIME,
Text.Pandoc.UUID,
Text.Pandoc.ImageSize,
@@ -319,8 +319,8 @@ Executable pandoc
process >= 1 && < 1.2,
directory >= 1 && < 1.3,
bytestring >= 0.9 && < 1.0,
+ text >= 0.11 && < 0.12,
zip-archive >= 0.1.1.7 && < 0.2,
- utf8-string >= 0.3 && < 0.4,
old-locale >= 1 && < 1.1,
time >= 1.2 && < 1.5,
HTTP >= 4000.0.5 && < 4000.3,
@@ -378,8 +378,8 @@ Test-Suite test-pandoc
syb >= 0.1 && < 0.4,
pandoc,
pandoc-types >= 1.10 && < 1.11,
- utf8-string >= 0.3 && < 0.4,
bytestring >= 0.9 && < 1.0,
+ text >= 0.11 && < 0.12,
directory >= 1 && < 1.3,
filepath >= 1.1 && < 1.4,
process >= 1 && < 1.2,