haskell-quickcheck-safe 0.1.0.2-1build2 source package in Ubuntu

Changelog

haskell-quickcheck-safe (0.1.0.2-1build2) bionic; urgency=medium

  * No-change rebuild for new GHC ABIs

 -- Steve Langasek <email address hidden>  Sat, 04 Nov 2017 05:15:09 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe misc

Downloads

File Size SHA-256 Checksum
haskell-quickcheck-safe_0.1.0.2.orig.tar.gz 4.7 KiB 2b6e41260800d399487537d186b1f8f55efb0ad26502333a956ecace9350f8f8
haskell-quickcheck-safe_0.1.0.2-1build2.debian.tar.xz 2.6 KiB 6a961f320f9110eeaaf2e8e0189f70809e550928a27e36739783ecc8360f3632
haskell-quickcheck-safe_0.1.0.2-1build2.dsc 2.6 KiB d8cbb57a0d753dbf25795504d4e7891c27dd2142778e3bf5f96a4d3891f766d6

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 cosmic.

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

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: Safe reimplementation of QuickCheck's core; profiling libraries

 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 a library for the Haskell programming language, compiled
 for profiling. See http://www.haskell.org/ for more information on Haskell.