File ghc-tree-diff.changes of Package ghc-tree-diff
-------------------------------------------------------------------
Thu Feb 8 13:27:05 UTC 2024 - Peter Simons <psimons@suse.com>
- Update tree-diff to version 0.3.0.1 revision 5.
## 0.3
- Breaking change:
Make HashSet and HashMap ToExpr instances sort the resulting
lists of expressions.
This makes the results deterministic.
... but your golden files will need adjustment.
https://github.com/haskellari/tree-diff/issues/67
- Add `Ord Expr` and `Ord OMap` instances
- Depend on `data-array-byte` to provide more `ByteArray` instances
-------------------------------------------------------------------
Sun Aug 21 14:01:51 UTC 2022 - Peter Simons <psimons@suse.com>
- Update tree-diff to version 0.2.2.
## 0.2.2
- Add instances for base and primitive's `ByteArray`s.
-------------------------------------------------------------------
Sat Jan 1 17:36:11 UTC 2022 - Peter Simons <psimons@suse.com>
- Update tree-diff to version 0.2.1.1.
## 0.2.1.1
- Support `base-4.16` (GHC-9.2)
-------------------------------------------------------------------
Sun Oct 10 14:51:23 UTC 2021 - psimons@suse.com
- Update tree-diff to version 0.2.1.
## 0.2.1
- Support `aeson-2.0.0.0`
-------------------------------------------------------------------
Fri Sep 3 13:20:36 UTC 2021 - psimons@suse.com
- Update tree-diff to version 0.2 revision 1.
Upstream has revised the Cabal build instructions on Hackage.
-------------------------------------------------------------------
Wed Mar 17 09:45:13 UTC 2021 - psimons@suse.com
- Update tree-diff to version 0.2.
## 0.2
- Change the pretty printing to use less horizontal space.
`Pretty` datastructure is changed.
- Change `Expr` to use `OMap`; pretty-printing preserves field order.
- Add `strict` and `these` instances
- Add `Eq` and `NFData (Edit a)` instances.
- Bump lower bounds
-------------------------------------------------------------------
Sun Feb 21 12:50:08 UTC 2021 - psimons@suse.com
- Update tree-diff to version 0.1 revision 6.
Upstream has revised the Cabal build instructions on Hackage.
-------------------------------------------------------------------
Thu Dec 17 12:20:00 UTC 2020 - Ondřej Súkup <mimi.vx@gmail.com>
- disable %{ix86} build
-------------------------------------------------------------------
Tue Nov 3 10:09:16 UTC 2020 - psimons@suse.com
- Add tree-diff at version 0.1 revision 5.