pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/hs-base-orphans



Module Name:    pkgsrc
Committed By:   pho
Date:           Fri Feb 11 09:31:39 UTC 2022

Modified Files:
        pkgsrc/devel/hs-base-orphans: Makefile buildlink3.mk distinfo

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


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/hs-base-orphans/Makefile \
    pkgsrc/devel/hs-base-orphans/buildlink3.mk \
    pkgsrc/devel/hs-base-orphans/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/hs-base-orphans/Makefile
diff -u pkgsrc/devel/hs-base-orphans/Makefile:1.4 pkgsrc/devel/hs-base-orphans/Makefile:1.5
--- pkgsrc/devel/hs-base-orphans/Makefile:1.4   Tue Jan 18 02:48:04 2022
+++ pkgsrc/devel/hs-base-orphans/Makefile       Fri Feb 11 09:31:38 2022
@@ -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
Index: pkgsrc/devel/hs-base-orphans/buildlink3.mk
diff -u pkgsrc/devel/hs-base-orphans/buildlink3.mk:1.4 pkgsrc/devel/hs-base-orphans/buildlink3.mk:1.5
--- pkgsrc/devel/hs-base-orphans/buildlink3.mk:1.4      Tue Jan 18 02:48:04 2022
+++ pkgsrc/devel/hs-base-orphans/buildlink3.mk  Fri Feb 11 09:31:38 2022
@@ -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
 
Index: pkgsrc/devel/hs-base-orphans/distinfo
diff -u pkgsrc/devel/hs-base-orphans/distinfo:1.4 pkgsrc/devel/hs-base-orphans/distinfo:1.5
--- pkgsrc/devel/hs-base-orphans/distinfo:1.4   Tue Oct 26 10:14:52 2021
+++ pkgsrc/devel/hs-base-orphans/distinfo       Fri Feb 11 09:31:38 2022
@@ -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