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

Last updated: May 05,2024

1. Install "libghc-flexible-defaults-dev" package

Please follow the guidance below to install libghc-flexible-defaults-dev on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libghc-flexible-defaults-dev

2. Uninstall "libghc-flexible-defaults-dev" package

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

$ sudo apt remove libghc-flexible-defaults-dev $ sudo apt autoclean && sudo apt autoremove

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

Package: libghc-flexible-defaults-dev
Priority: extra
Section: universe/haskell
Installed-Size: 500
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Architecture: amd64
Source: haskell-flexible-defaults
Version: 0.0.1.1-3build1
Provides: libghc-flexible-defaults-dev-0.0.1.1-a0a26
Depends: libghc-base-dev-4.8.2.0-0d6d1, libghc-containers-dev-0.5.6.2-59326, libghc-template-haskell-dev-2.10.0.0-3c4cb, libghc-th-extras-dev-0.0.0.2-c725e, libghc-transformers-dev-0.4.2.0-81450, libc6 (>= 2.2.5)
Suggests: libghc-flexible-defaults-doc, libghc-flexible-defaults-prof
Filename: pool/universe/h/haskell-flexible-defaults/libghc-flexible-defaults-dev_0.0.1.1-3build1_amd64.deb
Size: 51676
MD5sum: 7385349c15fb5f988d9a15520a5b2b81
SHA1: 639c0aa9b5ad8c458b63da9da9be5597b1692f24
SHA256: a4393c4b1a3c16bfe80dd99059125afc7b7393bd14d9a0bcea0da9adb6f94cee
Description-en: Generate default function implementations for complex type classes
Template Haskell code to implement default implementations for
type-class functions based on which functions are already implemented.
Currently extremely crude but still fairly effective.
.
When defining a type class with many functions, each of which can be
implemented based on arbitrary subsets of the others, the standard
default-implementation concept breaks down quite badly. This library
provides a system by which more complex rules can be described for
choosing default implementations based on which ones the user
supplies. These implementations can additionally be given
"suitability scores", so that when multiple possible choices could be
made, the library can choose the "best" one.
.
This package provides a library for the Haskell programming language.
See http://www.haskell.org/ for more information on Haskell.
Description-md5: 7927dcac0b8299969ce8859fb456219d
Homepage: http://hackage.haskell.org/package/flexible-defaults
Ghc-Package: flexible-defaults-0.0.1.1-a0a2647008f9ea40b5f5cdec2c5a479f
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu