haskell-tls-extra: updated to version 0.4.6

svn path=/nixpkgs/trunk/; revision=33854
This commit is contained in:
Peter Simons 2012-04-20 11:35:13 +00:00
parent c05f314f7f
commit cbbf85d839

View File

@ -1,16 +1,16 @@
{ cabal, certificate, cryptoApi, cryptocipher, cryptohash, mtl { cabal, certificate, cryptoApi, cryptocipher, cryptohash, mtl
, network, text, time, tls, vector , network, pem, text, time, tls, vector
}: }:
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "tls-extra"; pname = "tls-extra";
version = "0.4.5"; version = "0.4.6";
sha256 = "0pra0ah086y214hs4zvgkv3p4g6iara27im7x7z1djbj96ikah8a"; sha256 = "1xl55i4nr7kyc3qxi8zmq18m0xhlwlrx9fwkck22krshqgq2i6nn";
isLibrary = true; isLibrary = true;
isExecutable = true; isExecutable = true;
buildDepends = [ buildDepends = [
certificate cryptoApi cryptocipher cryptohash mtl network text time certificate cryptoApi cryptocipher cryptohash mtl network pem text
tls vector time tls vector
]; ];
meta = { meta = {
homepage = "http://github.com/vincenthz/hs-tls-extra"; homepage = "http://github.com/vincenthz/hs-tls-extra";