haskell-pandoc: update to version 1.12.0.2

This commit is contained in:
Peter Simons 2013-09-21 10:20:15 +02:00
parent 53ba62d309
commit 6c2089b5e5

View File

@ -2,29 +2,30 @@
, blazeHtml, blazeMarkup, dataDefault, Diff, extensibleExceptions , blazeHtml, blazeMarkup, dataDefault, Diff, extensibleExceptions
, filepath, happy, highlightingKate, hslua, HTTP, httpConduit , filepath, happy, highlightingKate, hslua, HTTP, httpConduit
, httpTypes, HUnit, mtl, network, pandocTypes, parsec, QuickCheck , httpTypes, HUnit, mtl, network, pandocTypes, parsec, QuickCheck
, random, stringable, syb, tagsoup, temporary, testFramework , random, syb, tagsoup, temporary, testFramework
, testFrameworkHunit, testFrameworkQuickcheck2, texmath, text, time , testFrameworkHunit, testFrameworkQuickcheck2, texmath, text, time
, unorderedContainers, vector, xml, yaml, zipArchive, zlib , unorderedContainers, vector, xml, yaml, zipArchive, zlib
}: }:
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "pandoc"; pname = "pandoc";
version = "1.12"; version = "1.12.0.2";
sha256 = "04jng6mrb78gzksspihkcmiidrjyqya06lnqiwvfq7mk9jd1wy49"; sha256 = "125vl6l7nd3s3zwkms46y8l5zhg22iwz5387ll9rd2hf6asfpp56";
isLibrary = true; isLibrary = true;
isExecutable = true; isExecutable = true;
buildDepends = [ buildDepends = [
aeson alex attoparsec base64Bytestring blazeHtml blazeMarkup aeson alex attoparsec base64Bytestring 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 stringable syb tagsoup temporary texmath text time random syb tagsoup temporary texmath text time unorderedContainers
unorderedContainers vector xml yaml zipArchive zlib vector xml yaml zipArchive zlib
]; ];
testDepends = [ testDepends = [
ansiTerminal Diff filepath highlightingKate HUnit pandocTypes ansiTerminal Diff filepath highlightingKate HUnit pandocTypes
QuickCheck syb testFramework testFrameworkHunit QuickCheck syb testFramework testFrameworkHunit
testFrameworkQuickcheck2 text testFrameworkQuickcheck2 text
]; ];
buildTools = [ alex happy ];
doCheck = false; doCheck = false;
meta = { meta = {
homepage = "http://johnmacfarlane.net/pandoc"; homepage = "http://johnmacfarlane.net/pandoc";