2011-08-08 00:51:22 +02:00
|
|
|
{cabal, certificate, cryptoApi, cryptocipher, cryptohash, mtl,
|
|
|
|
network, text, tls, vector} :
|
|
|
|
|
|
|
|
cabal.mkDerivation (self : {
|
|
|
|
pname = "tls-extra";
|
|
|
|
version = "0.3.1";
|
|
|
|
sha256 = "1zj8l5nglfaarbbzb1icil6cp6rjqfs33nryxc34akz22zwwmln4";
|
|
|
|
propagatedBuildInputs = [
|
|
|
|
certificate cryptoApi cryptocipher cryptohash mtl network text tls
|
|
|
|
vector
|
|
|
|
];
|
|
|
|
meta = {
|
|
|
|
homepage = "http://github.com/vincenthz/hs-tls-extra";
|
|
|
|
description = "TLS extra default values and helpers";
|
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
2011-08-09 11:54:50 +02:00
|
|
|
platforms = self.ghc.meta.platforms;
|
2011-08-08 00:51:22 +02:00
|
|
|
maintainers = [ self.stdenv.lib.maintainers.andres ];
|
|
|
|
};
|
|
|
|
})
|