Subject: CVS commit: pkgsrc/devel/hs-retry
From: Masatake Daimon
Date: 2022-02-24 02:01:42
Message id: 20220224010142.7AE23FB24@cvs.NetBSD.org

Log Message:
devel/hs-retry: import hs-retry-0.9.1.0

This package exposes combinators that can wrap arbitrary monadic
actions. They run the action and potentially retry running it with some
configurable delay for a configurable number of times. The purpose is to
make it easier to work with IO and especially network IO actions that often
experience temporary failure and warrant retrying of the original
action. For example, a database query may time out for a while, in which
case we should hang back for a bit and retry the query instead of simply
raising an exception.

Files:
RevisionActionfile
1.1addpkgsrc/devel/hs-retry/DESCR
1.1addpkgsrc/devel/hs-retry/Makefile
1.1addpkgsrc/devel/hs-retry/PLIST
1.1addpkgsrc/devel/hs-retry/buildlink3.mk
1.1addpkgsrc/devel/hs-retry/distinfo