name: smallcheck-laws
version: 0.2
synopsis: SmallCheck properties for common laws
description:
'smallcheck' properties for 'Monoid', 'Functor', 'Applicative' and 'Monad'
laws.
license: BSD3
license-file: LICENSE
author: Danny Navarro
maintainer: j@dannynavarro.net
category: Testing
build-type: Simple
cabal-version: >=1.10
extra-source-files: README.md CHANGELOG.md stack.yaml
source-repository head
type: git
location: git://github.com/jdnavarro/smallcheck-laws.git
library
ghc-options: -Wall
default-language: Haskell2010
exposed-modules: Test.SmallCheck.Laws.Applicative,
Test.SmallCheck.Laws.Functor,
Test.SmallCheck.Laws.Monad,
Test.SmallCheck.Laws.Monoid
build-depends: base >=4.6 && <4.9,
smallcheck >=1.1.1,
smallcheck-series >=0.3
if impl(ghc < 7.10)
build-depends: transformers >=0.3.0.0
if impl(ghc < 7.8)
build-depends: tagged >=0.7.2