forked from mirrors/nixpkgs
haskell-tls: update to version 1.1.1
This commit is contained in:
parent
5897b07a0f
commit
b8679af5b0
|
@ -1,17 +1,15 @@
|
||||||
{ cabal, cereal, certificate, cryptoApi, cryptocipher, cryptohash
|
{ cabal, cereal, certificate, cryptohash, cryptoPubkey
|
||||||
, mtl, network
|
, cryptoRandomApi, mtl, network
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "tls";
|
pname = "tls";
|
||||||
version = "1.0.3";
|
version = "1.1.1";
|
||||||
sha256 = "14wgwz032skkgkxg2lyh8kwg1fkapmlg2jh74czbacvnssc2iidb";
|
sha256 = "0ji83b5z3v6f6a6rgyj5xkjh9vvsqckr7ymzjnhb4zqf0mgymypq";
|
||||||
isLibrary = true;
|
|
||||||
isExecutable = true;
|
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
cereal certificate cryptoApi cryptocipher cryptohash mtl network
|
cereal certificate cryptohash cryptoPubkey cryptoRandomApi mtl
|
||||||
|
network
|
||||||
];
|
];
|
||||||
jailbreak = true;
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://github.com/vincenthz/hs-tls";
|
homepage = "http://github.com/vincenthz/hs-tls";
|
||||||
description = "TLS/SSL protocol native implementation (Server and Client)";
|
description = "TLS/SSL protocol native implementation (Server and Client)";
|
||||||
|
|
Loading…
Reference in a new issue