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
This commit is contained in:
Peter Simons 2014-05-04 12:40:01 +02:00
parent c2fd001fd4
commit cfb6902526

View File

@ -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";