haskell-http-conduit: update to version 1.6.1.1
This commit is contained in:
parent
a191dca5e7
commit
7c35fd86ed
@ -8,8 +8,8 @@
|
|||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "http-conduit";
|
pname = "http-conduit";
|
||||||
version = "1.6.1";
|
version = "1.6.1.1";
|
||||||
sha256 = "1yzsa6gqhq6s4b2drhx4jd6qdfawf1swrjyffi2bfq1vq8i9ikf2";
|
sha256 = "00xixsp1n37mb2in20lsxf460cyjbsp8dj2avys6hyrdn14ki130";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
asn1Data attoparsec attoparsecConduit base64Bytestring blazeBuilder
|
asn1Data attoparsec attoparsecConduit base64Bytestring blazeBuilder
|
||||||
blazeBuilderConduit caseInsensitive certificate conduit cookie
|
blazeBuilderConduit caseInsensitive certificate conduit cookie
|
||||||
@ -17,6 +17,7 @@ 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
|
||||||
];
|
];
|
||||||
|
jailbreak = true;
|
||||||
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…
x
Reference in New Issue
Block a user