Path to this page:
Subject: CVS commit: pkgsrc/devel/hs-base-compat-batteries
From: Masatake Daimon
Date: 2023-10-27 17:12:31
Message id: 20231027151231.2F397FADC@cvs.NetBSD.org
Log Message:
devel/hs-base-compat-batteries: Update to 0.13.1
Changes in 0.13.1 [2023.10.11]
* This coincides with the base-compat-batteries-0.13.1 release. Refer to
the base-compat-batteries changelog for more details.
Changes in 0.13.0 [2023.03.10]
* This coincides with the base-compat-0.13.0 release. Refer to the
base-compat changelog for more details.
* Require OneTuple-0.4 or later on GHC 7.4+, as that is the first OneTuple
release to backport the MkSolo data constuctor for Solo. See
Data.Tuple.Compat.
* Introduce Data.Foldable1.Compat and Data.Bifoldable1.Compat modules,
which correspond to changes made in base-4.18.0.0. base-compat-batteries
uses the foldable1-classes-compat library to backport this code to older
versions of base.
* Depend on bifunctor-classes-compat to backport the Bifunctor, Bifoldable,
and Bitraversable classes instead of the bifunctors library, which has
more dependencies.
Changes in 0.12.3 [2023.07.12]
* Allow building with OneTuple-0.4.*.
Files: