From 61fb503eb7cf121f647a99e1c9c0b532ad75a14e Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Mon, 31 Mar 2014 22:46:41 +0200 Subject: [PATCH] haskell-http-types: jailbreak to fix build with recent case-insensitive --- pkgs/development/libraries/haskell/http-types/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/libraries/haskell/http-types/default.nix b/pkgs/development/libraries/haskell/http-types/default.nix index ed24e1ede74..ab523e07cf2 100644 --- a/pkgs/development/libraries/haskell/http-types/default.nix +++ b/pkgs/development/libraries/haskell/http-types/default.nix @@ -6,6 +6,7 @@ cabal.mkDerivation (self: { sha256 = "02l1lhl2ajbm5f7zq363nlb21dpdg1m0qsy330arccmds7z9g7a2"; buildDepends = [ blazeBuilder caseInsensitive text ]; testDepends = [ blazeBuilder hspec QuickCheck text ]; + jailbreak = true; meta = { homepage = "https://github.com/aristidb/http-types"; description = "Generic HTTP types for Haskell (for both client and server code)";