From cfb69025261af018818417f5f2efc2bc55154872 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sun, 4 May 2014 12:40:01 +0200 Subject: [PATCH] HTTP-4000.2.13: jailbreak to fix build with latest version of conduit https://github.com/haskell/HTTP/issues/61 https://github.com/NixOS/nixpkgs/issues/2495 --- pkgs/development/libraries/haskell/HTTP/4000.2.13.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/libraries/haskell/HTTP/4000.2.13.nix b/pkgs/development/libraries/haskell/HTTP/4000.2.13.nix index e3c4282b5ae..9c423a94e3f 100644 --- a/pkgs/development/libraries/haskell/HTTP/4000.2.13.nix +++ b/pkgs/development/libraries/haskell/HTTP/4000.2.13.nix @@ -12,6 +12,7 @@ cabal.mkDerivation (self: { caseInsensitive conduit deepseq httpdShed httpTypes HUnit mtl network pureMD5 split testFramework testFrameworkHunit wai warp ]; + jailbreak = true; meta = { homepage = "https://github.com/haskell/HTTP"; description = "A library for client-side HTTP";