haskell-tls-extra: update to version 0.6.5
This commit is contained in:
parent
7e63d2825c
commit
456dd7d5c4
@ -1,17 +1,16 @@
|
|||||||
{ cabal, certificate, cipherAes, cipherRc4, cryptohash
|
{ cabal, certificate, cipherAes, cipherRc4, cryptohash
|
||||||
, cryptoPubkey, cryptoRandomApi, mtl, network, pem, text, time, tls
|
, cryptoPubkey, cryptoRandom, mtl, network, pem, time, tls, vector
|
||||||
, vector
|
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "tls-extra";
|
pname = "tls-extra";
|
||||||
version = "0.6.4";
|
version = "0.6.5";
|
||||||
sha256 = "058ia1cabs7ribz287iqkkjvqpp2n7c219f3xc92fhm0qq00mh5n";
|
sha256 = "09b8wxg4k88gdzpbxhd2apf0x5y51zh2zbw2cvraffjnnfkgvzqc";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
certificate cipherAes cipherRc4 cryptohash cryptoPubkey
|
certificate cipherAes cipherRc4 cryptohash cryptoPubkey
|
||||||
cryptoRandomApi mtl network pem text time tls vector
|
cryptoRandom mtl network pem time tls vector
|
||||||
];
|
];
|
||||||
jailbreak = true;
|
jailbreak = true;
|
||||||
meta = {
|
meta = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user