From 64779360acba28a6d92e9303ddbd77477a9776c8 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Mon, 13 Oct 2014 16:51:08 +0200 Subject: [PATCH] haskell-ChasingBottoms: jailbreak version to fix build with latest version of 'random' --- 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 715793c7e9a..829af010da7 100644 --- a/pkgs/development/libraries/haskell/ChasingBottoms/default.nix +++ b/pkgs/development/libraries/haskell/ChasingBottoms/default.nix @@ -9,6 +9,7 @@ cabal.mkDerivation (self: { isLibrary = true; isExecutable = true; buildDepends = [ mtl QuickCheck random syb ]; + jailbreak = true; meta = { description = "For testing partial and infinite values"; license = self.stdenv.lib.licenses.mit;