How to Install and Uninstall libghc-quickcheck-safe-doc Package on Kali Linux

Last updated: May 15,2024

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

This tutorial shows how to install libghc-quickcheck-safe-doc on Kali Linux

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

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

Please follow the step by step instructions below to uninstall libghc-quickcheck-safe-doc on Kali Linux:

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

3. Information about the libghc-quickcheck-safe-doc package on Kali Linux

Package: libghc-quickcheck-safe-doc
Source: haskell-quickcheck-safe
Version: 0.1.0.6-4
Installed-Size: 1487
Maintainer: Debian Haskell Group
Architecture: all
Depends: haddock-interface-41
Recommends: ghc-doc, libghc-quickcheck-safe-dev, libghc-quickcheck2-doc, libjs-mathjax
Suggests: libghc-quickcheck-safe-prof
Size: 93484
SHA256: 545fbd4846e315d8184cc21f97fcc729445d0e3293ed744806b2bc1405457934
SHA1: e859ed3bf9f49e1dfea858fe06948e901aadbf23
MD5sum: 890e63aa75cd3236555a2549a9817101
Description: 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:
Homepage: http://hackage.haskell.org/package/QuickCheck-safe
Section: doc
Priority: optional
Filename: pool/main/h/haskell-quickcheck-safe/libghc-quickcheck-safe-doc_0.1.0.6-4_all.deb