haskell-retry 0.7.4.2-1 source package in Ubuntu

Changelog

haskell-retry (0.7.4.2-1) unstable; urgency=medium

  * New upstream release

 -- Clint Adams <email address hidden>  Sun, 18 Jun 2017 02:09:46 -0400

Upload details

Uploaded by:
Debian Haskell Group
Uploaded to:
Sid
Original maintainer:
Debian Haskell Group
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
haskell-retry_0.7.4.2-1.dsc 2.6 KiB 22d675754c5a64c8e0125134e6894cabe476e556e9daf3ee10f51badc73f62ef
haskell-retry_0.7.4.2.orig.tar.gz 9.5 KiB 521b392570b37b17ac8aaea2586a0a16a578f56b9cd0bbf69813b35f7ed2b47c
haskell-retry_0.7.4.2-1.debian.tar.xz 2.7 KiB b0f0b0559186949251b8eb85a2f4afbac874bfa85f73c26866fcee8dff0e3efe

No changes file available.

Binary packages built by this source

libghc-retry-dev: No summary available for libghc-retry-dev in ubuntu artful.

No description available for libghc-retry-dev in ubuntu artful.

libghc-retry-doc: Retry combinators for monadic actions that may fail; documentation

 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.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

libghc-retry-prof: Retry combinators for monadic actions that may fail; profiling libraries

 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.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling. See http://www.haskell.org/ for more information on Haskell.