pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/hs-hashtables



Module Name:    pkgsrc
Committed By:   pho
Date:           Sat Feb  1 08:42:15 UTC 2025

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

Log Message:
devel/hs-hashtables: update to hashtables-1.4.2

## 1.4.2

 - Fix C compile errors in cbits.
 - Bump lower bound for QuickCheck.

## 1.4.1

 - Fix broken compile when compiling with `-fportable` flag.
 - Make it build with GHC WASM (Bodigrim).

## 1.4.0

 - Replace deprecated Mutable Array function, which modifies the signature of the `length`
   function and hence the API.
 - Support more recent compilers.


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/hs-hashtables/Makefile
cvs rdiff -u -r1.13 -r1.14 pkgsrc/devel/hs-hashtables/buildlink3.mk
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/hs-hashtables/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-hashtables/Makefile
diff -u pkgsrc/devel/hs-hashtables/Makefile:1.14 pkgsrc/devel/hs-hashtables/Makefile:1.15
--- pkgsrc/devel/hs-hashtables/Makefile:1.14    Thu May  9 01:31:57 2024
+++ pkgsrc/devel/hs-hashtables/Makefile Sat Feb  1 08:42:15 2025
@@ -1,15 +1,14 @@
-# $NetBSD: Makefile,v 1.14 2024/05/09 01:31:57 pho Exp $
+# $NetBSD: Makefile,v 1.15 2025/02/01 08:42:15 pho Exp $
 
-DISTNAME=      hashtables-1.3.1
-PKGREVISION=   4
+DISTNAME=      hashtables-1.4.2
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 COMMENT=       Mutable hash tables in the ST monad
 LICENSE=       modified-bsd
 
-.include "../../mk/haskell.mk"
 .include "../../devel/hs-hashable/buildlink3.mk"
 .include "../../devel/hs-primitive/buildlink3.mk"
 .include "../../devel/hs-vector/buildlink3.mk"
+.include "../../mk/haskell.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/hs-hashtables/buildlink3.mk
diff -u pkgsrc/devel/hs-hashtables/buildlink3.mk:1.13 pkgsrc/devel/hs-hashtables/buildlink3.mk:1.14
--- pkgsrc/devel/hs-hashtables/buildlink3.mk:1.13       Thu May  9 01:31:57 2024
+++ pkgsrc/devel/hs-hashtables/buildlink3.mk    Sat Feb  1 08:42:15 2025
@@ -1,12 +1,12 @@
-# $NetBSD: buildlink3.mk,v 1.13 2024/05/09 01:31:57 pho Exp $
+# $NetBSD: buildlink3.mk,v 1.14 2025/02/01 08:42:15 pho Exp $
 
 BUILDLINK_TREE+=       hs-hashtables
 
 .if !defined(HS_HASHTABLES_BUILDLINK3_MK)
 HS_HASHTABLES_BUILDLINK3_MK:=
 
-BUILDLINK_API_DEPENDS.hs-hashtables+=  hs-hashtables>=1.3.1
-BUILDLINK_ABI_DEPENDS.hs-hashtables+=  hs-hashtables>=1.3.1nb4
+BUILDLINK_API_DEPENDS.hs-hashtables+=  hs-hashtables>=1.4.2
+BUILDLINK_ABI_DEPENDS.hs-hashtables+=  hs-hashtables>=1.4.2
 BUILDLINK_PKGSRCDIR.hs-hashtables?=    ../../devel/hs-hashtables
 
 .include "../../devel/hs-hashable/buildlink3.mk"

Index: pkgsrc/devel/hs-hashtables/distinfo
diff -u pkgsrc/devel/hs-hashtables/distinfo:1.7 pkgsrc/devel/hs-hashtables/distinfo:1.8
--- pkgsrc/devel/hs-hashtables/distinfo:1.7     Thu Jan 26 03:28:56 2023
+++ pkgsrc/devel/hs-hashtables/distinfo Sat Feb  1 08:42:15 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2023/01/26 03:28:56 pho Exp $
+$NetBSD: distinfo,v 1.8 2025/02/01 08:42:15 pho Exp $
 
-BLAKE2s (hashtables-1.3.1.tar.gz) = c0483b406ea5b5e9504612e0f41a40b6d5cb18deb3eb65fc5165675772079438
-SHA512 (hashtables-1.3.1.tar.gz) = b6430e092cfa9cde3dbea34cd9e2a10869c41e40e88f79e28aa6aabfdcd359dd74fb87020f8b9e004b817a6e9a8825335fcc91c2b88f7eb93b25758c71c77833
-Size (hashtables-1.3.1.tar.gz) = 58697 bytes
+BLAKE2s (hashtables-1.4.2.tar.gz) = c8fc1a7bd79ece7e01730dbf0bdcc8c9fbe3394129c9781e42f4a6d3041a3fb2
+SHA512 (hashtables-1.4.2.tar.gz) = cbf277fbd5a173299e38b729b4afea9e0fb417c4c835416c15857be3149989e2cf70be84646cb55495f40ba4dba702ebf29d897096481ee21dde31318cba3307
+Size (hashtables-1.4.2.tar.gz) = 58869 bytes



Home | Main Index | Thread Index | Old Index