How to Install and Uninstall ghc-lazysmallcheck.x86_64 Package on Fedora 35

Last updated: May 09,2024

1. Install "ghc-lazysmallcheck.x86_64" package

Here is a brief guide to show you how to install ghc-lazysmallcheck.x86_64 on Fedora 35

$ sudo dnf update $ sudo dnf install ghc-lazysmallcheck.x86_64

2. Uninstall "ghc-lazysmallcheck.x86_64" package

Please follow the guidance below to uninstall ghc-lazysmallcheck.x86_64 on Fedora 35:

$ sudo dnf remove ghc-lazysmallcheck.x86_64 $ sudo dnf autoremove

3. Information about the ghc-lazysmallcheck.x86_64 package on Fedora 35

Last metadata expiration check: 0:29:11 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : ghc-lazysmallcheck
Version : 0.6
Release : 29.fc35
Architecture : x86_64
Size : 32 k
Source : ghc-lazysmallcheck-0.6-29.fc35.src.rpm
Repository : fedora
Summary : A library for demand-driven testing of Haskell programs
URL : https://hackage.haskell.org/package/lazysmallcheck
License : BSD
Description : Lazy SmallCheck is a library for exhaustive, demand-driven testing of Haskell
: programs. It is based on the idea that if a property holds for a
: partially-defined input then it must also hold for all fully-defined
: refinements of the that input. Compared to ``eager'' input generation as in
: SmallCheck, Lazy SmallCheck may require significantly fewer test-cases to
: verify a property for all inputs up to a given depth.