haskell-retry 0.7.0.1-1build1 source package in Ubuntu

Changelog

haskell-retry (0.7.0.1-1build1) xenial; urgency=medium

  * Rebuild for new GHC ABIs.

 -- Colin Watson <email address hidden>  Mon, 11 Jan 2016 18:33:25 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Xenial release universe misc

Downloads

File Size SHA-256 Checksum
haskell-retry_0.7.0.1.orig.tar.gz 8.3 KiB 7ab82a1ba52eaf2a98186ff853d26fa0f54f676939739b2d2bd8735e0406486a
haskell-retry_0.7.0.1-1build1.debian.tar.xz 2.5 KiB 0b07e806e41b59037f1cfcaee4fbba8432a38d463ef7c554d2cf895331e1eae2
haskell-retry_0.7.0.1-1build1.dsc 2.5 KiB 5a71bcc42b2b3f174daabce4ac7eb343a76d7905f47fa4f86977a40fe680aec2

View changes file

Binary packages built by this source

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

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

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.