From aec64e12d3a11debd96983898b9c2d77e983c14a Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sun, 12 May 2013 15:43:06 +0200 Subject: [PATCH] haskell-ChasingBottoms: jailbreak to fix build with recent versions of QuickCheck --- pkgs/development/libraries/haskell/ChasingBottoms/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/libraries/haskell/ChasingBottoms/default.nix b/pkgs/development/libraries/haskell/ChasingBottoms/default.nix index 48231a1b6d2..6e4c4417e3c 100644 --- a/pkgs/development/libraries/haskell/ChasingBottoms/default.nix +++ b/pkgs/development/libraries/haskell/ChasingBottoms/default.nix @@ -7,6 +7,7 @@ cabal.mkDerivation (self: { isLibrary = true; isExecutable = true; buildDepends = [ mtl QuickCheck random syb ]; + jailbreak = true; meta = { description = "For testing partial and infinite values"; license = "unknown";