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

Last updated: May 05,2024

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

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

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

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

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

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

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

Package: libghc-flexible-defaults-prof
Priority: extra
Section: universe/haskell
Installed-Size: 373
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Architecture: amd64
Source: haskell-flexible-defaults
Version: 0.0.1.1-3build1
Provides: libghc-flexible-defaults-prof-0.0.1.1-a0a26
Depends: libghc-flexible-defaults-dev (= 0.0.1.1-3build1), libghc-base-prof-4.8.2.0-0d6d1, libghc-containers-prof-0.5.6.2-59326, libghc-template-haskell-prof-2.10.0.0-3c4cb, libghc-th-extras-prof-0.0.0.2-c725e, libghc-transformers-prof-0.4.2.0-81450
Filename: pool/universe/h/haskell-flexible-defaults/libghc-flexible-defaults-prof_0.0.1.1-3build1_amd64.deb
Size: 42798
MD5sum: 2c68270a13f738d9d25c515116e55f8a
SHA1: f8822a0d7dd5e238e369a7ebc250b7cbc69b52f6
SHA256: acedb888a6c1dbd1812e203d01b3ec9c4800591d9dcacabe6a0f79e76228b10d
Description-en: Generate default function implementations for complex type classes; profiling libraries
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, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Description-md5: 4201fada5738c90d2d36b58a701187ba
Homepage: http://hackage.haskell.org/package/flexible-defaults
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu