-
Notifications
You must be signed in to change notification settings - Fork 9
/
quickcheck-instances.cabal
56 lines (50 loc) · 2.21 KB
/
quickcheck-instances.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
Name: quickcheck-instances
Version: 0.3.12
Synopsis: Common quickcheck instances
Description: QuickCheck instances.
.
The goal is to supply QuickCheck instances for
types provided by the Haskell Platform.
.
Since all of these instances are provided as
orphans, I recommend that you do not use this library
within another library module, so that you don't
impose these instances on down-stream consumers of
your code.
.
For information on writing a test-suite with Cabal
see <https://www.haskell.org/cabal/users-guide/developing-packages.html#test-suites>
License: BSD3
License-file: LICENSE
Author: Antoine Latter
Maintainer: [email protected]
Homepage: https://github.com/aslatter/qc-instances
Bug-reports: https://github.com/aslatter/qc-instances/issues
Copyright: Copyright Antoine Latter, 2012-2014
Category: Testing
Build-type: Simple
Extra-source-files: CHANGES
Cabal-version: >=1.6
Source-repository head
type: git
location: https://github.com/aslatter/qc-instances.git
Library
-- Modules exported by the library.
Exposed-modules: Test.QuickCheck.Instances
Hs-Source-Dirs: src
Build-depends: base < 5,
array >= 0.3 && < 0.6,
bytestring >= 0.9 && < 0.11,
case-insensitive >=1.2.0.4 && <1.3,
containers >= 0.3 && < 0.6,
hashable >= 1.1.2.3 && < 1.3,
unordered-containers >= 0.2.1 && < 0.3,
old-time >= 1.0 && < 1.2,
QuickCheck >= 2.1 && < 2.10,
text >= 0.7 && < 1.3,
time >= 1.1 && < 1.8,
vector >= 0.9 && <0.12,
scientific >=0.2 && <0.4
Ghc-options: -Wall
Other-modules: Test.QuickCheck.Instances.LegacyNumeric
-- Build-tools: