diff options
author | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2008-02-09 03:20:06 +0000 |
---|---|---|
committer | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2008-02-09 03:20:06 +0000 |
commit | 6bd25a10a2571034ae19c43dc18e67208b7a9ae3 (patch) | |
tree | bca3fa6453143c0aeee75014cdc560bf62eeff2f | |
parent | 06b544360e8ba61081070409d39e4f9ca5bcebcd (diff) | |
download | pandoc-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.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, |