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

{ cabal, filepath, mtl, pem, x509, x509Store }:

cabal.mkDerivation (self: {
  pname = "x509-system";
  version = "1.5.0";
  sha256 = "159zwg35nq42j1rl0p4x00hdf3iy48hd7kavz0rnpwd2p7ljamr3";
  buildDepends = [ filepath mtl pem x509 x509Store ];
  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;
  };
})