pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/hs-hashtables Update to hashtables-1.3



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9364869b8a29
branches:  trunk
changeset: 373540:9364869b8a29
user:      pho <pho%pkgsrc.org@localhost>
date:      Sat Feb 12 04:48:07 2022 +0000

description:
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

diffstat:

 devel/hs-hashtables/Makefile      |  5 ++---
 devel/hs-hashtables/buildlink3.mk |  6 +++---
 devel/hs-hashtables/distinfo      |  8 ++++----
 3 files changed, 9 insertions(+), 10 deletions(-)

diffs (45 lines):

diff -r aca738d112bb -r 9364869b8a29 devel/hs-hashtables/Makefile
--- a/devel/hs-hashtables/Makefile      Sat Feb 12 04:46:20 2022 +0000
+++ b/devel/hs-hashtables/Makefile      Sat Feb 12 04:48:07 2022 +0000
@@ -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
diff -r aca738d112bb -r 9364869b8a29 devel/hs-hashtables/buildlink3.mk
--- a/devel/hs-hashtables/buildlink3.mk Sat Feb 12 04:46:20 2022 +0000
+++ b/devel/hs-hashtables/buildlink3.mk Sat Feb 12 04:48:07 2022 +0000
@@ -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"
diff -r aca738d112bb -r 9364869b8a29 devel/hs-hashtables/distinfo
--- a/devel/hs-hashtables/distinfo      Sat Feb 12 04:46:20 2022 +0000
+++ b/devel/hs-hashtables/distinfo      Sat Feb 12 04:48:07 2022 +0000
@@ -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