haskell-http-conduit: update to version 1.6.0.1
This commit is contained in:
parent
45485db623
commit
d11f3d5551
|
@ -8,8 +8,8 @@
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "http-conduit";
|
pname = "http-conduit";
|
||||||
version = "1.6.0";
|
version = "1.6.0.1";
|
||||||
sha256 = "1vr4kglmlqn6s31ks231qx4b8034p6yi0501h3zswpqyf5cimhl7";
|
sha256 = "0v6r57pliaam3i69826bf07iqmkm2s2x6f19mk0amh7fvdfjhgyb";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
asn1Data attoparsec attoparsecConduit base64Bytestring blazeBuilder
|
asn1Data attoparsec attoparsecConduit base64Bytestring blazeBuilder
|
||||||
blazeBuilderConduit caseInsensitive certificate conduit cookie
|
blazeBuilderConduit caseInsensitive certificate conduit cookie
|
||||||
|
@ -17,9 +17,6 @@ cabal.mkDerivation (self: {
|
||||||
monadControl mtl network regexCompat resourcet socks text time tls
|
monadControl mtl network regexCompat resourcet socks text time tls
|
||||||
tlsExtra transformers transformersBase utf8String void zlibConduit
|
tlsExtra transformers transformersBase utf8String void zlibConduit
|
||||||
];
|
];
|
||||||
patchPhase = ''
|
|
||||||
sed -i http-conduit.cabal -e 's|, base64-bytestring.*|, base64-bytestring|' -e 's|, asn1-data.*|, asn1-data|'
|
|
||||||
'';
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://www.yesodweb.com/book/http-conduit";
|
homepage = "http://www.yesodweb.com/book/http-conduit";
|
||||||
description = "HTTP client package with conduit interface and HTTPS support";
|
description = "HTTP client package with conduit interface and HTTPS support";
|
||||||
|
|
Loading…
Reference in New Issue