pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/hs-these



Module Name:    pkgsrc
Committed By:   pho
Date:           Wed Jan 29 17:46:25 UTC 2025

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

Log Message:
devel/hs-these: update to these-1.2.1

# 1.2.1

- Support GHC-8.6.5...GHC-9.10.1


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/devel/hs-these/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/hs-these/buildlink3.mk
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/hs-these/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-these/Makefile
diff -u pkgsrc/devel/hs-these/Makefile:1.13 pkgsrc/devel/hs-these/Makefile:1.14
--- pkgsrc/devel/hs-these/Makefile:1.13 Thu May  9 01:32:16 2024
+++ pkgsrc/devel/hs-these/Makefile      Wed Jan 29 17:46:25 2025
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2024/05/09 01:32:16 pho Exp $
+# $NetBSD: Makefile,v 1.14 2025/01/29 17:46:25 pho Exp $
 
-DISTNAME=      these-1.2
-PKGREVISION=   2
+DISTNAME=      these-1.2.1
 CATEGORIES=    devel
 
 MAINTAINER=    pho%cielonegro.org@localhost
@@ -9,8 +8,7 @@ COMMENT=        Either-or-both data type
 LICENSE=       modified-bsd
 
 HASKELL_UNRESTRICT_DEPENDENCIES+=      \
-       base    \
-       deepseq
+       hashable
 
 .include "../../devel/hs-assoc/buildlink3.mk"
 .include "../../devel/hs-hashable/buildlink3.mk"

Index: pkgsrc/devel/hs-these/buildlink3.mk
diff -u pkgsrc/devel/hs-these/buildlink3.mk:1.11 pkgsrc/devel/hs-these/buildlink3.mk:1.12
--- pkgsrc/devel/hs-these/buildlink3.mk:1.11    Thu May  9 01:32:16 2024
+++ pkgsrc/devel/hs-these/buildlink3.mk Wed Jan 29 17:46:25 2025
@@ -1,12 +1,12 @@
-# $NetBSD: buildlink3.mk,v 1.11 2024/05/09 01:32:16 pho Exp $
+# $NetBSD: buildlink3.mk,v 1.12 2025/01/29 17:46:25 pho Exp $
 
 BUILDLINK_TREE+=       hs-these
 
 .if !defined(HS_THESE_BUILDLINK3_MK)
 HS_THESE_BUILDLINK3_MK:=
 
-BUILDLINK_API_DEPENDS.hs-these+=       hs-these>=1.2
-BUILDLINK_ABI_DEPENDS.hs-these+=       hs-these>=1.2nb2
+BUILDLINK_API_DEPENDS.hs-these+=       hs-these>=1.2.1
+BUILDLINK_ABI_DEPENDS.hs-these+=       hs-these>=1.2.1
 BUILDLINK_PKGSRCDIR.hs-these?=         ../../devel/hs-these
 
 .include "../../devel/hs-assoc/buildlink3.mk"

Index: pkgsrc/devel/hs-these/distinfo
diff -u pkgsrc/devel/hs-these/distinfo:1.6 pkgsrc/devel/hs-these/distinfo:1.7
--- pkgsrc/devel/hs-these/distinfo:1.6  Sat Oct 28 20:00:47 2023
+++ pkgsrc/devel/hs-these/distinfo      Wed Jan 29 17:46:25 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2023/10/28 20:00:47 pho Exp $
+$NetBSD: distinfo,v 1.7 2025/01/29 17:46:25 pho Exp $
 
-BLAKE2s (these-1.2.tar.gz) = 87b5613e0ea5371195d93be879f3673063478a664565b5e2173ddcc4bf26ea9f
-SHA512 (these-1.2.tar.gz) = f05210a9a4023638ed0eba7089466f9fb8475fb30bd61bfeb36ea2f7382ea27eb3103233473087a0384208b34903b04218e64d4482da8cb8010fb7342af53d1a
-Size (these-1.2.tar.gz) = 10606 bytes
+BLAKE2s (these-1.2.1.tar.gz) = 1e1402e4827f4aa24644f2169510ecdc2a9e20113158f75043a469575423a6f4
+SHA512 (these-1.2.1.tar.gz) = 591f19347600b12b88e24a426f22707ec6b55b28ac451dc20fa1a7a9343c0278ac8130014a0224bde48ad26aa0b93f7ea745213174e7195d5afde251397641fa
+Size (these-1.2.1.tar.gz) = 9906 bytes



Home | Main Index | Thread Index | Old Index