haskell-ListLike: jailbreak to fix the build with text 1.x

This commit is contained in:
Peter Simons 2013-12-10 20:39:20 +01:00
parent 303ce43551
commit 878227d7aa

View File

@ -6,6 +6,7 @@ cabal.mkDerivation (self: {
sha256 = "1ny6h3f1l0gigyv2rs24s7w158vsflrdx4i9v1al4910cxh56awv"; sha256 = "1ny6h3f1l0gigyv2rs24s7w158vsflrdx4i9v1al4910cxh56awv";
buildDepends = [ text vector ]; buildDepends = [ text vector ];
testDepends = [ HUnit QuickCheck random text vector ]; testDepends = [ HUnit QuickCheck random text vector ];
jailbreak = true;
meta = { meta = {
homepage = "http://software.complete.org/listlike"; homepage = "http://software.complete.org/listlike";
description = "Generic support for list-like structures"; description = "Generic support for list-like structures";