haskell-cheapskate: jailbreak to fix build with recent versions of 'text'

This commit is contained in:
Peter Simons 2014-10-31 13:40:50 +01:00
parent 3ee6f3b3aa
commit 7ec947d404

View File

@ -13,6 +13,7 @@ cabal.mkDerivation (self: {
buildDepends = [
blazeHtml dataDefault mtl syb text uniplate xssSanitize
];
jailbreak = true;
meta = {
homepage = "http://github.com/jgm/cheapskate";
description = "Experimental markdown processor";