forked from mirrors/nixpkgs
haskell-data-fin: jailbreak to fix build with reflection 1.5.x
This commit is contained in:
parent
f185bc447e
commit
628df3e423
|
@ -12,6 +12,7 @@ cabal.mkDerivation (self: {
|
|||
lazysmallcheck preludeSafeenum QuickCheck reflection smallcheck
|
||||
tagged
|
||||
];
|
||||
jailbreak = true;
|
||||
meta = {
|
||||
homepage = "http://code.haskell.org/~wren/";
|
||||
description = "Finite totally ordered sets";
|
||||
|
|
Loading…
Reference in a new issue