haskell-retry 0.9.3.1-1build1 source package in Ubuntu

Changelog

haskell-retry (0.9.3.1-1build1) oracular; urgency=medium

  * Rebuild against new GHC ABIs.

 -- Gianfranco Costamagna <email address hidden>  Wed, 15 May 2024 11:48:33 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc

Downloads

File Size SHA-256 Checksum
haskell-retry_0.9.3.1.orig.tar.gz 18.3 KiB 622e35114b920f76fa2e1ae6515575b9973fac19c679f5426ea6574a5d0b7ed6
haskell-retry_0.9.3.1-1build1.debian.tar.xz 3.5 KiB 8255aeb8f9522eea761e2784f3f761487a5777ddaaa1cfce0bcbe654fe14d51d
haskell-retry_0.9.3.1-1build1.dsc 2.6 KiB caf164fa721234705b0ff000ab90bcae09411a473fc813d1b84c8670ab0d20ee

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: 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.