haskell-pandoc: jailbreak to support syb 0.4.0

This commit is contained in:
Peter Simons 2013-03-07 17:07:33 +01:00
parent e459a7514e
commit 6ff4538b5a

View File

@ -18,7 +18,7 @@ cabal.mkDerivation (self: {
];
configureFlags = "-fblaze_html_0_5";
patchPhase = ''
sed -r -i -e 's|blaze-html >= 0.5 && < 0.6,|blaze-html >= 0.5,|' pandoc.cabal
sed -r -i -e 's|blaze-html >= 0.5 && < 0.6,|blaze-html >= 0.5,|' -e 's|syb >= 0.1 && < 0.4,| syb,|' pandoc.cabal
'';
doCheck = false;
meta = {