haskell-pipes-http: jailbreak to fix build with latest http-client library
This commit is contained in:
parent
e9619ed236
commit
b7db46f0e0
@ -7,6 +7,7 @@ cabal.mkDerivation (self: {
|
||||
version = "1.0.1";
|
||||
sha256 = "15jmhf6lgqxv9zn08dky8biiv8cp4s3vf0xmp78pbllaqkvm4z9w";
|
||||
buildDepends = [ httpClient httpClientTls pipes ];
|
||||
jailbreak = true;
|
||||
meta = {
|
||||
description = "HTTP client with pipes interface";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
|
Loading…
Reference in New Issue
Block a user