haskell-quickcheck 2.13.2-1build3 source package in Ubuntu
Changelog
haskell-quickcheck (2.13.2-1build3) hirsute; urgency=medium * No-change rebuild for new GHC ABIs -- Steve Langasek <email address hidden> Thu, 29 Oct 2020 20:45:01 +0000
Upload details
- Uploaded by:
- Steve Langasek
- Uploaded to:
- Hirsute
- Original maintainer:
- Ubuntu Developers
- Architectures:
- any all
- Section:
- devel
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Jammy | release | universe | devel |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
haskell-quickcheck_2.13.2.orig.tar.gz | 68.8 KiB | 7b560baa5853de777702dc23a6f2126ae4adbfdab163295bc56323a706914610 |
haskell-quickcheck_2.13.2-1build3.debian.tar.xz | 5.7 KiB | 0e85c16880cddb567311735dc7965511e6904d435f2dfc99e774cedee5510548 |
haskell-quickcheck_2.13.2-1build3.dsc | 2.6 KiB | a6dfb59d4c4d00d6bf777f57b593fccab860554e8cfc5c89d5b2eec529dc8349 |
Available diffs
- diff from 2.13.2-1build2 to 2.13.2-1build3 (524 bytes)
Binary packages built by this source
- libghc-quickcheck2-dev: No summary available for libghc-quickcheck2-dev in ubuntu hirsute.
No description available for libghc-
quickcheck2- dev in ubuntu hirsute.
- libghc-quickcheck2-doc: No summary available for libghc-quickcheck2-doc in ubuntu hirsute.
No description available for libghc-
quickcheck2- doc in ubuntu hirsute.
- 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.