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

Last updated: May 12,2024

1. Install "libghc-quickcheck-safe-doc" package

Please follow the guidelines below to install libghc-quickcheck-safe-doc on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libghc-quickcheck-safe-doc

2. Uninstall "libghc-quickcheck-safe-doc" package

This is a short guide on how to uninstall libghc-quickcheck-safe-doc on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libghc-quickcheck-safe-doc $ sudo apt autoclean && sudo apt autoremove

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

Package: libghc-quickcheck-safe-doc
Priority: extra
Section: universe/doc
Installed-Size: 181
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Haskell Group
Architecture: all
Source: haskell-quickcheck-safe
Version: 0.1.0.1-2
Depends: haddock-interface-27
Recommends: ghc-doc, libghc-quickcheck2-doc
Filename: pool/universe/h/haskell-quickcheck-safe/libghc-quickcheck-safe-doc_0.1.0.1-2_all.deb
Size: 24880
MD5sum: dfb8c7b2813a0266cb38b9a0d1ec33d5
SHA1: 5261ca86e9f50283c88b66be17c8901f115b6ef3
SHA256: 370d8555d26e1fd2612a30b2c5aafe4b525ce7604b6677f1a1fff1c0b78de6b6
Description-en: Safe reimplementation of QuickCheck's core; documentation
QuickCheck-safe reimplements the quickCheck functionality with a pure
interface and a very small trusted base (see Test.QuickCheck.Safe.Trusted).
.
* uses the existing Arbitrary instances
* implemented features: testing, result minimization (i.e., shrinking)
* missing features: expected failures, label frequencies, coverage
.
The package is targeted at users who want to leverage SafeHaskell for
sandboxing.
.
>>> putStr $ quickCheck (inventQCGen ()) (\x -> length (x :: [()]) < 10)
*** Failed! Falsifiable (after 18 tests and 3 shrinks):
[(),(),(),(),(),(),(),(),(),(),(),(),(),(),()]
.
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: 9b9fc2c290418b06aa4d08072959b339
Homepage: http://hackage.haskell.org/package/QuickCheck-safe
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu