From 347132478b4782b15831c332150542318d9efc0d Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Tue, 15 Oct 2013 11:28:36 +0200 Subject: [PATCH] haskell-HTTP: jailbreak to fix build with GHC 7.7 --- pkgs/development/libraries/haskell/HTTP/4000.2.8.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/libraries/haskell/HTTP/4000.2.8.nix b/pkgs/development/libraries/haskell/HTTP/4000.2.8.nix index 1b52261dea0..78c79fe3c3d 100644 --- a/pkgs/development/libraries/haskell/HTTP/4000.2.8.nix +++ b/pkgs/development/libraries/haskell/HTTP/4000.2.8.nix @@ -13,6 +13,7 @@ cabal.mkDerivation (self: { network pureMD5 split testFramework testFrameworkHunit wai warp ]; doCheck = false; + jailbreak = true; meta = { homepage = "https://github.com/haskell/HTTP"; description = "A library for client-side HTTP";