haskell-tls-extra: update to version 0.5.0
This commit is contained in:
parent
4ba13cae2b
commit
741467beb3
@ -1,19 +1,19 @@
|
|||||||
{ cabal, certificate, cryptoApi, cryptocipher, cryptohash, mtl
|
{ cabal, certificate, cipherAes, cryptoApi, cryptocipher
|
||||||
, network, pem, text, time, tls, vector
|
, cryptohash, mtl, network, pem, text, time, tls, vector
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "tls-extra";
|
pname = "tls-extra";
|
||||||
version = "0.4.7";
|
version = "0.5.0";
|
||||||
sha256 = "1ykmwkzq2vwjvcvg8c9b020baqxp3w7w0x7ka7jrk88aqmil9hiq";
|
sha256 = "1r645qljn3ql7jcphsqf4cm259cl8fsva64q4p2x37mafi01bkr8";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
certificate cryptoApi cryptocipher cryptohash mtl network pem text
|
certificate cipherAes cryptoApi cryptocipher cryptohash mtl network
|
||||||
time tls vector
|
pem text time tls vector
|
||||||
];
|
];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://github.com/vincenthz/hs-tls-extra";
|
homepage = "http://github.com/vincenthz/hs-tls";
|
||||||
description = "TLS extra default values and helpers";
|
description = "TLS extra default values and helpers";
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user