haskell-pandoc: updated to version 1.9.0.5

svn path=/nixpkgs/trunk/; revision=32102
This commit is contained in:
Peter Simons 2012-02-07 10:34:30 +00:00
parent a2df0e09ff
commit d5d4995b03

View File

@ -1,23 +1,19 @@
{ cabal, ansiTerminal, base64Bytestring, blazeHtml, citeprocHs { cabal, base64Bytestring, blazeHtml, citeprocHs
, Diff, extensibleExceptions, highlightingKate, HTTP, HUnit, json , extensibleExceptions, highlightingKate, HTTP, json, mtl, network
, mtl, network, pandocTypes, parsec, QuickCheck, random, syb , pandocTypes, parsec, random, syb, tagsoup, temporary, texmath
, tagsoup, temporary, testFramework, testFrameworkHunit , time, utf8String, xml, zipArchive, zlib
, testFrameworkQuickcheck2, texmath, time, utf8String, xml
, zipArchive, zlib
}: }:
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "pandoc"; pname = "pandoc";
version = "1.9.0.3"; version = "1.9.0.5";
sha256 = "1p5054sdvvgl38rr0ajfavr79rwr2l8jdrpzai329ksskkh1acdp"; sha256 = "0haszw0khz47k2cfhzz38ia1zznwwmixhaf0jyr6l2gdpfq59b0p";
isLibrary = true; isLibrary = true;
isExecutable = true; isExecutable = true;
buildDepends = [ buildDepends = [
ansiTerminal base64Bytestring blazeHtml citeprocHs Diff base64Bytestring blazeHtml citeprocHs extensibleExceptions
extensibleExceptions highlightingKate HTTP HUnit json mtl network highlightingKate HTTP json mtl network pandocTypes parsec random
pandocTypes parsec QuickCheck random syb tagsoup temporary syb tagsoup temporary texmath time utf8String xml zipArchive zlib
testFramework testFrameworkHunit testFrameworkQuickcheck2 texmath
time utf8String xml zipArchive zlib
]; ];
configureFlags = "-fhighlighting -fthreaded"; configureFlags = "-fhighlighting -fthreaded";
meta = { meta = {