haskell-pandoc: enable highlighting and threading

svn path=/nixpkgs/trunk/; revision=28825
This commit is contained in:
Peter Simons 2011-08-26 10:28:59 +00:00
parent 875cb2965f
commit ad24694013

View file

@ -14,6 +14,7 @@ cabal.mkDerivation (self: {
highlightingKate HTTP json mtl network pandocTypes parsec random
syb tagsoup texmath utf8String xhtml xml zipArchive
];
configureFlags = "-fhighlighting -fthreaded";
meta = {
homepage = "http://johnmacfarlane.net/pandoc";
description = "Conversion between markup formats";