From 8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 14 Jul 2018 21:03:06 +0100 Subject: gentoo resync : 14.07.2018 --- dev-haskell/retry/metadata.xml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 dev-haskell/retry/metadata.xml (limited to 'dev-haskell/retry/metadata.xml') diff --git a/dev-haskell/retry/metadata.xml b/dev-haskell/retry/metadata.xml new file mode 100644 index 000000000000..8df6740dd53a --- /dev/null +++ b/dev-haskell/retry/metadata.xml @@ -0,0 +1,20 @@ + + + + + haskell@gentoo.org + Gentoo Haskell + + + 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. + + -- cgit v1.2.3