haskell-tls: update to version 1.0.0

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

View File

@ -1,15 +1,15 @@
{ cabal, cereal, certificate, cryptoApi, cryptocipher, cryptohash { cabal, cereal, certificate, cryptoApi, cryptocipher, cryptohash
, mtl , mtl, network
}: }:
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "tls"; pname = "tls";
version = "0.9.11"; version = "1.0.0";
sha256 = "1a0kfwhmlwl581yr63g2plw9680ry0030rqm3bxhvnjbb2xac3k9"; sha256 = "1d82s5h75dh1bqi592q8gm37wnmpl6n2zajz03n51qysa6w90cvm";
isLibrary = true; isLibrary = true;
isExecutable = true; isExecutable = true;
buildDepends = [ buildDepends = [
cereal certificate cryptoApi cryptocipher cryptohash mtl cereal certificate cryptoApi cryptocipher cryptohash mtl network
]; ];
meta = { meta = {
homepage = "http://github.com/vincenthz/hs-tls"; homepage = "http://github.com/vincenthz/hs-tls";