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

Last updated: May 16,2024

1. Install "libghc-basic-prelude-dev" package

Please follow the instructions below to install libghc-basic-prelude-dev on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libghc-basic-prelude-dev

2. Uninstall "libghc-basic-prelude-dev" package

This is a short guide on how to uninstall libghc-basic-prelude-dev on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libghc-basic-prelude-dev $ sudo apt autoclean && sudo apt autoremove

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

Package: libghc-basic-prelude-dev
Priority: extra
Section: universe/haskell
Installed-Size: 191
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Architecture: amd64
Source: haskell-basic-prelude
Version: 0.5.0-2build1
Provides: libghc-basic-prelude-dev-0.5.0-b8aa4
Depends: libghc-readargs-dev-1.2.2-94857, 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-filepath-dev-1.4.0.0-f97d1, libghc-hashable-dev-1.2.3.3-ce7af, libghc-lifted-base-dev-0.2.3.6-9276c, libghc-safe-dev-0.3.9-e3aa4, libghc-text-dev-1.2.2.0-2c09c, libghc-transformers-dev-0.4.2.0-81450, libghc-unordered-containers-dev-0.2.5.1-a371f, libghc-vector-dev-0.11.0.0-c6a21, libc6 (>= 2.2.5)
Suggests: libghc-basic-prelude-doc, libghc-basic-prelude-prof
Filename: pool/universe/h/haskell-basic-prelude/libghc-basic-prelude-dev_0.5.0-2build1_amd64.deb
Size: 26218
MD5sum: 4ea8b99b925fcd5d4bb3002fd3019196
SHA1: 3f77db0869c73fdd8c53e845c3b5f5ef59daa393
SHA256: 932d92b90c8994a38ce5e95c901e9773a3fe491cc7edad5a0c229b5b493962a0
Description-en: enhanced core prelude
The premise of basic-prelude is that there are a lot of very commonly
desired features missing from the standard Prelude, such as commonly
used operators (<$> and >=>, for instance) and imports for common
datatypes (e.g., ByteString and Vector). At the same time, there are
lots of other components which are more debatable, such as providing
polymorphic versions of common functions.
.
So basic-prelude is intended to give a common foundation for a number
of alternate preludes. The package provides two modules: CorePrelude
provides the common ground for other preludes to build on top of, while
BasicPrelude exports CorePrelude together with commonly used list
functions to provide a drop-in replacement for the standard Prelude.
.
Users wishing to have an improved Prelude can use BasicPrelude.
Developers wishing to create a new prelude should use CorePrelude.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Description-md5: 3bf395b0afaa1285d43478019cd83470
Homepage: https://github.com/snoyberg/basic-prelude
Ghc-Package: basic-prelude-0.5.0-b8aa4c79054bad4ba6edd3f57736c65c
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu