packages feed

tasty-smallcheck-0.8.2: tasty-smallcheck.cabal

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 <roma@ro-che.info>
Maintainer:          Roman Cheplyaka <roma@ro-che.info>
Homepage:            https://github.com/feuerbach/tasty
Bug-reports:         https://github.com/feuerbach/tasty/issues
Build-Type:          Simple
extra-source-files:  CHANGELOG.md

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.7 && < 5,
                                tagged,
                                optparse-applicative
        ghc-options: -Wall -fno-warn-orphans
        default-language: Haskell2010
        default-extensions: CPP