How to Install and Uninstall libghc-retry-doc Package on Kali Linux

Last updated: May 11,2024

1. Install "libghc-retry-doc" package

Learn how to install libghc-retry-doc on Kali Linux

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

2. Uninstall "libghc-retry-doc" package

Here is a brief guide to show you how to uninstall libghc-retry-doc on Kali Linux:

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

3. Information about the libghc-retry-doc package on Kali Linux

Package: libghc-retry-doc
Source: haskell-retry
Version: 0.9.3.1-1
Installed-Size: 886
Maintainer: Debian Haskell Group
Architecture: all
Depends: haddock-interface-41
Recommends: ghc-doc, libghc-random-doc, libghc-retry-dev, libghc-unliftio-core-doc, libjs-mathjax
Suggests: libghc-retry-prof
Size: 76200
SHA256: db5e15f9e12c6bf54871357b7094cd94340d806145d4581eca00a342e1fce98f
SHA1: 9a165a4d754a10deec644e254f38691fdcc65bf0
MD5sum: 610e1585de1e6c1ca00a5fb452fa40d1
Description: 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:
Homepage: https://github.com/Soostone/retry
Section: doc
Priority: optional
Filename: pool/main/h/haskell-retry/libghc-retry-doc_0.9.3.1-1_all.deb