From 8f7bfaca4d09e794f6ef5595a96dcbc35b960fad Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Thu, 15 May 2014 19:29:51 +0200 Subject: [PATCH] haskell-attoparsec: jailbreak to fix build with scientific 0.3.x --- pkgs/development/libraries/haskell/attoparsec/0.11.3.1.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/libraries/haskell/attoparsec/0.11.3.1.nix b/pkgs/development/libraries/haskell/attoparsec/0.11.3.1.nix index 74920ea7b09..84e7f6147a7 100644 --- a/pkgs/development/libraries/haskell/attoparsec/0.11.3.1.nix +++ b/pkgs/development/libraries/haskell/attoparsec/0.11.3.1.nix @@ -10,6 +10,7 @@ cabal.mkDerivation (self: { testDepends = [ QuickCheck testFramework testFrameworkQuickcheck2 text ]; + jailbreak = true; meta = { homepage = "https://github.com/bos/attoparsec"; description = "Fast combinator parsing for bytestrings and text";