haskell-pandoc: update to version 1.10.1

This commit is contained in:
Peter Simons 2013-02-18 11:11:15 +01:00
parent 4157f125c4
commit cb73bffd9f

View File

@ -17,6 +17,9 @@ cabal.mkDerivation (self: {
text time xml zipArchive zlib
];
configureFlags = "-fblaze_html_0_5";
patchPhase = ''
sed -r -i -e 's|blaze-html >= 0.5 && < 0.6,|blaze-html >= 0.5,|' pandoc.cabal
'';
meta = {
homepage = "http://johnmacfarlane.net/pandoc";
description = "Conversion between markup formats";