How to Install and Uninstall libghc-retry-doc Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 12,2024

1. Install "libghc-retry-doc" package

Please follow the guidelines below to install libghc-retry-doc on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libghc-retry-doc

2. Uninstall "libghc-retry-doc" package

This guide let you learn how to uninstall libghc-retry-doc on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libghc-retry-doc $ sudo apt autoclean && sudo apt autoremove

3. Information about the libghc-retry-doc package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libghc-retry-doc
Priority: extra
Section: universe/doc
Installed-Size: 217
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Architecture: all
Source: haskell-retry
Version: 0.7.0.1-1build1
Depends: haddock-interface-27
Recommends: ghc-doc, libghc-data-default-class-doc, libghc-exceptions-doc
Filename: pool/universe/h/haskell-retry/libghc-retry-doc_0.7.0.1-1build1_all.deb
Size: 30650
MD5sum: 9a4dc85e20cb55a12141445778293984
SHA1: 7d46864bb450f78cb6101ed5b261c68c3ff69c25
SHA256: 47f07791223005d401422368643cdcee8cf736bd8edb8384c915204c4735c38f
Description-en: 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.
Description-md5: a8e053a5734287af4f6e5ef178214069
Homepage: http://github.com/Soostone/retry
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu