aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2008-02-09 03:20:06 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2008-02-09 03:20:06 +0000
commit6bd25a10a2571034ae19c43dc18e67208b7a9ae3 (patch)
treebca3fa6453143c0aeee75014cdc560bf62eeff2f
parent06b544360e8ba61081070409d39e4f9ca5bcebcd (diff)
downloadpandoc-6bd25a10a2571034ae19c43dc18e67208b7a9ae3.tar.gz
Included highlighting-kate in build-depends.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1212 788f1e2b-df1e-0410-8736-df70ead52e1b
-rw-r--r--pandoc.cabal2
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,