packages feed

quickcheck-silent-0.11.0.0: README.md

quickcheck-silent
======

[![Hackage](https://img.shields.io/hackage/v/quickcheck-silent.svg)](https://hackage.haskell.org/package/quickcheck-silent)

Testing with [QuickCheck][hackage-quickcheck] in silence.

[hackage-quickcheck]: https://hackage.haskell.org/package/QuickCheck

Project structure
=================

```sh
|-- src
|   `-- Test
|       `-- QuickCheck
|           `-- Silent.hs
|-- CHANGELOG.md
|-- LICENSE.txt
|-- README.md
|-- Setup.hs
`-- quickcheck-silent.cabal
```