haskell-tls-extra: update to version 0.5.0

This commit is contained in:
Peter Simons 2012-10-24 18:06:11 +02:00
parent 4ba13cae2b
commit 741467beb3

View file

@ -1,19 +1,19 @@
{ cabal, certificate, cryptoApi, cryptocipher, cryptohash, mtl
, network, pem, text, time, tls, vector
{ cabal, certificate, cipherAes, cryptoApi, cryptocipher
, cryptohash, mtl, network, pem, text, time, tls, vector
}:
cabal.mkDerivation (self: {
pname = "tls-extra";
version = "0.4.7";
sha256 = "1ykmwkzq2vwjvcvg8c9b020baqxp3w7w0x7ka7jrk88aqmil9hiq";
version = "0.5.0";
sha256 = "1r645qljn3ql7jcphsqf4cm259cl8fsva64q4p2x37mafi01bkr8";
isLibrary = true;
isExecutable = true;
buildDepends = [
certificate cryptoApi cryptocipher cryptohash mtl network pem text
time tls vector
certificate cipherAes cryptoApi cryptocipher cryptohash mtl network
pem text time tls vector
];
meta = {
homepage = "http://github.com/vincenthz/hs-tls-extra";
homepage = "http://github.com/vincenthz/hs-tls";
description = "TLS extra default values and helpers";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;