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
This commit is contained in:
pho 2022-02-11 09:31:38 +00:00
parent 1a76d6d7cc
commit 1a2efd3644
3 changed files with 9 additions and 10 deletions

View file

@ -1,7 +1,6 @@
# $NetBSD: Makefile,v 1.4 2022/01/18 02:48:04 pho Exp $
# $NetBSD: Makefile,v 1.5 2022/02/11 09:31:38 pho Exp $
DISTNAME= base-orphans-0.8.4
PKGREVISION= 2
DISTNAME= base-orphans-0.8.6
CATEGORIES= devel
MAINTAINER= pho@cielonegro.org

View file

@ -1,12 +1,12 @@
# $NetBSD: buildlink3.mk,v 1.4 2022/01/18 02:48:04 pho Exp $
# $NetBSD: buildlink3.mk,v 1.5 2022/02/11 09:31:38 pho Exp $
BUILDLINK_TREE+= hs-base-orphans
.if !defined(HS_BASE_ORPHANS_BUILDLINK3_MK)
HS_BASE_ORPHANS_BUILDLINK3_MK:=
BUILDLINK_API_DEPENDS.hs-base-orphans+= hs-base-orphans>=0.8.4
BUILDLINK_ABI_DEPENDS.hs-base-orphans+= hs-base-orphans>=0.8.4nb2
BUILDLINK_API_DEPENDS.hs-base-orphans+= hs-base-orphans>=0.8.6
BUILDLINK_ABI_DEPENDS.hs-base-orphans+= hs-base-orphans>=0.8.6
BUILDLINK_PKGSRCDIR.hs-base-orphans?= ../../devel/hs-base-orphans
.endif # HS_BASE_ORPHANS_BUILDLINK3_MK

View file

@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.4 2021/10/26 10:14:52 nia Exp $
$NetBSD: distinfo,v 1.5 2022/02/11 09:31:38 pho Exp $
BLAKE2s (base-orphans-0.8.4.tar.gz) = 2752bb2d5434307e2c61bb56b52e9ed7f00c4c6bf0d96cd1d30e831e34450495
SHA512 (base-orphans-0.8.4.tar.gz) = ce59bd56c5acc38f3c5c55d619b27684a8cc35c0b14c2dac6a4cfa56d503e25c7a764210a7cb9cef93b0acc02371af0e40d8024b7a48e88a8ebdf406fed206a6
Size (base-orphans-0.8.4.tar.gz) = 22573 bytes
BLAKE2s (base-orphans-0.8.6.tar.gz) = c051fab01582172ed2d5430f5031e82af6934456b0ebba4294a90c4a2282bce9
SHA512 (base-orphans-0.8.6.tar.gz) = 53cda663ee88e2ea53cf6b6d07b625a8343a6a26474bff9fa09554ee094e50429239615a892460fd676e9c3f80cbda0ad824052d785694fdbf1f2a90fa1e29ff
Size (base-orphans-0.8.6.tar.gz) = 24255 bytes