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

Last updated: April 29,2024

1. Install "libghc-retry-dev" package

Please follow the guidance below to install libghc-retry-dev on Kali Linux

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

2. Uninstall "libghc-retry-dev" package

Learn how to uninstall libghc-retry-dev on Kali Linux:

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

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

Package: libghc-retry-dev
Source: haskell-retry (0.9.3.1-1)
Version: 0.9.3.1-1+b1
Installed-Size: 530
Maintainer: Debian Haskell Group
Architecture: amd64
Provides: libghc-retry-dev-0.9.3.1-86b5d
Depends: libghc-base-dev-4.17.2.0-68dfe, libghc-exceptions-dev-0.10.5-3dbf4, libghc-ghc-prim-dev-0.9.1-ca9fc, libghc-mtl-dev-2.2.2-6f39a, libghc-random-dev-1.2.1.1-68746, libghc-transformers-dev-0.5.6.2-931c3, libghc-unliftio-core-dev-0.2.1.0-8678b, libc6 (>= 2.2.5), libgmp10 (>= 2:6.3.0+dfsg)
Size: 75104
SHA256: 69babf8b460ed3bf187ca7386a9901ff5c9d11c1122bc464eeaae45e4ed53902
SHA1: 759a62473fef55873f0786b9b4bf292888d6f133
MD5sum: 238cb631c492f76d5af8fc8ad88ec59f
Description: 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.
Description-md5:
Homepage: https://github.com/Soostone/retry
Ghc-Package: retry-0.9.3.1-6DfXUgzsZO83JoKKrPI3Q6
Section: haskell
Priority: optional
Filename: pool/main/h/haskell-retry/libghc-retry-dev_0.9.3.1-1+b1_amd64.deb