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:
parent
c2fd001fd4
commit
cfb6902526
@ -12,6 +12,7 @@ cabal.mkDerivation (self: {
|
|||||||
caseInsensitive conduit deepseq httpdShed httpTypes HUnit mtl
|
caseInsensitive conduit deepseq httpdShed httpTypes HUnit mtl
|
||||||
network pureMD5 split testFramework testFrameworkHunit wai warp
|
network pureMD5 split testFramework testFrameworkHunit wai warp
|
||||||
];
|
];
|
||||||
|
jailbreak = true;
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://github.com/haskell/HTTP";
|
homepage = "https://github.com/haskell/HTTP";
|
||||||
description = "A library for client-side HTTP";
|
description = "A library for client-side HTTP";
|
||||||
|
Loading…
Reference in New Issue
Block a user