diff options
Diffstat (limited to 'pandoc.cabal')
-rw-r--r-- | pandoc.cabal | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/pandoc.cabal b/pandoc.cabal index 3822b8e60..5f688303e 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -80,14 +80,13 @@ Library Build-depends: highlighting-kate cpp-options: -DHIGHLIGHTING Build-Depends: parsec < 3, xhtml, mtl, network, filepath, process, directory, xml, - bytestring, binary + bytestring, binary, utf8-string Hs-Source-Dirs: . Exposed-Modules: Text.Pandoc, Text.Pandoc.Blocks, Text.Pandoc.Definition, Text.Pandoc.CharacterReferences, Text.Pandoc.Shared, - Text.Pandoc.UTF8, Text.Pandoc.ODT, Text.Pandoc.ASCIIMathML, Text.Pandoc.DefaultHeaders, |