haskell-pandoc: update to version 1.13
This commit is contained in:
parent
cd6b6ed85d
commit
670990ebfc
@ -1,10 +1,11 @@
|
|||||||
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||||
|
|
||||||
{ cabal, aeson, alex, ansiTerminal, attoparsec, base64Bytestring
|
{ cabal, aeson, alex, ansiTerminal, base64Bytestring, binary
|
||||||
, binary, blazeHtml, blazeMarkup, dataDefault, Diff
|
, blazeHtml, blazeMarkup, dataDefault, deepseqGenerics, Diff
|
||||||
, extensibleExceptions, filepath, happy, highlightingKate, hslua
|
, executablePath, extensibleExceptions, filepath, haddockLibrary
|
||||||
, HTTP, httpConduit, httpTypes, HUnit, mtl, network, pandocTypes
|
, happy, highlightingKate, hslua, HTTP, httpClient, httpClientTls
|
||||||
, parsec, QuickCheck, random, scientific, syb, tagsoup, temporary
|
, httpTypes, HUnit, JuicyPixels, mtl, network, pandocTypes, parsec
|
||||||
|
, QuickCheck, random, scientific, SHA, syb, tagsoup, temporary
|
||||||
, testFramework, testFrameworkHunit, testFrameworkQuickcheck2
|
, testFramework, testFrameworkHunit, testFrameworkQuickcheck2
|
||||||
, texmath, text, time, unorderedContainers, vector, xml, yaml
|
, texmath, text, time, unorderedContainers, vector, xml, yaml
|
||||||
, zipArchive, zlib
|
, zipArchive, zlib
|
||||||
@ -12,23 +13,23 @@
|
|||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "pandoc";
|
pname = "pandoc";
|
||||||
version = "1.12.4.2";
|
version = "1.13";
|
||||||
sha256 = "0ibzladj0xm0xnsphd26lzndxzkawz73pfd7rnlnmllqckrzairg";
|
sha256 = "09zmh7yvasxybcr4rnnqf9bx8njhi8hwgzsik6db691j5j5yxg6l";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
aeson alex attoparsec base64Bytestring binary blazeHtml blazeMarkup
|
aeson alex base64Bytestring binary blazeHtml blazeMarkup
|
||||||
dataDefault extensibleExceptions filepath happy highlightingKate
|
dataDefault deepseqGenerics extensibleExceptions filepath
|
||||||
hslua HTTP httpConduit httpTypes mtl network pandocTypes parsec
|
haddockLibrary happy highlightingKate hslua HTTP httpClient
|
||||||
random scientific syb tagsoup temporary texmath text time
|
httpClientTls httpTypes JuicyPixels mtl network pandocTypes parsec
|
||||||
|
random scientific SHA syb tagsoup temporary texmath text time
|
||||||
unorderedContainers vector xml yaml zipArchive zlib
|
unorderedContainers vector xml yaml zipArchive zlib
|
||||||
];
|
];
|
||||||
testDepends = [
|
testDepends = [
|
||||||
ansiTerminal Diff filepath highlightingKate HUnit pandocTypes
|
ansiTerminal Diff executablePath filepath highlightingKate HUnit
|
||||||
QuickCheck syb testFramework testFrameworkHunit
|
pandocTypes QuickCheck syb testFramework testFrameworkHunit
|
||||||
testFrameworkQuickcheck2 text
|
testFrameworkQuickcheck2 text zipArchive
|
||||||
];
|
];
|
||||||
buildTools = [ alex happy ];
|
|
||||||
jailbreak = true;
|
jailbreak = true;
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
meta = {
|
meta = {
|
||||||
|
Loading…
Reference in New Issue
Block a user