@hackage / retry-io-classes

Retry combinators for monadic actions that may fail (io-classes port)

Latest0.1.0.0

About

Metadata

  • Last updated , by srk
  • License BSD-3-Clause
  • Maintained by: srk@48.io

  • Lottery factor: 1

Links

Installation

Package Flags

Use the -f option with cabal commands to enable flags

    lib-werror (off by default)

Readme

README

This is a port of original retry package compatible with io-classes.

retry - combinators for monadic actions that may fail (io-classes port)

About

Monadic action combinators that add delayed-retry functionality, potentially with exponential-backoff, to arbitrary actions.

The main purpose of this package is to make it easy to work reliably with IO and similar actions that often fail. Common examples are database queries and large file uploads.

Documentation

Please see haddocks for documentation.

Changes

See https://github.com/sorki/retry-io-classes/blob/master/CHANGELOG.md.

Author

Ozgun Ataman, Soostone Inc

Contributors

Contributors, please list yourself here.

  • Mitsutoshi Aoe (@maoe)
  • John Wiegley
  • Michael Snoyman
  • Michael Xavier
  • Toralf Wittner
  • Marco Zocca (@ocramz)
  • @sorki (io-classes port)