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

Last updated: April 29,2024

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

This guide covers the steps necessary to install libghc-test-framework-th-doc on Ubuntu 16.04 LTS (Xenial Xerus)

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

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

This guide covers the steps necessary to uninstall libghc-test-framework-th-doc on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libghc-test-framework-th-doc
Priority: extra
Section: universe/doc
Installed-Size: 95
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Architecture: all
Source: haskell-test-framework-th
Version: 0.2.4-7build1
Depends: haddock-interface-27
Recommends: ghc-doc
Filename: pool/universe/h/haskell-test-framework-th/libghc-test-framework-th-doc_0.2.4-7build1_all.deb
Size: 18310
MD5sum: 50c6462a1ec9efdf28601f3d3fbc1d7c
SHA1: 4e25605ed34834b2cda2e1992c5d704d4771a1ca
SHA256: d00be954f5545af85f03f809104c20d2c9f461dfdcf15c265841f4f803e0cef8
Description-en: Automagically generate the {HUnit,Quickcheck}-bulk-code; documentation
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 documentation files.
Description-md5: 8efa2a826bff3211c02232d018a8bcb0
Homepage: http://github.com/finnsson/test-generator
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu