haskell-asn1-data: update to version 0.7.1
This commit is contained in:
parent
b61ed4a580
commit
77cd02f766
|
@ -1,17 +1,15 @@
|
||||||
{ cabal, attoparsec, attoparsecEnumerator, enumerator, mtl, text }:
|
{ cabal, cereal, mtl, text }:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "asn1-data";
|
pname = "asn1-data";
|
||||||
version = "0.6.1.3";
|
version = "0.7.1";
|
||||||
sha256 = "0vly55dpqrm9vb8ayp72na1nf2rr5ini3d81qqvxflmjgpksrgwq";
|
sha256 = "10s7mxygw6w8a8mx090msvbl8pji8m68lsxxyr5bp7p887naia7r";
|
||||||
isLibrary = true;
|
isLibrary = true;
|
||||||
isExecutable = true;
|
isExecutable = true;
|
||||||
buildDepends = [
|
buildDepends = [ cereal mtl text ];
|
||||||
attoparsec attoparsecEnumerator enumerator mtl text
|
|
||||||
];
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://github.com/vincenthz/hs-asn1-data";
|
homepage = "http://github.com/vincenthz/hs-asn1-data";
|
||||||
description = "ASN1 data reader and writer in RAW, BER, DER and CER forms";
|
description = "ASN1 data reader and writer in RAW, BER and DER forms";
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
||||||
maintainers = [ self.stdenv.lib.maintainers.andres ];
|
maintainers = [ self.stdenv.lib.maintainers.andres ];
|
||||||
|
|
Loading…
Reference in New Issue