haskell-cheapskate: jailbreak to fix build with recent versions of 'text'
This commit is contained in:
parent
3ee6f3b3aa
commit
7ec947d404
@ -13,6 +13,7 @@ cabal.mkDerivation (self: {
|
|||||||
buildDepends = [
|
buildDepends = [
|
||||||
blazeHtml dataDefault mtl syb text uniplate xssSanitize
|
blazeHtml dataDefault mtl syb text uniplate xssSanitize
|
||||||
];
|
];
|
||||||
|
jailbreak = true;
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://github.com/jgm/cheapskate";
|
homepage = "http://github.com/jgm/cheapskate";
|
||||||
description = "Experimental markdown processor";
|
description = "Experimental markdown processor";
|
||||||
|
Loading…
Reference in New Issue
Block a user