mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
haskell-pandoc: enable highlighting support
svn path=/nixpkgs/trunk/; revision=28777
This commit is contained in:
parent
495bae62a0
commit
b801018864
1 changed files with 5 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
|||
{ cabal, base64Bytestring, citeprocHs, dlist, extensibleExceptions
|
||||
, HTTP, json, mtl, network, pandocTypes, parsec, random, syb
|
||||
, tagsoup, texmath, utf8String, xhtml, xml, zipArchive
|
||||
, highlightingKate, HTTP, json, mtl, network, pandocTypes, parsec
|
||||
, random, syb, tagsoup, texmath, utf8String, xhtml, xml, zipArchive
|
||||
}:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
|
@ -10,9 +10,9 @@ cabal.mkDerivation (self: {
|
|||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
buildDepends = [
|
||||
base64Bytestring citeprocHs dlist extensibleExceptions HTTP json
|
||||
mtl network pandocTypes parsec random syb tagsoup texmath
|
||||
utf8String xhtml xml zipArchive
|
||||
base64Bytestring citeprocHs dlist extensibleExceptions
|
||||
highlightingKate HTTP json mtl network pandocTypes parsec random
|
||||
syb tagsoup texmath utf8String xhtml xml zipArchive
|
||||
];
|
||||
meta = {
|
||||
homepage = "http://johnmacfarlane.net/pandoc";
|
||||
|
|
Loading…
Reference in a new issue