Cabal-Version: 2.2
Name: quickcheck-transformer
Version: 0.3.1.3
Synopsis: A GenT monad transformer for QuickCheck library.
Description:
A fork of QuickCheck-GenT that works for older GHC versions
and uses the Test module folder like QuickCheck.
License: MIT
License-File: LICENSE
Homepage: https://hub.darcs.net/thielema/quickcheck-transformer/
Author: Nikita Volkov <nikita.y.volkov@mail.ru>
Maintainer: Henning Thielemann <haskell@henning-thielemann.de>
Copyright:
(c) 2019, Henning Thielemann
(c) 2013, Nikita Volkov
Category: Testing
Build-Type: Simple
Source-Repository this
Tag: 0.3.1.3
Type: darcs
Location: https://hub.darcs.net/thielema/quickcheck-transformer/
Source-Repository head
Type: darcs
Location: https://hub.darcs.net/thielema/quickcheck-transformer/
Library
Hs-Source-Dirs: src
If impl(ghc>=8.8)
Hs-Source-Dirs: src-fail/from-4.13/
Else
Hs-Source-Dirs: src-fail/before-4.13/
Exposed-Modules:
Test.QuickCheck.GenT
Other-Modules:
Test.QuickCheck.GenT.Private
Build-Depends:
QuickCheck >=2.7 && <3,
random >=1.0 && <1.4,
transformers >=0.5 && <0.7,
base >=4.8 && <5
Default-Language: Haskell2010
GHC-Options: -Wall