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 12 04:48:07 UTC 2022

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

Log Message:
Update to hashtables-1.3

1.3
    Support Hashable 1.4. This new version of Hashable drops the Eq
    constraint, so the Eq constraint needs to be dropped in the SPECIALIZE
    statements in Hashtables.

1.2.4.2
    Cabal file: add missing other-modules Silence import warnings. Know
    that we require ghc >= 7.8. Fix build with GHC 9.2


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/hs-hashtables/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/hs-hashtables/buildlink3.mk \
    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.5 pkgsrc/devel/hs-hashtables/Makefile:1.6
--- pkgsrc/devel/hs-hashtables/Makefile:1.5     Tue Jan 18 02:48:09 2022
+++ pkgsrc/devel/hs-hashtables/Makefile Sat Feb 12 04:48:07 2022
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2022/01/18 02:48:09 pho Exp $
+# $NetBSD: Makefile,v 1.6 2022/02/12 04:48:07 pho Exp $
 
-DISTNAME=      hashtables-1.2.4.1
-PKGREVISION=   2
+DISTNAME=      hashtables-1.3
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost

Index: pkgsrc/devel/hs-hashtables/buildlink3.mk
diff -u pkgsrc/devel/hs-hashtables/buildlink3.mk:1.4 pkgsrc/devel/hs-hashtables/buildlink3.mk:1.5
--- pkgsrc/devel/hs-hashtables/buildlink3.mk:1.4        Tue Jan 18 02:48:09 2022
+++ pkgsrc/devel/hs-hashtables/buildlink3.mk    Sat Feb 12 04:48:07 2022
@@ -1,12 +1,12 @@
-# $NetBSD: buildlink3.mk,v 1.4 2022/01/18 02:48:09 pho Exp $
+# $NetBSD: buildlink3.mk,v 1.5 2022/02/12 04:48:07 pho Exp $
 
 BUILDLINK_TREE+=       hs-hashtables
 
 .if !defined(HS_HASHTABLES_BUILDLINK3_MK)
 HS_HASHTABLES_BUILDLINK3_MK:=
 
-BUILDLINK_API_DEPENDS.hs-hashtables+=  hs-hashtables>=1.2.4
-BUILDLINK_ABI_DEPENDS.hs-hashtables+=  hs-hashtables>=1.2.4.1nb2
+BUILDLINK_API_DEPENDS.hs-hashtables+=  hs-hashtables>=1.3
+BUILDLINK_ABI_DEPENDS.hs-hashtables+=  hs-hashtables>=1.3
 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.4 pkgsrc/devel/hs-hashtables/distinfo:1.5
--- pkgsrc/devel/hs-hashtables/distinfo:1.4     Tue Oct 26 10:14:57 2021
+++ pkgsrc/devel/hs-hashtables/distinfo Sat Feb 12 04:48:07 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2021/10/26 10:14:57 nia Exp $
+$NetBSD: distinfo,v 1.5 2022/02/12 04:48:07 pho Exp $
 
-BLAKE2s (hashtables-1.2.4.1.tar.gz) = c93d9a6caa96c0f4189a52387e98c55285673d93d7b991eab80d1b4f5c668054
-SHA512 (hashtables-1.2.4.1.tar.gz) = e88fb8f9c8a51be31e5d07ca1fef3d1a05a347942878f84a500d8c224b1118a2be97f9a947f17834a8331f296f302eafeef34d1f151360361675ecf5204b38f6
-Size (hashtables-1.2.4.1.tar.gz) = 58425 bytes
+BLAKE2s (hashtables-1.3.tar.gz) = fbd7cec05a1bd3df818a1e74adc3061986f22e0b84af9f2190a05b3bd2aa5279
+SHA512 (hashtables-1.3.tar.gz) = 7fb82e7c45c13d7bde8a216fb678d20bbd4c970f7860cbc2f08fb5524324f6b9584e1b5d397bdcb3fdbf53928758b608986167bb2bc2f1adae6feb3b0dd94444
+Size (hashtables-1.3.tar.gz) = 58599 bytes



Home | Main Index | Thread Index | Old Index