haskell-asn1-encoding: update to version 0.9.0

This commit is contained in:
Peter Simons 2014-10-19 14:18:54 +02:00
parent 7d236d6762
commit b599efe2eb

View File

@ -1,14 +1,15 @@
# This file was auto-generated by cabal2nix. Please do NOT edit manually! # 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: { cabal.mkDerivation (self: {
pname = "asn1-encoding"; pname = "asn1-encoding";
version = "0.8.1.3"; version = "0.9.0";
sha256 = "000rajx9gdxfyx521yg2mvp1z8h61sr96w1lzwawiw7n5ng6v8ni"; sha256 = "02x3lzyl4gavl3lc2lrg8rknyvs6r2hf8kmm7xrmma5m857iks8p";
isLibrary = true; buildDepends = [ asn1Types hourglass mtl ];
isExecutable = true; testDepends = [
buildDepends = [ asn1Types mtl text time ]; asn1Types hourglass mtl tasty tastyQuickcheck text
];
meta = { meta = {
homepage = "http://github.com/vincenthz/hs-asn1"; homepage = "http://github.com/vincenthz/hs-asn1";
description = "ASN1 data reader and writer in RAW, BER and DER forms"; description = "ASN1 data reader and writer in RAW, BER and DER forms";