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

Last updated: May 13,2024

1. Install "libghc-test-framework-th-dev" package

This tutorial shows how to install libghc-test-framework-th-dev on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libghc-test-framework-th-dev

2. Uninstall "libghc-test-framework-th-dev" package

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

$ sudo apt remove libghc-test-framework-th-dev $ sudo apt autoclean && sudo apt autoremove

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

Package: libghc-test-framework-th-dev
Priority: extra
Section: universe/haskell
Installed-Size: 125
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Architecture: amd64
Source: haskell-test-framework-th
Version: 0.2.4-7build1
Provides: libghc-test-framework-th-dev-0.2.4-3f467
Depends: libc6 (>= 2.2.5), libghc-base-dev-4.8.2.0-0d6d1, libghc-haskell-src-exts-dev-1.17.1-5b24e, libghc-language-haskell-extract-dev-0.2.4-30612, libghc-regex-posix-dev-0.95.2-6e2e8, libghc-template-haskell-dev-2.10.0.0-3c4cb, libghc-test-framework-dev-0.8.1.1-ade54
Suggests: libghc-test-framework-th-doc, libghc-test-framework-th-prof
Filename: pool/universe/h/haskell-test-framework-th/libghc-test-framework-th-dev_0.2.4-7build1_amd64.deb
Size: 17318
MD5sum: f027963d83bc4313e5edcdef1f74dcb0
SHA1: a5a4e309fb34f5d65b98a20fc0509c9bb44c93d4
SHA256: dd7c52baa432615fac33bc43b15233361882823090a97768375996113f0308bf
Description-en: Automagically generate the {HUnit,Quickcheck}-bulk-code
test-framework-th contains two interesting functions:
defaultMainGenerator and testGroupGenerator.
.
defaultMainGenerator will extract all functions beginning with
"case_" or "prop_" in the module and put them in a testGroup.
.
testGroupGenerator is like defaultMainGenerator but without defaultMain.
It is useful if you need a function for the testgroup
(e.g. if you want to be able to call the testgroup from another module).
.
This package contains the normal library files.
Description-md5: 8b9c3a95c524a1f9b72ab22b95756233
Homepage: http://github.com/finnsson/test-generator
Ghc-Package: test-framework-th-0.2.4-3f4675dfef2d61c07a28322b3be8bb12
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu