Name: quickcheck-properties
Version: 0.1
Synopsis: QuickCheck properties for standard type classes
License: BSD3
License-file: LICENSE
Author: Aleksey Khudyakov <alexey.skladnoy@gmail.com>
Maintainer: Aleksey Khudyakov <alexey.skladnoy@gmail.com>
Category: Testing
Build-type: Simple
Cabal-version: >=1.6
Synopsis: QuickCheck properties for standard type classes.
Description:
Package provide set of generic QuickCheck properties for testing
laws of standard type classes. At the moment is not complete. It do
not depend on QuickCheck and could be used with smallcheck as well.
.
See module Test.QuickCheck.Property.Common for general description
of library and examples.
source-repository head
type: hg
location: https://bitbucket.org/Shimuuar/quickcheck-properties
Library
Ghc-options: -Wall
Build-depends: base >= 3 && < 5
Exposed-modules: Test.QuickCheck.Property.Common
Test.QuickCheck.Property.Common.Internal
Test.QuickCheck.Property.Generic
Test.QuickCheck.Property.Monoid
Test.QuickCheck.Property.Functor