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

Last updated: May 14,2024

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

This guide covers the steps necessary to install libghc-flexible-defaults-doc on Ubuntu 16.04 LTS (Xenial Xerus)

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

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

Please follow the instructions below to uninstall libghc-flexible-defaults-doc on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libghc-flexible-defaults-doc
Priority: extra
Section: universe/doc
Installed-Size: 156
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Architecture: all
Source: haskell-flexible-defaults
Version: 0.0.1.1-3build1
Depends: haddock-interface-27
Recommends: ghc-doc
Filename: pool/universe/h/haskell-flexible-defaults/libghc-flexible-defaults-doc_0.0.1.1-3build1_all.deb
Size: 23488
MD5sum: 09f0c0b31cc3ddcbce7c17dd12224418
SHA1: ddd98e78f468301961e5ebe6186a2c094a4392d0
SHA256: 9df3a2a93a9fefd0c95084605c8487bf304d6450dcefa8b28bb09bd1dd672979
Description-en: Generate default function implementations for complex type classes; documentation
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 the documentation for a library for the Haskell
programming language.
See http://www.haskell.org/ for more information on Haskell.
Description-md5: 614d39c21947d98ad917175b5f0bf445
Homepage: http://hackage.haskell.org/package/flexible-defaults
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu