From 6ad7ac1239cb384bf830b1692991030735f43e89 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Tue, 25 Sep 2012 19:54:21 -0700 Subject: Removed need for utf8-string package. * Depend on text. * Expose Text.Pandoc.UTF8. * Text.Pandoc.UTF8 now exports toString, fromString, toStringLazy, fromStringLazy. * These are used instead of the old utf8-string functions. --- pandoc.cabal | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'pandoc.cabal') 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, -- cgit v1.2.3