Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id EFFC41A9239 for ; Sat, 12 Feb 2022 04:48:09 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 0457684E54; Sat, 12 Feb 2022 04:48:09 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3AB5684D17 for ; Sat, 12 Feb 2022 04:48:08 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id MytHeso3xl3k for ; Sat, 12 Feb 2022 04:48:07 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 9585584CE8 for ; Sat, 12 Feb 2022 04:48:07 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 87B77FB24; Sat, 12 Feb 2022 04:48:07 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_164464128757530" MIME-Version: 1.0 Date: Sat, 12 Feb 2022 04:48:07 +0000 From: "Masatake Daimon" Subject: CVS commit: pkgsrc/devel/hs-hashtables To: pkgsrc-changes@NetBSD.org Reply-To: pho@netbsd.org X-Mailer: log_accum Message-Id: <20220212044807.87B77FB24@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_164464128757530 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_164464128757530 Content-Disposition: inline Content-Length: 2465 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 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 --_----------=_164464128757530--