haskell-pandoc: update to version 1.13.1

This commit is contained in:
Peter Simons 2014-08-31 13:17:49 +02:00
parent b253792e06
commit fd4927d25e

View file

@ -4,26 +4,27 @@
, blazeHtml, blazeMarkup, dataDefault, deepseqGenerics, Diff , blazeHtml, blazeMarkup, dataDefault, deepseqGenerics, Diff
, executablePath, extensibleExceptions, filepath, haddockLibrary , executablePath, extensibleExceptions, filepath, haddockLibrary
, happy, highlightingKate, hslua, HTTP, httpClient, httpClientTls , happy, highlightingKate, hslua, HTTP, httpClient, httpClientTls
, httpTypes, HUnit, JuicyPixels, mtl, network, pandocTypes, parsec , httpTypes, HUnit, JuicyPixels, mtl, network, networkUri
, QuickCheck, random, scientific, SHA, syb, tagsoup, temporary , pandocTypes, parsec, QuickCheck, random, scientific, SHA, syb
, testFramework, testFrameworkHunit, testFrameworkQuickcheck2 , tagsoup, temporary, testFramework, testFrameworkHunit
, texmath, text, time, unorderedContainers, vector, wai, waiExtra , testFrameworkQuickcheck2, texmath, text, time
, xml, yaml, zipArchive, zlib , unorderedContainers, vector, xml, yaml, zipArchive, zlib
}: }:
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "pandoc"; pname = "pandoc";
version = "1.13.0.1"; version = "1.13.1";
sha256 = "0pjyxsr93gv0vrdxlr5i0c56mg6rf21qxf1141cb8l0hl0b416d6"; sha256 = "0vvysa70xp4pskxrvslmddwdsalc479zb8wn6z1vmpvfssvvj6vv";
isLibrary = true; isLibrary = true;
isExecutable = true; isExecutable = true;
buildDepends = [ buildDepends = [
aeson alex base64Bytestring binary blazeHtml blazeMarkup aeson alex base64Bytestring binary blazeHtml blazeMarkup
dataDefault deepseqGenerics extensibleExceptions filepath dataDefault deepseqGenerics extensibleExceptions filepath
haddockLibrary happy highlightingKate hslua HTTP httpClient haddockLibrary happy highlightingKate hslua HTTP httpClient
httpClientTls httpTypes JuicyPixels mtl network pandocTypes parsec httpClientTls httpTypes JuicyPixels mtl network networkUri
random scientific SHA syb tagsoup temporary texmath text time pandocTypes parsec random scientific SHA syb tagsoup temporary
unorderedContainers vector wai waiExtra xml yaml zipArchive zlib texmath text time unorderedContainers vector xml yaml zipArchive
zlib
]; ];
testDepends = [ testDepends = [
ansiTerminal Diff executablePath filepath highlightingKate HUnit ansiTerminal Diff executablePath filepath highlightingKate HUnit