Name: test-sandbox-quickcheck
Version: 0.0.1.3
Cabal-Version: >= 1.14
Category: Testing
Synopsis: QuickCheck convenience functions for use with test-sandbox
Description: This package provides wrappers around the Test.QuickCheck property testing functions,
allowing them to be used easily in the Test.Sandbox monad provided by the test-sandbox package.
License: BSD3
License-File: LICENSE
Author: Benjamin Surma <benjamin.surma@gree.net>
Maintainer: Benjamin Surma <benjamin.surma@gree.net>
Build-Type: Simple
Homepage: http://gree.github.io/haskell-test-sandbox/
Bug-Reports: https://github.com/gree/haskell-test-sandbox/issues
Source-Repository head
Type: git
Location: https://github.com/gree/haskell-test-sandbox
Source-Repository this
Type: git
Location: https://github.com/gree/haskell-test-sandbox
Tag: test-sandbox-quickcheck_0.0.1.3
Library
Exposed-modules: Test.Sandbox.QuickCheck
Build-Depends: base >=4 && <5, mtl, random, transformers,
test-sandbox == 0.0.1.*, QuickCheck >=2.1
Hs-source-dirs: src
Default-Language: Haskell2010