haskell-pandoc: update to version 1.10
This commit is contained in:
parent
f13f086015
commit
3a4f88d02b
@ -1,20 +1,20 @@
|
|||||||
{ cabal, base64Bytestring, blazeHtml, blazeMarkup, citeprocHs
|
{ cabal, base64Bytestring, blazeHtml, blazeMarkup, citeprocHs
|
||||||
, extensibleExceptions, filepath, highlightingKate, HTTP, json, mtl
|
, dataDefault, extensibleExceptions, filepath, highlightingKate
|
||||||
, network, pandocTypes, parsec, random, syb, tagsoup, temporary
|
, HTTP, json, mtl, network, pandocTypes, parsec, random, syb
|
||||||
, texmath, time, utf8String, xml, zipArchive, zlib
|
, tagsoup, temporary, texmath, text, time, xml, zipArchive, zlib
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "pandoc";
|
pname = "pandoc";
|
||||||
version = "1.9.4.5";
|
version = "1.10";
|
||||||
sha256 = "05k8i537756m07xlb6kgshpfxa4sp2jxidb1c8m72ilpai13r6fb";
|
sha256 = "11zvyzn16zckgs1zzhl415y14nziw16zhgghg31a459d1ww7c3dg";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
base64Bytestring blazeHtml blazeMarkup citeprocHs
|
base64Bytestring blazeHtml blazeMarkup citeprocHs dataDefault
|
||||||
extensibleExceptions filepath highlightingKate HTTP json mtl
|
extensibleExceptions filepath highlightingKate HTTP json mtl
|
||||||
network pandocTypes parsec random syb tagsoup temporary texmath
|
network pandocTypes parsec random syb tagsoup temporary texmath
|
||||||
time utf8String xml zipArchive zlib
|
text time xml zipArchive zlib
|
||||||
];
|
];
|
||||||
configureFlags = "-fblaze_html_0_5";
|
configureFlags = "-fblaze_html_0_5";
|
||||||
meta = {
|
meta = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user