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

Last updated: November 26,2024

1. Install "libghc-convertible-dev" package

This guide let you learn how to install libghc-convertible-dev on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libghc-convertible-dev" package

Here is a brief guide to show you how to uninstall libghc-convertible-dev on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libghc-convertible-dev
Priority: extra
Section: universe/haskell
Installed-Size: 4895
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Architecture: amd64
Source: haskell-convertible
Version: 1.1.1.0-3build1
Provides: libghc-convertible-dev-1.1.1.0-82b9c
Depends: libghc-base-dev-4.8.2.0-0d6d1, libghc-bytestring-dev-0.10.6.0-9a873, libghc-containers-dev-0.5.6.2-59326, libghc-mtl-dev-2.2.1-3af90, libghc-old-locale-dev-1.0.0.7-0db93, libghc-old-time-dev-1.1.0.3-44943, libghc-text-dev-1.2.2.0-2c09c, libghc-time-dev-1.5.0.1-1b9a5, libc6 (>= 2.2.5)
Suggests: libghc-convertible-doc, libghc-convertible-prof
Filename: pool/universe/h/haskell-convertible/libghc-convertible-dev_1.1.1.0-3build1_amd64.deb
Size: 357770
MD5sum: 84f98f7022f096457960119c0bde5daf
SHA1: 8920e9261361a888271b7166d7616d84eaeb8563
SHA256: caa8341440cd493e72748b4efd8bc6a5c82a02cbc4a7d7a88d6a9c6ecca07659
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
Homepage: http://hackage.haskell.org/package/convertible
Ghc-Package: convertible-1.1.1.0-82b9cd7e0c1851d519f2368947fa1dcf
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu