haskell-pandoc: updated to version 1.9.0.2

svn path=/nixpkgs/trunk/; revision=32063
This commit is contained in:
Peter Simons 2012-02-06 14:27:47 +00:00
parent 6b7de9b5fc
commit f11b58a1b1

View File

@ -1,18 +1,19 @@
{ cabal, base64Bytestring, citeprocHs, dlist, extensibleExceptions { cabal, base64Bytestring, blazeHtml, citeprocHs
, highlightingKate, HTTP, json, mtl, network, pandocTypes, parsec , extensibleExceptions, highlightingKate, HTTP, json, mtl, network
, random, syb, tagsoup, texmath, utf8String, xhtml, xml, zipArchive , pandocTypes, parsec, random, syb, tagsoup, temporary, texmath
, time, utf8String, xml, zipArchive, zlib
}: }:
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "pandoc"; pname = "pandoc";
version = "1.8.2.1"; version = "1.9.0.2";
sha256 = "0cwly0j2rj46h654iwl04l6jkhk6rrhynqvrdnq47067n9vm60pi"; sha256 = "0p1haqya99r52k6c07zq89ifdjs1r5g1y44011114pwsxwkmv43f";
isLibrary = true; isLibrary = true;
isExecutable = true; isExecutable = true;
buildDepends = [ buildDepends = [
base64Bytestring citeprocHs dlist extensibleExceptions base64Bytestring blazeHtml citeprocHs extensibleExceptions
highlightingKate HTTP json mtl network pandocTypes parsec random highlightingKate HTTP json mtl network pandocTypes parsec random
syb tagsoup texmath utf8String xhtml xml zipArchive syb tagsoup temporary texmath time utf8String xml zipArchive zlib
]; ];
configureFlags = "-fhighlighting -fthreaded"; configureFlags = "-fhighlighting -fthreaded";
meta = { meta = {