2014-07-14 04:21:41 -07:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2014-10-19 05:21:40 -07:00
|
|
|
{ cabal, filepath, mtl, pem, x509, x509Store }:
|
2014-01-27 11:58:15 -08:00
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "x509-system";
|
2014-10-19 05:21:40 -07:00
|
|
|
version = "1.5.0";
|
|
|
|
sha256 = "159zwg35nq42j1rl0p4x00hdf3iy48hd7kavz0rnpwd2p7ljamr3";
|
|
|
|
buildDepends = [ filepath mtl pem x509 x509Store ];
|
2014-01-27 11:58:15 -08:00
|
|
|
meta = {
|
|
|
|
homepage = "http://github.com/vincenthz/hs-certificate";
|
|
|
|
description = "Handle per-operating-system X.509 accessors and storage";
|
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
|
|
|
};
|
|
|
|
})
|