quickcheck-instances: Common quickcheck instances

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

QuickCheck instances.

The goal is to supply QuickCheck instances for types provided by the Haskell Platform.

Since all of these instances are provided as orphans, I recommend that you do not use this library within another library module, so that you don't impose these instances on down-stream consumers of your code.

For information on writing a test-suite with Cabal see https://www.haskell.org/cabal/users-guide/developing-packages.html#test-suites

Properties

Versions 0.1.0, 0.2.0, 0.3.0, 0.3.1, 0.3.2, 0.3.3, 0.3.4, 0.3.5, 0.3.6, 0.3.7, 0.3.8, 0.3.9, 0.3.10, 0.3.11, 0.3.12, 0.3.13, 0.3.14, 0.3.15, 0.3.16, 0.3.16.1, 0.3.17, 0.3.18, 0.3.19, 0.3.20, 0.3.20, 0.3.21, 0.3.22, 0.3.23, 0.3.24, 0.3.25, 0.3.25.1, 0.3.25.2, 0.3.26, 0.3.26.1, 0.3.27, 0.3.28, 0.3.29, 0.3.29.1, 0.3.30
Change log CHANGES
Dependencies array (>=0.4.0.0 && <0.6), base (>=4.5 && <4.13), base-compat (>=0.9.3 && <0.11), bytestring (>=0.9.2.1 && <0.11), bytestring-builder (>=0.10.4 && <0.11), case-insensitive (>=1.2.0.4 && <1.3), containers (>=0.4.2.1 && <0.7), hashable (>=1.2.5.0 && <1.3), nats (>=1 && <1.2), old-time (>=1.1.0.0 && <1.2), QuickCheck (>=2.13 && <2.14), scientific (>=0.2.0.0 && <0.4), semigroups (>=0.18 && <0.19), splitmix (>=0.0.2 && <0.1), tagged (>=0.8.5 && <0.9), text (>=1.0.0.0 && <1.3), time (>=1.4 && <1.9), transformers (>=0.3.0.0 && <0.6), transformers-compat (>=0.5 && <0.7), unordered-containers (>=0.2.2.0 && <0.3), uuid-types (>=1.0.3 && <1.1), vector (>=0.9 && <0.13) [details]
License BSD-3-Clause
Copyright Copyright Antoine Latter, 2012-2014
Author Antoine Latter <aslatter@gmail.com>
Maintainer Oleg Grenrus <oleg.grenrus@iki.fi>
Category Testing
Home page https://github.com/phadej/qc-instances
Bug tracker https://github.com/phadej/qc-instances/issues
Source repo head: git clone https://github.com/phadej/qc-instances.git
Uploaded by phadej at 2019-03-25T23:34:23Z

Modules

[Index] [Quick Jump]

Flags

Automatic Flags
NameDescriptionDefault
bytestring-builder

Use bytestring-builder (with old bytestring)

Disabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees