haskell-pandoc: update to version 1.11
This commit is contained in:
parent
dd230dee80
commit
5cd47b2c18
@ -1,13 +1,15 @@
|
|||||||
{ cabal, base64Bytestring, blazeHtml, blazeMarkup, citeprocHs
|
{ cabal, ansiTerminal, base64Bytestring, blazeHtml, blazeMarkup
|
||||||
, dataDefault, extensibleExceptions, filepath, highlightingKate
|
, citeprocHs, dataDefault, Diff, extensibleExceptions, filepath
|
||||||
, HTTP, json, mtl, network, pandocTypes, parsec, random, syb
|
, highlightingKate, HTTP, HUnit, json, mtl, network, pandocTypes
|
||||||
, tagsoup, temporary, texmath, text, time, xml, zipArchive, zlib
|
, parsec, QuickCheck, random, syb, tagsoup, temporary
|
||||||
|
, testFramework, testFrameworkHunit, testFrameworkQuickcheck2
|
||||||
|
, texmath, text, time, xml, zipArchive, zlib
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "pandoc";
|
pname = "pandoc";
|
||||||
version = "1.10.1";
|
version = "1.11";
|
||||||
sha256 = "127pxs1w99nr6hdancaajm20w3vgmch4xlj0v7221y7i9qcr1y1y";
|
sha256 = "1v32z6fmfkllwf5y64sjbk3ckss2kfcs71b64a7fjdhp82m4i4yh";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
@ -16,10 +18,13 @@ cabal.mkDerivation (self: {
|
|||||||
network pandocTypes parsec random syb tagsoup temporary texmath
|
network pandocTypes parsec random syb tagsoup temporary texmath
|
||||||
text time xml zipArchive zlib
|
text time xml zipArchive zlib
|
||||||
];
|
];
|
||||||
|
testDepends = [
|
||||||
|
ansiTerminal Diff filepath highlightingKate HUnit pandocTypes
|
||||||
|
QuickCheck syb testFramework testFrameworkHunit
|
||||||
|
testFrameworkQuickcheck2 text
|
||||||
|
];
|
||||||
configureFlags = "-fblaze_html_0_5";
|
configureFlags = "-fblaze_html_0_5";
|
||||||
patchPhase = ''
|
patchPhase = "sed -i -e 's|QuickCheck >= 2.4 && < 2.6,|QuickCheck,|' pandoc.cabal";
|
||||||
sed -r -i -e 's|blaze-html >= 0.5 && < 0.6,|blaze-html >= 0.5,|' pandoc.cabal
|
|
||||||
'';
|
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://johnmacfarlane.net/pandoc";
|
homepage = "http://johnmacfarlane.net/pandoc";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user