haskell-pandoc: update to version 1.12
This commit is contained in:
parent
d711b7e6de
commit
6b7e36652c
@ -1,22 +1,24 @@
|
|||||||
{ cabal, ansiTerminal, base64Bytestring, blazeHtml, blazeMarkup
|
{ cabal, aeson, alex, ansiTerminal, attoparsec, base64Bytestring
|
||||||
, citeprocHs, dataDefault, Diff, extensibleExceptions, filepath
|
, blazeHtml, blazeMarkup, dataDefault, Diff, extensibleExceptions
|
||||||
, highlightingKate, HTTP, HUnit, json, mtl, network, pandocTypes
|
, filepath, happy, highlightingKate, hslua, HTTP, httpConduit
|
||||||
, parsec, QuickCheck, random, syb, tagsoup, temporary
|
, httpTypes, HUnit, mtl, network, pandocTypes, parsec, QuickCheck
|
||||||
, testFramework, testFrameworkHunit, testFrameworkQuickcheck2
|
, random, stringable, syb, tagsoup, temporary, testFramework
|
||||||
, texmath, text, time, xml, zipArchive, zlib
|
, testFrameworkHunit, testFrameworkQuickcheck2, texmath, text, time
|
||||||
|
, unorderedContainers, vector, xml, yaml, zipArchive, zlib
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "pandoc";
|
pname = "pandoc";
|
||||||
version = "1.11.1";
|
version = "1.12";
|
||||||
sha256 = "0b23vrgkm1csykx1zrldkg5ka816j6m7a5fhs4cxffalifq91c7b";
|
sha256 = "04jng6mrb78gzksspihkcmiidrjyqya06lnqiwvfq7mk9jd1wy49";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
base64Bytestring blazeHtml blazeMarkup citeprocHs dataDefault
|
aeson alex attoparsec base64Bytestring blazeHtml blazeMarkup
|
||||||
extensibleExceptions filepath highlightingKate HTTP json mtl
|
dataDefault extensibleExceptions filepath happy highlightingKate
|
||||||
network pandocTypes parsec random syb tagsoup temporary texmath
|
hslua HTTP httpConduit httpTypes mtl network pandocTypes parsec
|
||||||
text time xml zipArchive zlib
|
random stringable syb tagsoup temporary texmath text time
|
||||||
|
unorderedContainers vector xml yaml zipArchive zlib
|
||||||
];
|
];
|
||||||
testDepends = [
|
testDepends = [
|
||||||
ansiTerminal Diff filepath highlightingKate HUnit pandocTypes
|
ansiTerminal Diff filepath highlightingKate HUnit pandocTypes
|
||||||
|
Loading…
Reference in New Issue
Block a user