mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
haskell-HTTP: jailbreak to fix build with GHC 7.7
This commit is contained in:
parent
e7b25c78a5
commit
347132478b
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user