ghc-witherable/ghc-witherable.changes

63 lines
2.3 KiB
Plaintext
Raw Permalink Normal View History

-------------------------------------------------------------------
Fri Aug 2 08:05:58 UTC 2024 - Peter Simons <psimons@suse.com>
- Update witherable to version 0.5 revision 1.
0.5
---
* `FilterableWithIndex` is a superclass of `WitherableWithIndex`.
* Remove deprecated `Data.Witherable` module. Use `Witherable` module.
* Relax `FilterableWithIndex` composition law so list-like instances are lawful.
* Add `drain :: f a -> f b` method (with default implementation `drain = mapMaybe (Const Nothing)`) to the `Filterable`.
-------------------------------------------------------------------
Thu May 16 22:45:35 UTC 2024 - Peter Simons <psimons@suse.com>
- Update witherable to version 0.4.2 revision 5.
Upstream has revised the Cabal build instructions on Hackage.
-------------------------------------------------------------------
Thu Mar 30 17:09:01 UTC 2023 - Peter Simons <psimons@suse.com>
- Updated spec file to conform with ghc-rpm-macros-2.5.2.
-------------------------------------------------------------------
Tue Mar 7 10:07:20 UTC 2023 - Peter Simons <psimons@suse.com>
- Update witherable to version 0.4.2 revision 4.
Upstream has revised the Cabal build instructions on Hackage.
-------------------------------------------------------------------
Mon Jun 20 09:15:00 UTC 2022 - Peter Simons <psimons@suse.com>
- Update witherable to version 0.4.2 revision 3.
Upstream has revised the Cabal build instructions on Hackage.
-------------------------------------------------------------------
Sat Nov 20 17:29:39 UTC 2021 - psimons@suse.com
- Update witherable to version 0.4.2 revision 2.
Upstream has revised the Cabal build instructions on Hackage.
-------------------------------------------------------------------
Sun Nov 7 14:54:26 UTC 2021 - psimons@suse.com
- Update witherable to version 0.4.2 revision 1.
Upstream has revised the Cabal build instructions on Hackage.
-------------------------------------------------------------------
Tue Oct 12 10:51:40 UTC 2021 - psimons@suse.com
- Update witherable to version 0.4.2.
0.4.2
-------
* Supported GHC 9.2
* Improved the instances for `vector`
-------------------------------------------------------------------
Sun Oct 10 14:49:58 UTC 2021 - psimons@suse.com
- Add witherable at version 0.4.1 revision 1.