haskell-retry 0.9.3.1-1 source package in Ubuntu

Changelog

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

  * Declare compliance with Debian policy 4.6.2
  * New upstream release

 -- Ilias Tsitsimpis <email address hidden>  Sun, 10 Sep 2023 22:07:25 +0300

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
Noble release universe misc

Downloads

File Size SHA-256 Checksum
haskell-retry_0.9.3.1-1.dsc 2.6 KiB 65cd7555162ffa8fadc8a976b3598290a3430e8564812d56f2f0fbb236eb7100
haskell-retry_0.9.3.1.orig.tar.gz 18.3 KiB 622e35114b920f76fa2e1ae6515575b9973fac19c679f5426ea6574a5d0b7ed6
haskell-retry_0.9.3.1-1.debian.tar.xz 3.4 KiB b413422922d5b2408837e1d0bc0843b16daf4d4ba5279733a26fe700935be765

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.