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

{ cabal, asn1Types, mtl, text, time }:

cabal.mkDerivation (self: {
  pname = "asn1-encoding";
  version = "0.8.1.3";
  sha256 = "000rajx9gdxfyx521yg2mvp1z8h61sr96w1lzwawiw7n5ng6v8ni";
  isLibrary = true;
  isExecutable = true;
  buildDepends = [ asn1Types mtl text time ];
  meta = {
    homepage = "http://github.com/vincenthz/hs-asn1";
    description = "ASN1 data reader and writer in RAW, BER and DER forms";
    license = self.stdenv.lib.licenses.bsd3;
    platforms = self.ghc.meta.platforms;
  };
})