File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1
1
# Revision history for patch
2
2
3
- ## Unreleased
3
+ ## 0.0.5.0 - 2021-12-17
4
4
5
5
* New dep of ` data-orphans ` for old GHC to get instances honestly instead of
6
6
via ` monoidal-containers ` .
16
16
There are complete constructor and field patterns too, and everything is
17
17
exported under the newtype as real constructors and fields would be.
18
18
19
- ## 0.0.4.0
19
+ ## 0.0.4.0 - 2021-04-20
20
20
21
21
* Enable PolyKinds
22
22
23
- ## 0.0.3.2
23
+ ## 0.0.3.2 - 2020-11-06
24
24
25
25
* Update version bounds
26
26
27
- ## 0.0.3.1
27
+ ## 0.0.3.1 - 2020-02-05
28
28
29
29
* Replace ` fromJust ` with something easier to debug.
30
30
31
- ## 0.0.3.0
31
+ ## 0.0.3.0 - 2020-02-05
32
32
33
33
* Create ` PatchMapWithPatchingMove ` variant which supports moves with a patch.
34
34
35
35
* Create ` DecidablyEmpty ` subclass of ` Monoid ` .
36
36
37
- ## 0.0.2.0
37
+ ## 0.0.2.0 - 2020-01-17
38
38
39
39
* Consistently provide:
40
40
46
46
47
47
for ` PatchMap ` , ` PatchIntMap ` , and ` PatchMapWithMove ` .
48
48
49
- ## 0.0.1.0
49
+ ## 0.0.1.0 - 2020-01-09
50
50
51
51
* Support older GHCs with ` split-these ` flag.
52
52
53
53
* Additional instances for the ` Group ` class for basic types.
54
54
55
- ## 0.0.0.1
55
+ ## 0.0.0.1 - 2020-01-08
56
56
57
57
* Remove unneeded dependencies
58
58
59
- ## 0.0.0.0
59
+ ## 0.0.0.0 - 2020-01-08
60
60
61
61
* Extract patching functionality from Reflex.
Original file line number Diff line number Diff line change 1
1
Name : patch
2
- Version : 0.0.4 .0
2
+ Version : 0.0.5 .0
3
3
Synopsis : Data structures for describing changes to other data structures.
4
4
Description :
5
5
Data structures for describing changes to other data structures.
You can’t perform that action at this time.
0 commit comments