haskell-network-conduit-tls: update to version 1.0.2
This commit is contained in:
parent
ace869c15b
commit
25a3c855fe
|
@ -1,16 +1,17 @@
|
||||||
{ cabal, aeson, certificate, conduit, cprngAes, cryptoApi
|
{ cabal, aeson, certificate, conduit, connection, cprngAes
|
||||||
, cryptoRandomApi, network, networkConduit, pem, systemFileio
|
, cryptoApi, cryptoRandomApi, dataDefault, monadControl, network
|
||||||
, systemFilepath, tls, tlsExtra, transformers
|
, networkConduit, pem, systemFileio, systemFilepath, tls, tlsExtra
|
||||||
|
, transformers
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "network-conduit-tls";
|
pname = "network-conduit-tls";
|
||||||
version = "1.0.1.1";
|
version = "1.0.2";
|
||||||
sha256 = "0v5rspcjhd2vid5i74dy1sdcvci7dlr88sgr0v9vjp4gcyb29qlj";
|
sha256 = "0m3sbb4vpsjf568zaaxri8x7x46wngf5y2s5chgjzfmbj0amkl51";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
aeson certificate conduit cprngAes cryptoApi cryptoRandomApi
|
aeson certificate conduit connection cprngAes cryptoApi
|
||||||
network networkConduit pem systemFileio systemFilepath tls tlsExtra
|
cryptoRandomApi dataDefault monadControl network networkConduit pem
|
||||||
transformers
|
systemFileio systemFilepath tls tlsExtra transformers
|
||||||
];
|
];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://github.com/snoyberg/conduit";
|
homepage = "https://github.com/snoyberg/conduit";
|
||||||
|
|
Loading…
Reference in New Issue