-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathCHANGES
114 lines (63 loc) · 1.93 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
* 0.2.3.1-r4: 29 Jan 2025
- Allow base-4.21 and test with GHC 9.12
* 0.2.3.1-r3: 18 May 2023
- Allow base-4.20 and test with GHC 9.10
* 0.2.3.1-r2: 21 Oct 2023
- Allow base-4.19 and test with GHC 9.8
* 0.2.3.1-r1: 8 May 2023
- Allow base-4.18 and test with GHC 9.6
* 0.2.3.1: 17 Aug 2022
- Allow base-4.17 and test with GHC 9.4
- Get rid of newtype-generics dependency
* 0.2.3.0-r2: 11 Dec 2021
- Allow base-4.16 and test with GHC 9.2
- Allow semigroups-0.20
* 0.2.3.0: 11 May 2021
- Allow base-4.14, 4.15 and test with GHC 8.10, 9.0
- Drop support for GHC 8.2 and earlier
* 0.2.2.1: 19 October 2019
- Allow semigroups-0.19
- Allow base-4.13 and test with GHC 8.8
* 0.2.2: 16 May 2018
- allow monoid-extras-0.5
- switch from deprecated Control.Newtype to C.N.Generics
* 0.2.1.1: 5 April 2018
- allow base-4.11 for GHC-8.4
* 0.2.1: 3 July 2017
- migrate from newtype to newtype-generics dependency
This change only affects internals of the library.
- improve tests
- allow base-4.10
- derive Typeable instead of deprecated Typeable1
- drop support for GHC < 7.8
* 0.2.0.9: 14 February 2016
- allow base-4.9 for GHC-8.0
* 0.2.0.8: 10 November 2015
- allow semigroups-0.18
* 0.2.0.7: 16 September 2015
- Allow semigroups-0.17
* 0.2.0.6: 3 April 2015
- Allow base-4.8
- Allow monoid-extras-0.4
* 0.2.0.5: 04 Dec 2014
- Allow semigroups-0.16
* 0.2.0.4: 28 May 2014
- Allow semigroups-0.15
* 0.2.0.3: 15 May 2014
- Allow semigroups-0.14
* 0.2.0.2: 10 April 2014
- Allow semigroups-0.13
* 0.2.0.1: 27 November 2013
- Allow semigroups-0.12
* 0.2: 5 November 2013
- Expose internal d-annotations via foldDUAL
* 0.1.0.4: 26 September 2013
- allow semigroups-0.11
* 0.1.0.3: 15 July 2013
- bump monoid-extras upper bound to allow 0.3
* 0.1.0.2: 28 March 2013
- bump upper bound to allow base-4.7
* 0.1.0.1: 7 January 2013
- bump upper bound to allow semigroups-0.9
* 0.1.0.0: 3 September 2012
Initial release