summaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2010-05-06 20:27:10 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2010-05-06 20:27:10 -0700
commit7be82b45361e65939008bb93f0006c10dad946d5 (patch)
tree4670b05a3e4e08a7149454a7824ac2eae701a81b /pandoc.cabal
parentf20c4ae928a41cb83455f11dba67ea51dfe27f3e (diff)
Added Text.Pandoc.UTF8 for portable UTF8 string IO.
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal1
1 files changed, 1 insertions, 0 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index a8d8bd140..1c7b15333 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -185,6 +185,7 @@ Library
Text.Pandoc.Writers.S5,
Text.Pandoc.Templates
Other-Modules: Text.Pandoc.XML,
+ Text.Pandoc.UTF8,
Paths_pandoc
Extensions: CPP
if impl(ghc >= 6.12)