haskell-quickcheck-classes-base 0.6.2.0-3build1 source package in Ubuntu

Changelog

haskell-quickcheck-classes-base (0.6.2.0-3build1) kinetic; urgency=medium

  * No-change rebuild for new ghc

 -- Steve Langasek <email address hidden>  Tue, 23 Aug 2022 05:46:05 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
haskell-quickcheck-classes-base_0.6.2.0.orig.tar.gz 26.1 KiB 901945e1c442c558d739bc28088a5564f25c4f3615ce7f03b67c5ecc087e8699
haskell-quickcheck-classes-base_0.6.2.0-3build1.debian.tar.xz 2.7 KiB ea99c415d67d4bd6a8b6d92f7d2e6a6e919dc87729f3cfea168056578bc01780
haskell-quickcheck-classes-base_0.6.2.0-3build1.dsc 2.7 KiB c8c2121193e254f973840a9877ab74010c51e06b6464fd5ace96692d8dbe8527

View changes file

Binary packages built by this source

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

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

libghc-quickcheck-classes-base-doc: No summary available for libghc-quickcheck-classes-base-doc in ubuntu kinetic.

No description available for libghc-quickcheck-classes-base-doc in ubuntu kinetic.

libghc-quickcheck-classes-base-prof: QuickCheck common typeclasses from `base`; profiling libraries

 This libary is a minimal variant of `quickcheck-classes` that
 only provides laws for typeclasses from `base`. The main purpose
 of splitting this out is so that `primitive` can depend on
 `quickcheck-classes-base` in its test suite, avoiding the circular
 dependency that arises if `quickcheck-classes` is used instead.
 .
 This library provides QuickCheck properties to ensure
 that typeclass instances adhere to the set of laws that
 they are supposed to. There are other libraries that do
 similar things, such as `genvalidity-hspec` and `checkers`.
 This library differs from other solutions by not introducing
 any new typeclasses that the user needs to learn.
 .
 /Note:/ on GHC < 8.5, this library uses the higher-kinded typeclasses
 ('Data.Functor.Classes.Show1', 'Data.Functor.Classes.Eq1',
 'Data.Functor.Classes.Ord1', etc.),
 but on GHC >= 8.5, it uses `-XQuantifiedConstraints` to express these
 constraints more cleanly.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling. See http://www.haskell.org/ for more information on Haskell.