haskell-quickcheck-safe 0.1.0.6-2build4 source package in Ubuntu

Changelog

haskell-quickcheck-safe (0.1.0.6-2build4) hirsute; urgency=medium

  * No-change rebuild for new GHC ABIs

 -- Steve Langasek <email address hidden>  Thu, 29 Oct 2020 20:45:18 +0000

Upload details

Uploaded by:
Steve Langasek
Uploaded to:
Hirsute
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Jammy release universe misc

Downloads

File Size SHA-256 Checksum
haskell-quickcheck-safe_0.1.0.6.orig.tar.gz 4.8 KiB 7786a89eca0ccc8fa9ece6ef0995fafb1bc25d1d3df7024625d5181c8d4606b9
haskell-quickcheck-safe_0.1.0.6-2build4.debian.tar.xz 3.0 KiB e3cbfa80a014f6698ee479676ccfdbc9a1035ecca78dca9e40efe3d98de11538
haskell-quickcheck-safe_0.1.0.6-2build4.dsc 2.6 KiB fad750b83b2038bda6d4c5ea1b911369a0f2fdc0ab30033ebd08941f56cffc22

Available diffs

View changes file

Binary packages built by this source

libghc-quickcheck-safe-dev: No summary available for libghc-quickcheck-safe-dev in ubuntu kinetic.

No description available for libghc-quickcheck-safe-dev in ubuntu kinetic.

libghc-quickcheck-safe-doc: Safe reimplementation of QuickCheck's core; documentation

 QuickCheck-safe reimplements the quickCheck functionality with a pure
 interface and a very small trusted base (see Test.QuickCheck.Safe.Trusted).
 .
 * uses the existing Arbitrary instances
 * implemented features: testing, result minimization (i.e., shrinking)
 * missing features: expected failures, label frequencies, coverage
 .
 The package is targeted at users who want to leverage SafeHaskell for
 sandboxing.
 .
   >>> putStr $ quickCheck (inventQCGen ()) (\x -> length (x :: [()]) < 10)
   *** Failed! Falsifiable (after 18 tests and 3 shrinks):
   [(),(),(),(),(),(),(),(),(),(),(),(),(),(),()]
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

libghc-quickcheck-safe-prof: No summary available for libghc-quickcheck-safe-prof in ubuntu hirsute.

No description available for libghc-quickcheck-safe-prof in ubuntu hirsute.