Skip to content

Commit 9705224

Browse files
authored
Merge branch 'develop' into patch-map-inner-patch-desugar
2 parents 444969d + 25f202b commit 9705224

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

ChangeLog.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
# Revision history for patch
22

3-
## 0.1.0.0
3+
## Unreleased
44

55
* Rewrite `PatchMapWithMove` in terms of `PatchMapWithPatchingMove`.
66
Care is taken to make this as little of a breaking change as possible.
77
In particular, `PatchMapWithMove` is a newtype of `PatchMapWithPatchingMove` as is the `NodeInfo` of `PatchMapWithPatchingMove`'s `NodeInfo`.
88

9+
## 0.0.3.1
10+
11+
* Replace `fromJust` with something easier to debug.
12+
913
## 0.0.3.0
1014

1115
* Create `PatchMapWithPatchingMove` variant which supports moves with a patch.

patch.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: patch
2-
Version: 0.0.3.0
2+
Version: 0.0.3.1
33
Synopsis: Infrastructure for writing patches which act on other types.
44
Description:
55
In this library, a patch is something which can be applied, analogous to a

0 commit comments

Comments
 (0)