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 highlightingKate HTTP json mtl network pandocTypes parsec random
syb tagsoup texmath utf8String xhtml xml zipArchive syb tagsoup texmath utf8String xhtml xml zipArchive
]; ];
configureFlags = "-fhighlighting -fthreaded";
meta = { meta = {
homepage = "http://johnmacfarlane.net/pandoc"; homepage = "http://johnmacfarlane.net/pandoc";
description = "Conversion between markup formats"; description = "Conversion between markup formats";