haskell-tls-extra: update to version 0.6.0
This commit is contained in:
parent
fbc40feb39
commit
5897b07a0f
@ -1,16 +1,17 @@
|
|||||||
{ cabal, certificate, cipherAes, cryptoApi, cryptocipher
|
{ cabal, certificate, cipherAes, cipherRc4, cryptohash
|
||||||
, cryptohash, mtl, network, pem, text, time, tls, vector
|
, cryptoPubkey, cryptoRandomApi, mtl, network, pem, text, time, tls
|
||||||
|
, vector
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "tls-extra";
|
pname = "tls-extra";
|
||||||
version = "0.5.1";
|
version = "0.6.0";
|
||||||
sha256 = "0a977qy6ig4bhgsl6y5iw0xv52yswmcc2x37ypm1601wikjv38x3";
|
sha256 = "11cf91cgbyp4xzbr3n9h20rvbb6756r9dk74r5w158f3xmlgk5nx";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
certificate cipherAes cryptoApi cryptocipher cryptohash mtl network
|
certificate cipherAes cipherRc4 cryptohash cryptoPubkey
|
||||||
pem text time tls vector
|
cryptoRandomApi mtl network pem text time tls vector
|
||||||
];
|
];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://github.com/vincenthz/hs-tls";
|
homepage = "http://github.com/vincenthz/hs-tls";
|
||||||
|
Loading…
Reference in New Issue
Block a user