pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/hs-base-orphans Update to base-orphans-0.8.6
details: https://anonhg.NetBSD.org/pkgsrc/rev/65361b134401
branches: trunk
changeset: 373347:65361b134401
user: pho <pho%pkgsrc.org@localhost>
date: Fri Feb 11 09:31:38 2022 +0000
description:
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
diffstat:
devel/hs-base-orphans/Makefile | 5 ++---
devel/hs-base-orphans/buildlink3.mk | 6 +++---
devel/hs-base-orphans/distinfo | 8 ++++----
3 files changed, 9 insertions(+), 10 deletions(-)
diffs (45 lines):
diff -r f66b1fa7495a -r 65361b134401 devel/hs-base-orphans/Makefile
--- a/devel/hs-base-orphans/Makefile Fri Feb 11 09:29:59 2022 +0000
+++ b/devel/hs-base-orphans/Makefile Fri Feb 11 09:31:38 2022 +0000
@@ -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@localhost
diff -r f66b1fa7495a -r 65361b134401 devel/hs-base-orphans/buildlink3.mk
--- a/devel/hs-base-orphans/buildlink3.mk Fri Feb 11 09:29:59 2022 +0000
+++ b/devel/hs-base-orphans/buildlink3.mk Fri Feb 11 09:31:38 2022 +0000
@@ -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
diff -r f66b1fa7495a -r 65361b134401 devel/hs-base-orphans/distinfo
--- a/devel/hs-base-orphans/distinfo Fri Feb 11 09:29:59 2022 +0000
+++ b/devel/hs-base-orphans/distinfo Fri Feb 11 09:31:38 2022 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index