pkgsrc-Changes archive

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

CVS commit: pkgsrc/misc/hs-extra



Module Name:    pkgsrc
Committed By:   pho
Date:           Fri Jan 31 04:33:07 UTC 2025

Modified Files:
        pkgsrc/misc/hs-extra: Makefile buildlink3.mk distinfo

Log Message:
misc/hs-extra: update to extra-1.8

Changelog for Extra (* = breaking change)

1.8, released 2024-10-19
    #109, add guarded to lift predicates into Alternatives
*   #112, make Data.List.Extra.compareLength work on list/int only
    #112, add compareLength to List.NonEmpty and Foldable
1.7.16, released 2024-05-11
    Fix to actually work with GHC 9.10
1.7.15, released 2024-05-10
    #111, work with GHC 9.10
    Test with GHC 9.8


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/misc/hs-extra/Makefile \
    pkgsrc/misc/hs-extra/buildlink3.mk
cvs rdiff -u -r1.7 -r1.8 pkgsrc/misc/hs-extra/distinfo

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

Modified files:

Index: pkgsrc/misc/hs-extra/Makefile
diff -u pkgsrc/misc/hs-extra/Makefile:1.14 pkgsrc/misc/hs-extra/Makefile:1.15
--- pkgsrc/misc/hs-extra/Makefile:1.14  Thu May  9 01:32:28 2024
+++ pkgsrc/misc/hs-extra/Makefile       Fri Jan 31 04:33:07 2025
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.14 2024/05/09 01:32:28 pho Exp $
+# $NetBSD: Makefile,v 1.15 2025/01/31 04:33:07 pho Exp $
 
-DISTNAME=      extra-1.7.14
-PKGREVISION=   2
+DISTNAME=      extra-1.8
 CATEGORIES=    misc
 
 MAINTAINER=    pho%cielonegro.org@localhost
Index: pkgsrc/misc/hs-extra/buildlink3.mk
diff -u pkgsrc/misc/hs-extra/buildlink3.mk:1.14 pkgsrc/misc/hs-extra/buildlink3.mk:1.15
--- pkgsrc/misc/hs-extra/buildlink3.mk:1.14     Thu May  9 01:32:28 2024
+++ pkgsrc/misc/hs-extra/buildlink3.mk  Fri Jan 31 04:33:07 2025
@@ -1,12 +1,12 @@
-# $NetBSD: buildlink3.mk,v 1.14 2024/05/09 01:32:28 pho Exp $
+# $NetBSD: buildlink3.mk,v 1.15 2025/01/31 04:33:07 pho Exp $
 
 BUILDLINK_TREE+=       hs-extra
 
 .if !defined(HS_EXTRA_BUILDLINK3_MK)
 HS_EXTRA_BUILDLINK3_MK:=
 
-BUILDLINK_API_DEPENDS.hs-extra+=       hs-extra>=1.7.14
-BUILDLINK_ABI_DEPENDS.hs-extra+=       hs-extra>=1.7.14nb2
+BUILDLINK_API_DEPENDS.hs-extra+=       hs-extra>=1.8
+BUILDLINK_ABI_DEPENDS.hs-extra+=       hs-extra>=1.8
 BUILDLINK_PKGSRCDIR.hs-extra?=         ../../misc/hs-extra
 
 .include "../../time/hs-clock/buildlink3.mk"

Index: pkgsrc/misc/hs-extra/distinfo
diff -u pkgsrc/misc/hs-extra/distinfo:1.7 pkgsrc/misc/hs-extra/distinfo:1.8
--- pkgsrc/misc/hs-extra/distinfo:1.7   Thu Oct 26 05:08:11 2023
+++ pkgsrc/misc/hs-extra/distinfo       Fri Jan 31 04:33:07 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2023/10/26 05:08:11 pho Exp $
+$NetBSD: distinfo,v 1.8 2025/01/31 04:33:07 pho Exp $
 
-BLAKE2s (extra-1.7.14.tar.gz) = ff2a5705cf749347dbdc0e8d43e664226d06676bfc7b43fb218cee7c172e1861
-SHA512 (extra-1.7.14.tar.gz) = 9505a6b2b6aecdb0400a4bdf79e1888a2f5db30242903c50f0653df90960f53b8484ea782cde1e7aa5339bcc6e5b3417aa3494efeafebfa49fe318b57878b00b
-Size (extra-1.7.14.tar.gz) = 45971 bytes
+BLAKE2s (extra-1.8.tar.gz) = 7949a6bf6ee96e75465b6a3f1f6529c987d95e20e1cd4fd7ae4e1a6b19fb0a03
+SHA512 (extra-1.8.tar.gz) = 131329f3da0dd8b2b7fd6922509439ff62f07d499584132c1eb4d2deeae743c775ef7abed0a684192814daefb690502718733ef5526c6eb3b65bb3b523f93330
+Size (extra-1.8.tar.gz) = 47005 bytes



Home | Main Index | Thread Index | Old Index