haskell-quickcheck 2.14.2-1 source package in Ubuntu

Changelog

haskell-quickcheck (2.14.2-1) unstable; urgency=medium

  * New upstream release

 -- Clint Adams <email address hidden>  Tue, 14 Jun 2022 13:20:06 -0400

Upload details

Uploaded by:
Debian Haskell Group
Uploaded to:
Sid
Original maintainer:
Debian Haskell Group
Architectures:
any all
Section:
haskell
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
haskell-quickcheck_2.14.2-1.dsc 2.5 KiB 25dc38acfeea4a82798192efe0bd47d0de223f6426491fb005d909047d75c3e2
haskell-quickcheck_2.14.2.orig.tar.gz 73.5 KiB d87b6c85696b601175274361fa62217894401e401e150c3c5d4013ac53cd36f3
haskell-quickcheck_2.14.2-1.debian.tar.xz 5.5 KiB 66964d82cd25d96ff726d6fdca0d6be38684a9f856cfd5c57c0c8ed8dd58ba3a

No changes file available.

Binary packages built by this source

libghc-quickcheck2-dev: Haskell automatic testing library for GHC

 This package provides a library for the Haskell programming language.
 .
 QuickCheck is a library for testing Haskell programs automatically.
 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 defined in the QuickCheck library.
 QuickCheck provides combinators to define properties, observe
 the distribution of test data, and define test data generators.

libghc-quickcheck2-prof: Haskell automatic testing library for GHC; profiling libraries

 This package provides a library for the Haskell programming language,
 compiled for profiling.
 .
 QuickCheck is a library for testing Haskell programs automatically.
 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 defined in the QuickCheck library.
 QuickCheck provides combinators to define properties, observe
 the distribution of test data, and define test data generators.