haskell-asn1-encoding: update to version 0.9.0
This commit is contained in:
parent
7d236d6762
commit
b599efe2eb
@ -1,14 +1,15 @@
|
||||
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||
|
||||
{ cabal, asn1Types, mtl, text, time }:
|
||||
{ cabal, asn1Types, hourglass, mtl, tasty, tastyQuickcheck, text }:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "asn1-encoding";
|
||||
version = "0.8.1.3";
|
||||
sha256 = "000rajx9gdxfyx521yg2mvp1z8h61sr96w1lzwawiw7n5ng6v8ni";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
buildDepends = [ asn1Types mtl text time ];
|
||||
version = "0.9.0";
|
||||
sha256 = "02x3lzyl4gavl3lc2lrg8rknyvs6r2hf8kmm7xrmma5m857iks8p";
|
||||
buildDepends = [ asn1Types hourglass mtl ];
|
||||
testDepends = [
|
||||
asn1Types hourglass mtl tasty tastyQuickcheck text
|
||||
];
|
||||
meta = {
|
||||
homepage = "http://github.com/vincenthz/hs-asn1";
|
||||
description = "ASN1 data reader and writer in RAW, BER and DER forms";
|
||||
|
Loading…
Reference in New Issue
Block a user