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
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,11 @@
1
1
# Revision history for patch
2
2
3
+
## Unreleased
4
+
5
+
* 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.
6
+
* Fix an issue where (<>) crashed for some `PatchMapWithPatchingMove`s.
7
+
* 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.
8
+
3
9
## 0.0.7.0 - 2022-06-23
4
10
5
11
* Use `commutative-semigroups` for `Commutative`, making `Additive` a
(Nothing, From_Move fromBefore _) -> [(fromBefore, Fixup_Update (ThatmToAfter))] -- The item is destroyed in the second patch, so indicate that it is destroyed in the source map
(Nothing, From_Move fromBefore _) -> [(fromBefore, Fixup_Update (ThatNothing))] -- The item is destroyed in the second patch, so indicate that it is destroyed in the source map
0 commit comments