forked from mirrors/nixpkgs
haskell-asn1-types: update to version 0.3.0
This commit is contained in:
parent
d465678948
commit
d7689c5797
|
@ -1,12 +1,12 @@
|
|||
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||
|
||||
{ cabal, time }:
|
||||
{ cabal, hourglass }:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "asn1-types";
|
||||
version = "0.2.3";
|
||||
sha256 = "1cdzhj6zls6qmy82218cj2a25b7rkxsjbcqnx4zng3wp6s5pghw4";
|
||||
buildDepends = [ time ];
|
||||
version = "0.3.0";
|
||||
sha256 = "1am8nmfarv7ymy3rqm0js2i82v6n6qwz0lnzb1qdmy4ligcdm65r";
|
||||
buildDepends = [ hourglass ];
|
||||
meta = {
|
||||
homepage = "http://github.com/vincenthz/hs-asn1-types";
|
||||
description = "ASN.1 types";
|
||||
|
|
Loading…
Reference in a new issue