devel/hs-retry - The NetBSD Packages Collection

Retry combinators for monadic actions that may fail

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.

Build dependencies

pkgtools/mktools pkgtools/cwrappers

Runtime dependencies

devel/hs-mtl-compat devel/hs-random devel/hs-unliftio-core lang/ghc96 devel/hs-mtl-compat devel/hs-random devel/hs-unliftio-core

Binary packages

OSArchitectureVersion
NetBSD 10.0aarch64hs-retry-0.9.3.1nb1.tgz
NetBSD 10.0aarch64hs-retry-0.9.3.0nb1.tgz
NetBSD 10.0aarch64hs-retry-0.9.3.1nb1.tgz
NetBSD 10.0x86_64hs-retry-0.9.3.1nb1.tgz
NetBSD 10.0x86_64hs-retry-0.9.3.1nb1.tgz
NetBSD 8.0x86_64hs-retry-0.9.3.0nb1.tgz
NetBSD 9.0aarch64hs-retry-0.9.3.1nb1.tgz
NetBSD 9.0aarch64hs-retry-0.9.3.0nb1.tgz
NetBSD 9.0aarch64hs-retry-0.9.3.1nb1.tgz
NetBSD 9.0x86_64hs-retry-0.9.3.1nb1.tgz
NetBSD 9.0x86_64hs-retry-0.9.3.1nb1.tgz
NetBSD 9.3x86_64hs-retry-0.9.3.1nb1.tgz

Binary packages can be installed with the high-level tool pkgin (which can be installed with pkg_add) or pkg_add(1) (installed by default). The NetBSD packages collection is also designed to permit easy installation from source.

Available build options

(none)

Known vulnerabilities

The pkg_admin audit command locates any installed package which has been mentioned in security advisories as having vulnerabilities.

Please note the vulnerabilities database might not be fully accurate, and not every bug is exploitable with every configuration.


Problem reports, updates or suggestions for this package should be reported with send-pr.