diff options
-rw-r--r-- | pandoc.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pandoc.cabal b/pandoc.cabal index 5f688303e..8c78d9eb4 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -80,7 +80,7 @@ Library Build-depends: highlighting-kate cpp-options: -DHIGHLIGHTING Build-Depends: parsec < 3, xhtml, mtl, network, filepath, process, directory, xml, - bytestring, binary, utf8-string + utf8-string Hs-Source-Dirs: . Exposed-Modules: Text.Pandoc, Text.Pandoc.Blocks, |