aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal4
1 files changed, 3 insertions, 1 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index 400bcfd5f..2f3fc39ef 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -73,7 +73,9 @@ Library
if flag(highlighting)
Build-depends: highlighting-kate
cpp-options: -DHIGHLIGHTING
- Build-Depends: parsec < 3, xhtml, mtl, network, filepath, process, directory, utf8-string, template-haskell, bytestring
+ Build-Depends: parsec < 3, xhtml, mtl, network, filepath, process, directory, utf8-string,
+ template-haskell, bytestring == 0.9.0.1
+ -- Note: bytestring-0.9.1.0 contains an InString instance for ByteString
Hs-Source-Dirs: .
Exposed-Modules: Text.Pandoc,
Text.Pandoc.Blocks,