haskell-http-conduit: patch to support recent versions of base64-bytestring and asn1-data
This commit is contained in:
parent
824b62a61a
commit
bf188b3fd2
@ -17,6 +17,9 @@ 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
Block a user