haskell-pandoc: update to version 1.13.0.1
This commit is contained in:
parent
3fad02dab8
commit
42c7a11d4b
@ -7,14 +7,14 @@
|
|||||||
, httpTypes, HUnit, JuicyPixels, mtl, network, pandocTypes, parsec
|
, httpTypes, HUnit, JuicyPixels, mtl, network, pandocTypes, parsec
|
||||||
, QuickCheck, random, scientific, SHA, syb, tagsoup, temporary
|
, 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, wai, waiExtra
|
||||||
, zipArchive, zlib
|
, xml, yaml, zipArchive, zlib
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "pandoc";
|
pname = "pandoc";
|
||||||
version = "1.13";
|
version = "1.13.0.1";
|
||||||
sha256 = "09zmh7yvasxybcr4rnnqf9bx8njhi8hwgzsik6db691j5j5yxg6l";
|
sha256 = "0pjyxsr93gv0vrdxlr5i0c56mg6rf21qxf1141cb8l0hl0b416d6";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
@ -23,7 +23,7 @@ cabal.mkDerivation (self: {
|
|||||||
haddockLibrary happy highlightingKate hslua HTTP httpClient
|
haddockLibrary happy highlightingKate hslua HTTP httpClient
|
||||||
httpClientTls httpTypes JuicyPixels mtl network pandocTypes parsec
|
httpClientTls httpTypes JuicyPixels mtl network pandocTypes parsec
|
||||||
random scientific SHA syb tagsoup temporary texmath text time
|
random scientific SHA syb tagsoup temporary texmath text time
|
||||||
unorderedContainers vector xml yaml zipArchive zlib
|
unorderedContainers vector wai waiExtra xml yaml zipArchive zlib
|
||||||
];
|
];
|
||||||
testDepends = [
|
testDepends = [
|
||||||
ansiTerminal Diff executablePath filepath highlightingKate HUnit
|
ansiTerminal Diff executablePath filepath highlightingKate HUnit
|
||||||
|
Loading…
Reference in New Issue
Block a user