summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/asn1-parse/default.nix
blob: 5d6bf33bb268da948cbbe4770e23dcbc3dc7f431 (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, asn1Encoding, asn1Types, mtl, text }:

cabal.mkDerivation (self: {
  pname = "asn1-parse";
  version = "0.9.0";
  sha256 = "0m093wwndyxvy72qlnb70bp8w5ahimrlv1dp972l9s9l5jc4pjg3";
  buildDepends = [ asn1Encoding asn1Types mtl text ];
  meta = {
    homepage = "http://github.com/vincenthz/hs-asn1";
    description = "Simple monadic parser for ASN1 stream types";
    license = self.stdenv.lib.licenses.bsd3;
    platforms = self.ghc.meta.platforms;
  };
})