Fedora Packages

ghc-retry

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.

Releases Overview

Release Stable Testing
Fedora Rawhide 0.9.3.1-3.fc40 -
Fedora 40 0.9.3.1-3.fc40 -
Fedora 39 0.9.3.1-1.fc39 -
Fedora 38 0.9.3.0-2.fc38 -
EPEL 9 0.8.1.2-13.el9 -
File a new bug report »
Package Info
Related Packages

You can contact the maintainers of this package via email at ghc-retry dash maintainers at fedoraproject dot org.



Sources on Pagure