./devel/hs-retry, Retry combinators for monadic actions that may fail

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.9.3.1nb1, Package name: hs-retry-0.9.3.1nb1, Maintainer: pkgsrc-users

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.


Master sites:

Filesize: 18.278 KB

Version history: (Expand)


CVS history: (Expand)


   2023-11-02 07:37:49 by Masatake Daimon | Files touched by this commit (1141)
Log message:
Revbump all Haskell after updating lang/ghc96
   2023-10-27 14:29:19 by Masatake Daimon | Files touched by this commit (4)
Log message:
devel/hs-retry: Update to 0.9.3.1

0.9.3.1
    Resolve warnings in test suite PR 83
   2023-10-09 06:55:01 by Masatake Daimon | Files touched by this commit (988)
Log message:
Bump Haskell packages after updating lang/ghc94
   2023-01-25 14:59:39 by Masatake Daimon | Files touched by this commit (4)
Log message:
devel/hs-retry: Update to 0.9.3.0

0.9.3.0
* Add UnliftIO.Retry PR 81

0.9.2.1
* Use explicit import for lift which allows for mtl-2.3 compatibility PR 80

0.9.2.0
* Add retryOnError PR 44
   2022-02-26 04:58:36 by Masatake Daimon | Files touched by this commit (872)
Log message:
Bump all Haskell packages after enabling "split sections" in mk/haskell.mk
   2022-02-24 02:01:42 by Masatake Daimon | Files touched by this commit (5)
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.