How to Install and Uninstall ghc-QuickCheck Package on openSuSE Tumbleweed
Last updated: November 08,2024
1. Install "ghc-QuickCheck" package
Please follow the guidelines below to install ghc-QuickCheck on openSuSE Tumbleweed
$
sudo zypper refresh
Copied
$
sudo zypper install
ghc-QuickCheck
Copied
2. Uninstall "ghc-QuickCheck" package
Learn how to uninstall ghc-QuickCheck on openSuSE Tumbleweed:
$
sudo zypper remove
ghc-QuickCheck
Copied
3. Information about the ghc-QuickCheck package on openSuSE Tumbleweed
Information for package ghc-QuickCheck:
---------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : ghc-QuickCheck
Version : 2.14.3-1.12
Arch : x86_64
Vendor : openSUSE
Installed Size : 1.9 MiB
Installed : No
Status : not installed
Source package : ghc-QuickCheck-2.14.3-1.12.src
Upstream URL : https://hackage.haskell.org/package/QuickCheck
Summary : Automatic testing of Haskell programs
Description :
QuickCheck is a library for random testing of program properties. The
programmer provides a specification of the program, in the form of properties
which functions should satisfy, and QuickCheck then tests that the properties
hold in a large number of randomly generated cases. Specifications are
expressed in Haskell, using combinators provided by QuickCheck.
QuickCheck provides combinators to define properties, observe the distribution
of test data, and define test data generators.
Most of QuickCheck's functionality is exported by the main "Test.QuickCheck"
module. The main exception is the monadic property testing library in
"Test.QuickCheck.Monadic".
If you are new to QuickCheck, you can try looking at the following resources:
* The
QuickCheck manual>. It's a bit out-of-date in some details and doesn't cover
newer QuickCheck features, but is still full of good advice. *
, a detailed
tutorial written by a user of QuickCheck.
The
quickcheck-instances> companion package provides instances for types in Haskell
Platform packages at the cost of additional dependencies.
---------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : ghc-QuickCheck
Version : 2.14.3-1.12
Arch : x86_64
Vendor : openSUSE
Installed Size : 1.9 MiB
Installed : No
Status : not installed
Source package : ghc-QuickCheck-2.14.3-1.12.src
Upstream URL : https://hackage.haskell.org/package/QuickCheck
Summary : Automatic testing of Haskell programs
Description :
QuickCheck is a library for random testing of program properties. The
programmer provides a specification of the program, in the form of properties
which functions should satisfy, and QuickCheck then tests that the properties
hold in a large number of randomly generated cases. Specifications are
expressed in Haskell, using combinators provided by QuickCheck.
QuickCheck provides combinators to define properties, observe the distribution
of test data, and define test data generators.
Most of QuickCheck's functionality is exported by the main "Test.QuickCheck"
module. The main exception is the monadic property testing library in
"Test.QuickCheck.Monadic".
If you are new to QuickCheck, you can try looking at the following resources:
* The
newer QuickCheck features, but is still full of good advice. *
tutorial written by a user of QuickCheck.
The
Platform packages at the cost of additional dependencies.