mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 15:41:48 +00:00
haskell-asn1-parse: update to version 0.9.0
This commit is contained in:
parent
b599efe2eb
commit
d465678948
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user