haskell-pandoc: update to version 1.12.3
This commit is contained in:
parent
0894a2e1b5
commit
d40a537038
@ -1,20 +1,21 @@
|
|||||||
{ cabal, aeson, alex, ansiTerminal, attoparsec, base64Bytestring
|
{ cabal, aeson, alex, ansiTerminal, attoparsec, base64Bytestring
|
||||||
, blazeHtml, blazeMarkup, dataDefault, Diff, extensibleExceptions
|
, binary, blazeHtml, blazeMarkup, dataDefault, Diff
|
||||||
, filepath, happy, highlightingKate, hslua, HTTP, httpConduit
|
, extensibleExceptions, filepath, happy, highlightingKate, hslua
|
||||||
, httpTypes, HUnit, mtl, network, pandocTypes, parsec, QuickCheck
|
, HTTP, httpConduit, httpTypes, HUnit, mtl, network, pandocTypes
|
||||||
, random, syb, tagsoup, temporary, testFramework
|
, parsec, QuickCheck, random, syb, tagsoup, temporary
|
||||||
, testFrameworkHunit, testFrameworkQuickcheck2, texmath, text, time
|
, testFramework, testFrameworkHunit, testFrameworkQuickcheck2
|
||||||
, unorderedContainers, vector, xml, yaml, zipArchive, zlib
|
, texmath, text, time, unorderedContainers, vector, xml, yaml
|
||||||
|
, zipArchive, zlib
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "pandoc";
|
pname = "pandoc";
|
||||||
version = "1.12.2.1";
|
version = "1.12.3";
|
||||||
sha256 = "1xyvhfsz0cy5f7cwpz4kl0l87vylb8860c06wvk49z9fh2xkg6lf";
|
sha256 = "007pcb93s1frcyx3x4shcb6bynysy7g0hvrqlxs4991a7jp360bl";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
aeson alex attoparsec base64Bytestring blazeHtml blazeMarkup
|
aeson alex attoparsec base64Bytestring binary blazeHtml blazeMarkup
|
||||||
dataDefault extensibleExceptions filepath happy highlightingKate
|
dataDefault extensibleExceptions filepath happy highlightingKate
|
||||||
hslua HTTP httpConduit httpTypes mtl network pandocTypes parsec
|
hslua HTTP httpConduit httpTypes mtl network pandocTypes parsec
|
||||||
random syb tagsoup temporary texmath text time unorderedContainers
|
random syb tagsoup temporary texmath text time unorderedContainers
|
||||||
|
Loading…
Reference in New Issue
Block a user