haskell-pandoc: update to version 1.9.4.5

This commit is contained in:
Peter Simons 2012-10-23 18:29:59 +02:00
parent 800d44eb9a
commit c278b67c2c
1 changed files with 2 additions and 3 deletions

View File

@ -6,8 +6,8 @@
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "pandoc"; pname = "pandoc";
version = "1.9.4.2"; version = "1.9.4.5";
sha256 = "1zr2qx6bimyhzia5maqpb454hgdwjvgs234mcki4f1z3dgbq0lsk"; sha256 = "05k8i537756m07xlb6kgshpfxa4sp2jxidb1c8m72ilpai13r6fb";
isLibrary = true; isLibrary = true;
isExecutable = true; isExecutable = true;
buildDepends = [ buildDepends = [
@ -17,7 +17,6 @@ cabal.mkDerivation (self: {
time utf8String xml zipArchive zlib time utf8String xml zipArchive zlib
]; ];
configureFlags = "-fblaze_html_0_5"; configureFlags = "-fblaze_html_0_5";
jailbreak = true;
meta = { meta = {
homepage = "http://johnmacfarlane.net/pandoc"; homepage = "http://johnmacfarlane.net/pandoc";
description = "Conversion between markup formats"; description = "Conversion between markup formats";