You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: ChangeLog.md
+19
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,25 @@
9
9
orphan for backwards compat, temporarily, but it should eventually be removed
10
10
everywhere.
11
11
12
+
* Add support for GHC 9.8 and 9.10
13
+
14
+
* Replace partial `Map.lookup` with proper custom error for internal error.
15
+
(This would make debugging a bug in the implementation easier.)
16
+
17
+
## 0.0.8.2
18
+
19
+
* Add support for GHC 9.6
20
+
21
+
## 0.0.8.1
22
+
23
+
* Add support for GHC 9.2 and 9.4
24
+
25
+
## 0.0.8.0 - 2022-12-09
26
+
27
+
* Drop support for GHC 8.0 and 8.2. It may still be possible to use this library with those versions of GHC, but we do not guarantee or test it anymore.
28
+
* Fix an issue where (<>) crashed for some `PatchMapWithPatchingMove`s.
29
+
* Change `DecidablyEmpty` for `Sum` and `Product` to use `Num` and `Eq` rather than delegating to the argument type's `DecidablyEmpty` class. Since `Sum` and `Product` have `Monoid` actions and units that are inherently based on `Num`, it makes sense to have a `DecidablyEmpty` instances that inherently agree with that. Also, since `Int` and other numeric types don't have (and can't reasonably have) `DecidablyEmpty` instances, this is necessary to make them actually usable in this context.
30
+
12
31
## 0.0.7.0 - 2022-06-23
13
32
14
33
* Use `commutative-semigroups` for `Commutative`, making `Additive` a
0 commit comments