PACKAGE NAME: haskell-QuickCheck-2.14.2-x86_64-1_slackdce.txz PACKAGE LOCATION: ./haskell/haskell-QuickCheck PACKAGE SIZE (compressed): 1252 K PACKAGE SIZE (uncompressed): 15420 K PACKAGE REQUIRED: ghc,haskell-erf,haskell-extensible-exceptions,haskell-splitmix,haskell-primitive,haskell-random,haskell-tf-random PACKAGE CONFLICTS: PACKAGE SUGGESTS: PACKAGE DESCRIPTION: haskell-QuickCheck: haskell-QuickCheck (Automatic testing of Haskell programs) haskell-QuickCheck: haskell-QuickCheck: QuickCheck is a library for random testing of program properties. haskell-QuickCheck: The programmer provides a specification of the program, in the form haskell-QuickCheck: of properties which functions should satisfy, and QuickCheck then haskell-QuickCheck: tests that the properties hold in a large number of randomly haskell-QuickCheck: generated cases. haskell-QuickCheck: haskell-QuickCheck: https://hackage.haskell.org/package/QuickCheck haskell-QuickCheck: haskell-QuickCheck: