@hackage quickcheck-instances0.3.26
Common quickcheck instances
Installation
Tested Compilers
Dependencies (29)
- OneTuple >=0.3 && <0.4
- QuickCheck >=2.14.1 && <2.14.3
- array >=0.4.0.0 && <0.6
- base >=4.5 && <4.17
- bytestring >=0.10.4.0
- bytestring-builder >=0.10.4 && <0.11 Show all…
Dependents (453)
@hackage/string-conversions, @cardano/ouroboros-network, @hackage/yocto, @hackage/prim-instances, @hackage/purescript-iso, @hackage/mysql-haskell, Show all…
Package Flags
bytestring-builder
(off by default)
Use bytestring-builder (with old bytestring)
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