haskell-ListLike: jailbreak to fix the build with text 1.x
This commit is contained in:
parent
303ce43551
commit
878227d7aa
|
@ -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";
|
||||
|
|
Loading…
Reference in New Issue