Subject: CVS commit: pkgsrc/devel/hs-witherable
From: Masatake Daimon
Date: 2025-02-01 13:47:22
Message id: 20250201124722.66FD1FBE0@cvs.NetBSD.org

Log Message:
devel/hs-witherable: update to witherable-0.5

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`.

Files:
RevisionActionfile
1.11modifypkgsrc/devel/hs-witherable/Makefile
1.5modifypkgsrc/devel/hs-witherable/PLIST
1.9modifypkgsrc/devel/hs-witherable/buildlink3.mk
1.4modifypkgsrc/devel/hs-witherable/distinfo