haskell-pandoc: enable highlighting and threading
svn path=/nixpkgs/trunk/; revision=28825
This commit is contained in:
parent
875cb2965f
commit
ad24694013
@ -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";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user