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

{ cabal, asn1Encoding, asn1Types, byteable, cryptohash
, cryptoPubkey, cryptoPubkeyTypes, dataDefaultClass, filepath
, hourglass, mtl, network, pem, x509, x509Store
}:

cabal.mkDerivation (self: {
  pname = "x509-validation";
  version = "1.5.1";
  sha256 = "19cp187id9hdlzkr7sbv2sdxqxnpjv0db09hwf3zdqqqxr30mn6x";
  buildDepends = [
    asn1Encoding asn1Types byteable cryptohash cryptoPubkey
    cryptoPubkeyTypes dataDefaultClass filepath hourglass mtl network
    pem x509 x509Store
  ];
  meta = {
    homepage = "http://github.com/vincenthz/hs-certificate";
    description = "X.509 Certificate and CRL validation";
    license = self.stdenv.lib.licenses.bsd3;
    platforms = self.ghc.meta.platforms;
  };
})