haskell-pandoc: update to version 1.13

This commit is contained in:
Peter Simons 2014-08-16 17:27:18 +02:00
parent cd6b6ed85d
commit 670990ebfc

View file

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