forked from haskellari/qc-instances
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGES
148 lines (81 loc) · 2.76 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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
0.3.19
* Instances for `MaybeT`
0.3.18
* `ShortByteString` instances for all supported `bytestring`
0.3.17
* Support GHC-8.4.1
* Split package into per-package modules
* Add instances for `ShortByteString`
* Add Function `ByteString` and `ShortByteString` instances (bytestring >= 0.10.4)
* Enable PolyKinds for `Tagged` instances (GHC >= 7.6)
0.3.16.1
* Support QuickCheck-2.11
* Bump lower bounds on boot-library dependencies to the versions distributed with GHC-7.4.2
* Bump lower bound on some other dependencies, as cannot test previous lower bound (no install-plans).
0.3.16
* Instances for `Semigroup` newtypes: `Min`, `Max`, `First`, `Last`, `Option` and `WrappedMonoid`.
0.3.15
* `QuickCheck-2.10` support.
* `Arbitrary1/2` instances.
0.3.14
* Fix `Tree` bug.
* Add `UUID` instances.
0.3.13
Author: Oleg Grenrus <oleg.grenrus@iki.fi>
* Add case-insensitive instances
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