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

Last updated: May 10,2024

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

Learn how to install libghc-test-framework-th-prof on Ubuntu 16.04 LTS (Xenial Xerus)

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

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

Learn how to uninstall libghc-test-framework-th-prof on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libghc-test-framework-th-prof
Priority: extra
Section: universe/haskell
Installed-Size: 105
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-prof-0.2.4-3f467
Depends: libghc-test-framework-th-dev (= 0.2.4-7build1), libghc-base-prof-4.8.2.0-0d6d1, libghc-haskell-src-exts-prof-1.17.1-5b24e, libghc-language-haskell-extract-prof-0.2.4-30612, libghc-regex-posix-prof-0.95.2-6e2e8, libghc-template-haskell-prof-2.10.0.0-3c4cb, libghc-test-framework-prof-0.8.1.1-ade54
Filename: pool/universe/h/haskell-test-framework-th/libghc-test-framework-th-prof_0.2.4-7build1_amd64.deb
Size: 12650
MD5sum: 00c88ad76f9254814c38a73ab25c9594
SHA1: 893cdedb9e52cf55aba1a8e6a597749c0a4f3a1c
SHA256: a11f0ebdb59c0729e32ad1be9ebce2ed95d1bbd4df39d4d6bf859998742dc9c2
Description-en: Automagically generate the {HUnit,Quickcheck}-bulk-code; profiling libraries
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 libraries compiled with profiling enabled.
Description-md5: dae1a1247a37134c84d081ef15aa1066
Homepage: http://github.com/finnsson/test-generator
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu