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

Last updated: April 27,2024

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

Learn how to install libghc-quickcheck-safe-prof on Kali Linux

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

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

Please follow the steps below to uninstall libghc-quickcheck-safe-prof on Kali Linux:

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

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

Package: libghc-quickcheck-safe-prof
Source: haskell-quickcheck-safe (0.1.0.6-4)
Version: 0.1.0.6-4+b1
Installed-Size: 246
Maintainer: Debian Haskell Group
Architecture: amd64
Provides: libghc-quickcheck-safe-prof-0.1.0.6-2e6ae
Depends: libghc-base-prof-4.17.2.0-68dfe, libghc-containers-prof-0.6.7-a1650, libghc-quickcheck-prof-2.14.3-69b0e, libghc-quickcheck-safe-dev (= 0.1.0.6-4+b1)
Size: 39344
SHA256: 03681d61ee7db3c5b4e32fedbeace6862506ccc99da0c03427cd94e138403bae
SHA1: 79966c9cb2b0c5ecfdd836e0a408319608301a68
MD5sum: cef5031d7ea7d1a02ab22f2e4ab1d476
Description: Safe reimplementation of QuickCheck's core; profiling libraries
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 a library for the Haskell programming language, compiled
for profiling. See http://www.haskell.org/ for more information on Haskell.
Description-md5:
Homepage: http://hackage.haskell.org/package/QuickCheck-safe
Section: haskell
Priority: optional
Filename: pool/main/h/haskell-quickcheck-safe/libghc-quickcheck-safe-prof_0.1.0.6-4+b1_amd64.deb