haskell-pandoc: enable highlighting support
svn path=/nixpkgs/trunk/; revision=28777
This commit is contained in:
parent
495bae62a0
commit
b801018864
@ -1,6 +1,6 @@
|
|||||||
{ cabal, base64Bytestring, citeprocHs, dlist, extensibleExceptions
|
{ cabal, base64Bytestring, citeprocHs, dlist, extensibleExceptions
|
||||||
, HTTP, json, mtl, network, pandocTypes, parsec, random, syb
|
, highlightingKate, HTTP, json, mtl, network, pandocTypes, parsec
|
||||||
, tagsoup, texmath, utf8String, xhtml, xml, zipArchive
|
, random, syb, tagsoup, texmath, utf8String, xhtml, xml, zipArchive
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
@ -10,9 +10,9 @@ cabal.mkDerivation (self: {
|
|||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
base64Bytestring citeprocHs dlist extensibleExceptions HTTP json
|
base64Bytestring citeprocHs dlist extensibleExceptions
|
||||||
mtl network pandocTypes parsec random syb tagsoup texmath
|
highlightingKate HTTP json mtl network pandocTypes parsec random
|
||||||
utf8String xhtml xml zipArchive
|
syb tagsoup texmath utf8String xhtml xml zipArchive
|
||||||
];
|
];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://johnmacfarlane.net/pandoc";
|
homepage = "http://johnmacfarlane.net/pandoc";
|
||||||
|
Loading…
Reference in New Issue
Block a user