@hackage quickcheck-instances0.3.12
Common quickcheck instances
Installation
Tested Compilers
Dependencies (12)
- QuickCheck >=2.1 && <2.10
- array >=0.3 && <0.6
- base <5
- bytestring >=0.9 && <0.11
- containers >=0.3 && <0.6
- hashable >=1.1.2.3 && <1.3 Show all…
Dependents (453)
@hackage/string-conversions, @cardano/ouroboros-network, @hackage/yocto, @hackage/prim-instances, @hackage/purescript-iso, @hackage/mysql-haskell, Show all…
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 http://www.haskell.org/cabal/users-guide/#test-suites