From 513073afc1d9ba71d15f7d9ce6c23bb23c08caeb Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Mon, 3 Mar 2014 13:28:06 +0100 Subject: [PATCH] haskell-scientific: jailbreak to fix build with recent versions of tasty --- pkgs/development/libraries/haskell/scientific/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/libraries/haskell/scientific/default.nix b/pkgs/development/libraries/haskell/scientific/default.nix index 24c0759d6e9..aa57f9dc5df 100644 --- a/pkgs/development/libraries/haskell/scientific/default.nix +++ b/pkgs/development/libraries/haskell/scientific/default.nix @@ -8,6 +8,7 @@ cabal.mkDerivation (self: { sha256 = "0xwxds884pqywjbc4j6qkx27nbi64sihig8ps9v884sk08021wrp"; buildDepends = [ deepseq hashable text ]; testDepends = [ smallcheck tasty tastySmallcheck text ]; + jailbreak = true; meta = { homepage = "https://github.com/basvandijk/scientific"; description = "Arbitrary-precision floating-point numbers represented using scientific notation";