mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
haskell-tls: update to version 1.2.8.nix
This commit is contained in:
parent
0259eaf66c
commit
363b35ac2c
@ -1,19 +1,19 @@
|
||||
{ cabal, asn1Encoding, asn1Types, byteable, cereal, cipherAes
|
||||
, cipherRc4, cprngAes, cryptohash, cryptoNumbers, cryptoPubkey
|
||||
, cryptoPubkeyTypes, cryptoRandom, dataDefaultClass, mtl, network
|
||||
, QuickCheck, testFramework, testFrameworkQuickcheck2, time, x509
|
||||
, x509Store, x509Validation
|
||||
, cipherDes, cipherRc4, cprngAes, cryptoCipherTypes, cryptohash
|
||||
, cryptoNumbers, cryptoPubkey, cryptoPubkeyTypes, cryptoRandom
|
||||
, dataDefaultClass, mtl, network, QuickCheck, testFramework
|
||||
, testFrameworkQuickcheck2, time, x509, x509Store, x509Validation
|
||||
}:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "tls";
|
||||
version = "1.2.7";
|
||||
sha256 = "0f0zlyiw6bgqkhg0czlpqyz8jgb1zbgbpzpk73v5p7hsjffsblgs";
|
||||
version = "1.2.8";
|
||||
sha256 = "0fm36jn2yri3fn6wadl5v4k0cpnansqlid4fhavgnp6mazf0q5ha";
|
||||
buildDepends = [
|
||||
asn1Encoding asn1Types byteable cereal cipherAes cipherRc4
|
||||
cryptohash cryptoNumbers cryptoPubkey cryptoPubkeyTypes
|
||||
cryptoRandom dataDefaultClass mtl network x509 x509Store
|
||||
x509Validation
|
||||
asn1Encoding asn1Types byteable cereal cipherAes cipherDes
|
||||
cipherRc4 cryptoCipherTypes cryptohash cryptoNumbers cryptoPubkey
|
||||
cryptoPubkeyTypes cryptoRandom dataDefaultClass mtl network x509
|
||||
x509Store x509Validation
|
||||
];
|
||||
testDepends = [
|
||||
cereal cprngAes cryptoPubkey cryptoRandom dataDefaultClass mtl
|
@ -2187,8 +2187,8 @@ self : let callPackage = x : y : modifyPrio (newScope self x y); in
|
||||
timeCompat = callPackage ../development/libraries/haskell/time-compat {};
|
||||
|
||||
tls_1_1_5 = callPackage ../development/libraries/haskell/tls/1.1.5.nix {};
|
||||
tls_1_2_7 = callPackage ../development/libraries/haskell/tls/1.2.7.nix {};
|
||||
tls = self.tls_1_2_7;
|
||||
tls_1_2_8 = callPackage ../development/libraries/haskell/tls/1.2.8.nix {};
|
||||
tls = self.tls_1_2_8;
|
||||
|
||||
tlsExtra = callPackage ../development/libraries/haskell/tls-extra {
|
||||
tls = self.tls_1_1_5;
|
||||
|
Loading…
Reference in New Issue
Block a user