2014-07-14 04:21:41 -07:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2014-10-19 05:18:54 -07:00
|
|
|
{ cabal, asn1Types, hourglass, mtl, tasty, tastyQuickcheck, text }:
|
2014-01-27 11:58:15 -08:00
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "asn1-encoding";
|
2014-10-19 05:18:54 -07:00
|
|
|
version = "0.9.0";
|
|
|
|
sha256 = "02x3lzyl4gavl3lc2lrg8rknyvs6r2hf8kmm7xrmma5m857iks8p";
|
|
|
|
buildDepends = [ asn1Types hourglass mtl ];
|
|
|
|
testDepends = [
|
|
|
|
asn1Types hourglass mtl tasty tastyQuickcheck text
|
|
|
|
];
|
2014-01-27 11:58:15 -08:00
|
|
|
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;
|
|
|
|
};
|
|
|
|
})
|