diff options
-rw-r--r-- | pandoc.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pandoc.cabal b/pandoc.cabal index 10d09a6d6..8e8b5bacc 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -41,7 +41,7 @@ Library Build-Depends: base >= 3, pretty, containers else Build-Depends: base < 3 - Build-Depends: parsec, xhtml, mtl, regex-compat, network + Build-Depends: parsec, xhtml, mtl, regex-compat, network, highlighting-kate Hs-Source-Dirs: . Exposed-Modules: Text.Pandoc, Text.Pandoc.Blocks, |