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