haskell-clay: jailbreak to fix build with latest version of 'text'

This commit is contained in:
Peter Simons 2014-11-01 16:38:42 +01:00
parent 54a7aac1de
commit ebca821f9c

View File

@ -8,6 +8,7 @@ cabal.mkDerivation (self: {
sha256 = "1w2617kpj6rblmycqb97gyshwbvzp5w2h4xh494mvdzi3bkahqpn";
buildDepends = [ mtl text ];
testDepends = [ HUnit mtl testFramework testFrameworkHunit text ];
jailbreak = true;
meta = {
homepage = "http://fvisser.nl/clay";
description = "CSS preprocessor as embedded Haskell";