mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-02 20:03:16 +00:00
haskell-tls-extra: updated to version 0.4.6
svn path=/nixpkgs/trunk/; revision=33854
This commit is contained in:
parent
c05f314f7f
commit
cbbf85d839
@ -1,16 +1,16 @@
|
|||||||
{ cabal, certificate, cryptoApi, cryptocipher, cryptohash, mtl
|
{ cabal, certificate, cryptoApi, cryptocipher, cryptohash, mtl
|
||||||
, network, text, time, tls, vector
|
, network, pem, text, time, tls, vector
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "tls-extra";
|
pname = "tls-extra";
|
||||||
version = "0.4.5";
|
version = "0.4.6";
|
||||||
sha256 = "0pra0ah086y214hs4zvgkv3p4g6iara27im7x7z1djbj96ikah8a";
|
sha256 = "1xl55i4nr7kyc3qxi8zmq18m0xhlwlrx9fwkck22krshqgq2i6nn";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
certificate cryptoApi cryptocipher cryptohash mtl network text time
|
certificate cryptoApi cryptocipher cryptohash mtl network pem text
|
||||||
tls vector
|
time tls vector
|
||||||
];
|
];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://github.com/vincenthz/hs-tls-extra";
|
homepage = "http://github.com/vincenthz/hs-tls-extra";
|
||||||
|
Loading…
Reference in New Issue
Block a user