-
Notifications
You must be signed in to change notification settings - Fork 9
/
CHANGES
106 lines (56 loc) · 1.89 KB
/
CHANGES
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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
0.3.12
Author: Oleg Grenrus <oleg.grenrus@iki.fi>
* Add vector and scientific instances
Author: RyanGlScott <ryan.gl.scott@gmail.com>
* Fix build with GHC 8.0.1, QuickCheck-2.8.2
0.3.11
Author: Timo von Holtz <tvh@anchor.com.au>
* Add some Instances for Function
Author: Antoine Latter <aslatter@gmail.com>
* Allow building against QuickCheck 2.8.
0.3.10
Author: Antoine Latter <aslatter@gmail.com>
* Allow building against newer versions of the time package.
0.3.9
Author: RyanGlScott <ryan.gl.scott@ku.edu>
* Bump text upper version bounds
0.3.8
Author: Antoine Latter <aslatter@gmail.com>
* Allow building against QuickCheck version 2.7
0.3.7
Author: Antoine Latter <aslatter@gmail.com>
* Update list of covered libraries.
* Allow newer version of "text" as a dependency.
0.3.6
Author: Joao Cristovao <jcristovao@gmail.com>
* Added unordered-containers.
0.3.5
Author: Antoine Latter <aslatter@gmail.com>
* No change - bumping version to re-upload to hackage, due to bugs in
the 0.3.4 tarball.
0.3.4
Author: Antoine Latter <aslatter@gmail.com>
* Allow newer versions of "text" and "array" as dependencies.
0.3.3
Author: Kyle Raftogianis <kylerafto@gmail.com>
* Generate UTC time offsets from -12:00 to +14:00
0.3.2
Author: Antoine Latter <aslatter@gmail.com>
* Allow building against newer QuickCheck
0.3.1
Author: Antoine Latter <aslatter@gmail.com>
* Allow building against newer bytestring
0.3.0
Author: Antoine Latter <aslatter@gmail.com>
* Update for QuickCheck-2.5.0
* Update instances for Ordering and RealFrac based on
instances provided in QuickCheck-2.5.0
* Allow building against newer containers packages
0.2.0
Author: Antoine Latter <aslatter@gmail.com>
* Add support for older versions of QuickCheck.
Author: PHO <pho@cielonegro.org>
* Provide 'CoArbitrary' instances for types.
* Provide 'shrink' for more instances of 'Arbitrary'.
0.1.0
* Initial release