haskell-retry 0.7.0.1-1 source package in Ubuntu

Changelog

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

  * New upstream release

 -- Clint Adams <email address hidden>  Sun, 10 Jan 2016 23:37:44 -0500

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.0.1-1.dsc 2.6 KiB 3519e63f3ab05f94435f69ae54f6f86b33c4257c9bb49d755882081304c44704
haskell-retry_0.7.0.1.orig.tar.gz 8.3 KiB 7ab82a1ba52eaf2a98186ff853d26fa0f54f676939739b2d2bd8735e0406486a
haskell-retry_0.7.0.1-1.debian.tar.xz 2.4 KiB 8d56670b64f24433ccda4bf97c220d0ec022471760f3edf94d5eada68cff5dcf

Available diffs

No changes file available.

Binary packages built by this source

libghc-retry-dev: Retry combinators for monadic actions that may fail

 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.
 See http://www.haskell.org/ for more information on Haskell.

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.