haskell-blaze-html: jailbreak to fix test suite build
This commit is contained in:
parent
887ba81084
commit
63482fc9b4
@ -11,6 +11,9 @@ cabal.mkDerivation (self: {
|
|||||||
blazeBuilder blazeMarkup HUnit QuickCheck testFramework
|
blazeBuilder blazeMarkup HUnit QuickCheck testFramework
|
||||||
testFrameworkHunit testFrameworkQuickcheck2 text
|
testFrameworkHunit testFrameworkQuickcheck2 text
|
||||||
];
|
];
|
||||||
|
patchPhase = ''
|
||||||
|
sed -i -e 's|blaze-markup.*>=.*,|blaze-markup,|' blaze-html.cabal
|
||||||
|
'';
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://jaspervdj.be/blaze";
|
homepage = "http://jaspervdj.be/blaze";
|
||||||
description = "A blazingly fast HTML combinator library for Haskell";
|
description = "A blazingly fast HTML combinator library for Haskell";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user