haskell-tls: update to version 1.2.13

This commit is contained in:
Peter Simons 2014-10-21 17:13:37 +02:00
parent c296d406b1
commit d24a592d81

View File

@ -1,26 +1,26 @@
# This file was auto-generated by cabal2nix. Please do NOT edit manually! # This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal, asn1Encoding, asn1Types, byteable, cereal, cipherAes { cabal, asn1Encoding, asn1Types, async, byteable, cereal
, cipherDes, cipherRc4, cprngAes, cryptoCipherTypes, cryptohash , cipherAes, cipherDes, cipherRc4, cprngAes, cryptoCipherTypes
, cryptoNumbers, cryptoPubkey, cryptoPubkeyTypes, cryptoRandom , cryptohash, cryptoNumbers, cryptoPubkey, cryptoPubkeyTypes
, dataDefaultClass, mtl, network, QuickCheck, testFramework , cryptoRandom, dataDefaultClass, hourglass, mtl, network
, testFrameworkQuickcheck2, time, x509, x509Store, x509Validation , QuickCheck, tasty, tastyQuickcheck, transformers, x509, x509Store
, x509Validation
}: }:
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "tls"; pname = "tls";
version = "1.2.10"; version = "1.2.13";
sha256 = "1zxkay5l5wlvxamrnnj376a7kydvbki32vxjl029a3wmzzsshs8n"; sha256 = "1djjscmyn3wcnlzz1r0clz2nxa2y23rlyjk30xjsdp0m1sq0vdc3";
buildDepends = [ buildDepends = [
asn1Encoding asn1Types byteable cereal cipherAes cipherDes asn1Encoding asn1Types async byteable cereal cipherAes cipherDes
cipherRc4 cryptoCipherTypes cryptohash cryptoNumbers cryptoPubkey cipherRc4 cryptoCipherTypes cryptohash cryptoNumbers cryptoPubkey
cryptoPubkeyTypes cryptoRandom dataDefaultClass mtl network x509 cryptoPubkeyTypes cryptoRandom dataDefaultClass mtl network
x509Store x509Validation transformers x509 x509Store x509Validation
]; ];
testDepends = [ testDepends = [
cereal cprngAes cryptoPubkey cryptoRandom dataDefaultClass mtl cereal cprngAes cryptoPubkey cryptoRandom dataDefaultClass
QuickCheck testFramework testFrameworkQuickcheck2 time x509 hourglass mtl QuickCheck tasty tastyQuickcheck x509 x509Validation
x509Validation
]; ];
doCheck = false; doCheck = false;
meta = { meta = {