haskell-retry 0.8.1.2-2build2 source package in Ubuntu

Changelog

haskell-retry (0.8.1.2-2build2) hirsute; urgency=medium

  * No-change rebuild for new GHC ABIs

 -- Steve Langasek <email address hidden>  Fri, 30 Oct 2020 01:25:49 +0000

Upload details

Uploaded by:
Steve Langasek
Uploaded to:
Hirsute
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Jammy release universe misc

Downloads

File Size SHA-256 Checksum
haskell-retry_0.8.1.2.orig.tar.gz 15.4 KiB c5415ed7928d81611fa570fef9dd6c009f3d722a16a36f1177bdde2e888e9e5b
haskell-retry_0.8.1.2-2build2.debian.tar.xz 3.2 KiB 1d6b12fd46c6128c5b48d894daa4441c4bb1e85bdfd07ef599a1c12030bde6da
haskell-retry_0.8.1.2-2build2.dsc 2.6 KiB 6bd73541c73074743975135b7059f8c025ec415d6337c161356236f338fe821e

Available diffs

View changes file

Binary packages built by this source

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

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

libghc-retry-doc: No summary available for libghc-retry-doc in ubuntu hirsute.

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

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.