summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/x509-store/default.nix
blob: 36486dbf40e7674e68ebdaf4d5f7b30dbf733b98 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# This file was auto-generated by cabal2nix. Please do NOT edit manually!

{ cabal, asn1Encoding, asn1Types, cryptoPubkeyTypes, filepath, mtl
, pem, x509
}:

cabal.mkDerivation (self: {
  pname = "x509-store";
  version = "1.5.0";
  sha256 = "1w9sqb007s4avjzvrdwq13a4c528h7h2lg3m8cl31syrgznc9ny5";
  buildDepends = [
    asn1Encoding asn1Types cryptoPubkeyTypes filepath mtl pem x509
  ];
  meta = {
    homepage = "http://github.com/vincenthz/hs-certificate";
    description = "X.509 collection accessing and storing methods";
    license = self.stdenv.lib.licenses.bsd3;
    platforms = self.ghc.meta.platforms;
  };
})