haskell-blaze-html: jailbreak to fix test suite build

This commit is contained in:
Peter Simons 2014-01-25 18:52:13 +01:00
parent 887ba81084
commit 63482fc9b4

View File

@ -11,6 +11,9 @@ cabal.mkDerivation (self: {
blazeBuilder blazeMarkup HUnit QuickCheck testFramework
testFrameworkHunit testFrameworkQuickcheck2 text
];
patchPhase = ''
sed -i -e 's|blaze-markup.*>=.*,|blaze-markup,|' blaze-html.cabal
'';
meta = {
homepage = "http://jaspervdj.be/blaze";
description = "A blazingly fast HTML combinator library for Haskell";