haskell-asn1-parse: update to version 0.9.0

This commit is contained in:
Peter Simons 2014-10-19 14:18:56 +02:00
parent b599efe2eb
commit d465678948

View File

@ -1,12 +1,12 @@
# 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, asn1Encoding, asn1Types, mtl, text, time }: { cabal, asn1Encoding, asn1Types, mtl, text }:
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "asn1-parse"; pname = "asn1-parse";
version = "0.8.1"; version = "0.9.0";
sha256 = "021mbm5aayfx9vhxq4x1jj3gpnzq0bqaqcl1zsaa2a6l0qzpnmh9"; sha256 = "0m093wwndyxvy72qlnb70bp8w5ahimrlv1dp972l9s9l5jc4pjg3";
buildDepends = [ asn1Encoding asn1Types mtl text time ]; buildDepends = [ asn1Encoding asn1Types mtl text ];
meta = { meta = {
homepage = "http://github.com/vincenthz/hs-asn1"; homepage = "http://github.com/vincenthz/hs-asn1";
description = "Simple monadic parser for ASN1 stream types"; description = "Simple monadic parser for ASN1 stream types";