haskell-tls: update to version 1.1.4
This commit is contained in:
parent
456dd7d5c4
commit
507c93f4d2
@ -1,18 +1,17 @@
|
|||||||
{ cabal, cereal, certificate, cprngAes, cryptohash, cryptoPubkey
|
{ cabal, cereal, certificate, cprngAes, cryptohash, cryptoPubkey
|
||||||
, cryptoRandomApi, mtl, network, QuickCheck, testFramework
|
, cryptoRandom, mtl, network, QuickCheck, testFramework
|
||||||
, testFrameworkQuickcheck2, time
|
, testFrameworkQuickcheck2, time
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "tls";
|
pname = "tls";
|
||||||
version = "1.1.2";
|
version = "1.1.4";
|
||||||
sha256 = "1vg1mnz6cxxgs48pbpjp4hwyvsysxyzvjfy4p1vd23lwc32cdjqg";
|
sha256 = "0fq6hnc3j54kkzlvcvhskjrj740p44y65fggnj3m4kgfiwjphw5p";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
cereal certificate cryptohash cryptoPubkey cryptoRandomApi mtl
|
cereal certificate cryptohash cryptoPubkey cryptoRandom mtl network
|
||||||
network
|
|
||||||
];
|
];
|
||||||
testDepends = [
|
testDepends = [
|
||||||
cereal certificate cprngAes cryptoPubkey cryptoRandomApi mtl
|
cereal certificate cprngAes cryptoPubkey cryptoRandom mtl
|
||||||
QuickCheck testFramework testFrameworkQuickcheck2 time
|
QuickCheck testFramework testFrameworkQuickcheck2 time
|
||||||
];
|
];
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user