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
1 changed files with 1 additions and 0 deletions

View File

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