haskell-retry 0.7.7.0-1build1 source package in Ubuntu

Changelog

haskell-retry (0.7.7.0-1build1) eoan; urgency=medium

  * Rebuild against new GHC abi.

 -- Gianfranco Costamagna <email address hidden>  Thu, 08 Aug 2019 14:55:27 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe misc

Downloads

File Size SHA-256 Checksum
haskell-retry_0.7.7.0.orig.tar.gz 13.6 KiB 3ccbc27a08ad0c7291342140f417cef11c2b11886586cc2bd870fa1e80cbd16c
haskell-retry_0.7.7.0-1build1.debian.tar.xz 3.1 KiB 6ac7f9c1314318f41733c2e7094df4f374220f21a5a0160ddb00cce80e6ff918
haskell-retry_0.7.7.0-1build1.dsc 2.6 KiB 0b13cbf39766b32e1b7aa7c05d3316847e0d272640a2db63f06518dcec09459b

View changes file

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: No summary available for libghc-retry-doc in ubuntu groovy.

No description available for libghc-retry-doc in ubuntu groovy.

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.