Path to this page:
Subject: CVS commit: pkgsrc/devel/hs-base-orphans
From: Masatake Daimon
Date: 2022-02-11 10:31:39
Message id: 20220211093139.19BDFFB24@cvs.NetBSD.org
Log Message:
Update to base-orphans-0.8.6
Changes in 0.8.6 [2021.10.29]
* Backport Eq, Ord, Bounded, Enum, and Ix instances for Solo, introduced in
GHC 9.2/base-4.16
* Remove the backported Eq1 and Ord1 instances for Fixed that were
introduced in base-orphans-0.8.5. While these briefly appeared in a
release candidate version of GHC 9.2.1, they were ultimately removed from
the final 9.2.1 release. This release of base-orphans synchronizes with
that change.
Changes in 0.8.5 [2021.08.29]
* Backport new instances from GHC 9.2/base-4.16
* Eq1, Read1, and Show1 instances for Complex
* Eq1 and Ord1 instances for Fixed
* Eq{1,2}, Ord{1,2}, Show{1,2}, and Read{1,2} instances for (,,) and (,,,)
* Semigroup and Monoid instances for Data.Functor.Product and
Data.Functor.Compose
Files: