File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Revision history for patch
2
2
3
- ## 0.1.0.0
3
+ ## Unreleased
4
4
5
5
* Rewrite ` PatchMapWithMove ` in terms of ` PatchMapWithPatchingMove ` .
6
6
Care is taken to make this as little of a breaking change as possible.
7
7
In particular, ` PatchMapWithMove ` is a newtype of ` PatchMapWithPatchingMove ` as is the ` NodeInfo ` of ` PatchMapWithPatchingMove ` 's ` NodeInfo ` .
8
8
9
+ ## 0.0.3.1
10
+
11
+ * Replace ` fromJust ` with something easier to debug.
12
+
9
13
## 0.0.3.0
10
14
11
15
* Create ` PatchMapWithPatchingMove ` variant which supports moves with a patch.
Original file line number Diff line number Diff line change 1
1
Name : patch
2
- Version : 0.0.3.0
2
+ Version : 0.0.3.1
3
3
Synopsis : Infrastructure for writing patches which act on other types.
4
4
Description :
5
5
In this library , a patch is something which can be applied, analogous to a
You can’t perform that action at this time.
0 commit comments