2014-07-14 12:21:41 +01:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2014-10-19 13:18:56 +01:00
|
|
|
{ cabal, asn1Encoding, asn1Types, mtl, text }:
|
2014-01-27 19:58:15 +00:00
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "asn1-parse";
|
2014-10-19 13:18:56 +01:00
|
|
|
version = "0.9.0";
|
|
|
|
sha256 = "0m093wwndyxvy72qlnb70bp8w5ahimrlv1dp972l9s9l5jc4pjg3";
|
|
|
|
buildDepends = [ asn1Encoding asn1Types mtl text ];
|
2014-01-27 19:58:15 +00:00
|
|
|
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;
|
|
|
|
};
|
|
|
|
})
|