README 687 B

1234567891011121314
  1. Retry combinators for monadic actions that may fail.
  2. This package exposes combinators that can wrap arbitrary monadic
  3. actions. They run the action and potentially retry running it with some
  4. configurable delay for a configurable number of times. The purpose is
  5. to make it easier to work with IO and especially network IO actions
  6. that often experience temporary failure and warrant retrying of the
  7. original action. For example, a database query may time out for a
  8. while, in which case we should hang back for a bit and retry the query
  9. instead of simply raising an exception.
  10. After uninstalling, run this command to unregister the package from
  11. the ghc package database: ghc-pkg recache