Name: tasty-smallcheck Version: 0.8.2 Cabal-Version: >= 1.10 Category: Testing Synopsis: SmallCheck support for the Tasty test framework. Description: SmallCheck support for the Tasty test framework. License: MIT License-File: LICENSE Author: Roman Cheplyaka Maintainer: Roman Cheplyaka Homepage: https://github.com/feuerbach/tasty Bug-reports: https://github.com/feuerbach/tasty/issues Build-Type: Simple extra-source-files: CHANGELOG.md x-revision: 1 Source-repository head type: git location: git://github.com/feuerbach/tasty.git subdir: smallcheck Library Exposed-Modules: Test.Tasty.SmallCheck Build-Depends: tasty >= 0.8, smallcheck >= 1.0, base >= 4.8 && < 5, tagged, optparse-applicative ghc-options: -Wall -fno-warn-orphans default-language: Haskell2010 default-extensions: CPP