How to Install and Uninstall libghc-convertible-dev Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: September 20,2024

1. Install "libghc-convertible-dev" package

Here is a brief guide to show you how to install libghc-convertible-dev on Ubuntu 20.10 (Groovy Gorilla)

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

2. Uninstall "libghc-convertible-dev" package

Please follow the step by step instructions below to uninstall libghc-convertible-dev on Ubuntu 20.10 (Groovy Gorilla):

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

3. Information about the libghc-convertible-dev package on Ubuntu 20.10 (Groovy Gorilla)

Package: libghc-convertible-dev
Architecture: amd64
Version: 1.1.1.0-9build1
Priority: extra
Section: universe/haskell
Source: haskell-convertible
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 5066
Provides: libghc-convertible-dev-1.1.1.0-3c1a8
Depends: libghc-base-dev-4.13.0.0-c9705, libghc-bytestring-dev-0.10.10.0-70a9a, libghc-containers-dev-0.6.2.1-b8f3d, libghc-mtl-dev-2.2.2-13482, libghc-old-locale-dev-1.0.0.7-f78e4, libghc-old-time-dev-1.1.0.3-47285, libghc-text-dev-1.2.4.0-455b7, libghc-time-dev-1.9.3-a9e1f, libc6 (>= 2.14), libgmp10
Suggests: libghc-convertible-doc, libghc-convertible-prof
Filename: pool/universe/h/haskell-convertible/libghc-convertible-dev_1.1.1.0-9build1_amd64.deb
Size: 365564
MD5sum: cf99a2b54ad679fc9d588e923dbf84d1
SHA1: cead192613f2cc2ff1a2f0690bb6810967951a82
SHA256: 5160abc677693fa4e278fc219807b62f3bd9cebc521156245022776b8f88f058
SHA512: e548afda655f74729494bb0516e9e1d95cac4a2d9ddc1243be70f9bc3480fbe9f5386f58bd80291c5a78335757fbbe39e4362311abaf4c472c30e3cf65e407ff
Homepage: http://hackage.haskell.org/package/convertible
Description-en: Typeclasses and instances for converting between types, GHC package
convertible provides a typeclass with a single function
that is designed to help convert between different types: numeric
values, dates and times, and the like. The conversions perform bounds
checking and return a pure Either value. This means that you need
not remember which specific function performs the conversion you
desire.
.
Also included in the package are optional instances that provide
conversion for various numeric and time types, as well as utilities
for writing your own instances.
.
Finally, there is a function that will raise an exception on
bounds-checking violation, or return a bare value otherwise,
implemented in terms of the safer function described above.
.
Convertible is also used by HDBC 2.0 for handling marshalling of
data to/from databases.
.
Convertible is backed by an extensive test suite and passes tests
on GHC and Hugs.
Description-md5: bb307263f02ff761658e0f8241a1a239
Ghc-Package: convertible-1.1.1.0-9Rp9pvQJButJLM8ZZdWvFD