forked from batterseapower/test-framework
-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathtest-framework-quickcheck2.cabal
58 lines (50 loc) · 1.92 KB
/
test-framework-quickcheck2.cabal
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
Cabal-Version: >= 1.10
Name: test-framework-quickcheck2
Version: 0.3.0.5
Category: Testing
Synopsis: QuickCheck-2 support for the test-framework package.
License: BSD3
License-File: LICENSE
Author: Max Bolingbroke <[email protected]>
Maintainer: Haskell Libraries <[email protected]>
Homepage: http://haskell.github.io/test-framework/
Bug-Reports: https://github.com/haskell/test-framework/issues
Build-Type: Simple
Description: Allows @QuickCheck-2@ properties to be used with the </package/test-framework test-framework package>.
Tested-With:
GHC == 9.4.1
GHC == 9.2.3
GHC == 9.0.2
GHC == 8.10.7
GHC == 8.8.4
GHC == 8.6.5
GHC == 8.4.4
GHC == 8.2.2
GHC == 8.0.2
GHC == 7.10.3
GHC == 7.8.4
GHC == 7.6.3
GHC == 7.4.2
GHC == 7.2.2
GHC == 7.0.4
extra-source-files: ChangeLog.md
Library
Default-Language: Haskell2010
Other-Extensions: CPP
DeriveDataTypeable
ExistentialQuantification
MultiParamTypeClasses
TypeOperators
TypeSynonymInstances
Exposed-Modules: Test.Framework.Providers.QuickCheck2
Build-Depends: test-framework == 0.8.*
, QuickCheck >= 2.4 && < 2.15
, base >= 4.3 && < 5
, containers >= 0.1 && < 0.7
, extensible-exceptions >= 0.1.1 && < 0.2.0
, random >= 1 && < 1.3
Ghc-Options: -Wall
Source-Repository head
Type: git
Location: https://github.com/haskell/test-framework.git
subdir: quickcheck2