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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
|
Source: haskell-quickcheck
Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
Uploaders: Iain Lane <laney@ubuntu.com>
Priority: extra
Section: haskell
Build-Depends: debhelper (>= 9),
haskell-devscripts (>= 0.9),
cdbs,
ghc,
ghc-prof,
libghc-random-dev,
libghc-random-prof,
libghc-tf-random-dev (>= 0.4),
libghc-tf-random-prof,
libghc-test-framework-dev (>= 0.4),
libghc-test-framework-dev (<< 0.9),
Build-Depends-Indep: ghc-doc,
libghc-random-doc,
libghc-tf-random-doc,
Standards-Version: 3.9.6
Homepage: https://github.com/nick8325/quickcheck
Vcs-Browser: http://darcs.debian.org/cgi-bin/darcsweb.cgi?r=pkg-haskell/haskell-quickcheck2
Vcs-Darcs: http://darcs.debian.org/pkg-haskell/haskell-quickcheck2
Package: libghc-quickcheck2-dev
Architecture: any
Depends: ${haskell:Depends},
${shlibs:Depends},
${misc:Depends},
Recommends: ${haskell:Recommends},
Suggests: ${haskell:Suggests},
Conflicts: libghc-quickcheck-dev (<< 2.1.0.1-6),
Provides: ${haskell:Provides},
Replaces: libghc-quickcheck-dev (<< 2.1.0.1-6),
Description: Haskell automatic testing library for GHC
This package provides a library for the Haskell programming language.
.
QuickCheck is a library for testing Haskell programs automatically.
The programmer provides a specification of the program, in
the form of properties which functions should satisfy, and
QuickCheck then tests that the properties hold in a large number
of randomly generated cases. Specifications are expressed in
Haskell, using combinators defined in the QuickCheck library.
QuickCheck provides combinators to define properties, observe
the distribution of test data, and define test data generators.
Package: libghc-quickcheck2-prof
Architecture: any
Depends: ${haskell:Depends},
${misc:Depends},
Recommends: ${haskell:Recommends},
Suggests: ${haskell:Suggests},
Conflicts: libghc-quickcheck-prof (<< 2.1.0.1-6),
Provides: ${haskell:Provides},
Replaces: libghc-quickcheck-prof (<< 2.1.0.1-6),
Description: Haskell automatic testing library for GHC; profiling libraries
This package provides a library for the Haskell programming language,
compiled for profiling.
.
QuickCheck is a library for testing Haskell programs automatically.
The programmer provides a specification of the program, in
the form of properties which functions should satisfy, and
QuickCheck then tests that the properties hold in a large number
of randomly generated cases. Specifications are expressed in
Haskell, using combinators defined in the QuickCheck library.
QuickCheck provides combinators to define properties, observe
the distribution of test data, and define test data generators.
Package: libghc-quickcheck2-doc
Architecture: all
Section: doc
Depends: ${haskell:Depends},
${misc:Depends},
Recommends: ${haskell:Recommends},
Suggests: ${haskell:Suggests},
Conflicts: libghc-quickcheck-doc (<< 2.1.0.1-6),
Replaces: libghc-quickcheck-doc (<< 2.1.0.1-6),
Description: Haskell automatic testing library for GHC; documentation
This package provides the documentation for a library for the Haskell
programming language.
.
QuickCheck is a library for testing Haskell programs automatically.
The programmer provides a specification of the program, in
the form of properties which functions should satisfy, and
QuickCheck then tests that the properties hold in a large number
of randomly generated cases. Specifications are expressed in
Haskell, using combinators defined in the QuickCheck library.
QuickCheck provides combinators to define properties, observe
the distribution of test data, and define test data generators.
|