Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=mlcUFkEF; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=SZMERsJr Received: by mail.netbsd.org (Postfix, from userid 605) id 0B6DD84D4C; Mon, 29 Apr 2024 23:12:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714432335; bh=yf3FdiUVEpJ3QYFmpzB8B5GA4ZFdDK2jBfoEF2W0eSY=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=mlcUFkEFlJVUKSzwiiOQXwYQ/+m+3Mseq4tO41PGb/VayFwsnEg9iwfHQqH2e63Gw uSxpzAYYaqkKhyxq2owyIShQdTD6s+TCr470BDaPNwvfsrABepRF0ogo15adZgDwGw 8GqI9bsb/k710NDPZfHATFbfmJjbhfiYNmHV87nE= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id F11F684D31 for ; Mon, 29 Apr 2024 23:12:13 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=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 d_lsggcXClRu for ; Mon, 29 Apr 2024 23:12:13 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 5AEE984D07 for ; Mon, 29 Apr 2024 23:12:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714432333; bh=yf3FdiUVEpJ3QYFmpzB8B5GA4ZFdDK2jBfoEF2W0eSY=; h=Date:From:Subject:To:Reply-To; b=SZMERsJrc3PK+9ptNdAgyu/9U1Okxx2Z7z4GxrN98ZTDf0SGqk5flWwyaFu6TGyjM iFjjK0YRhMo4fKtYAJi/m9zu7ySGOJ2NYsZlCyB2DcpIyVTBK0kV+vQVhWUeWhST5f bCSNATPvY9WAPR4ICNjvLkgN8IOHFI0inCDySjk4= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 578DEFA2C; Mon, 29 Apr 2024 23:12:13 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1714432333277440" MIME-Version: 1.0 Date: Mon, 29 Apr 2024 23:12:13 +0000 From: "Masatake Daimon" Subject: CVS commit: pkgsrc/devel/hs-these To: pkgsrc-changes@NetBSD.org Reply-To: pho@netbsd.org X-Mailer: log_accum Message-Id: <20240429231213.578DEFA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1714432333277440 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: pho Date: Mon Apr 29 23:12:13 UTC 2024 Modified Files: pkgsrc/devel/hs-these: Makefile PLIST Log Message: devel/hs-these: Fix build with GHC 9.8 This breaks build with the currently default GHC 9.6. Please bear with me until I switch the default compiler. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/hs-these/Makefile cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/hs-these/PLIST Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1714432333277440 Content-Disposition: inline Content-Length: 2839 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/hs-these/Makefile diff -u pkgsrc/devel/hs-these/Makefile:1.11 pkgsrc/devel/hs-these/Makefile:1.12 --- pkgsrc/devel/hs-these/Makefile:1.11 Thu Nov 2 06:37:00 2023 +++ pkgsrc/devel/hs-these/Makefile Mon Apr 29 23:12:13 2024 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2023/11/02 06:37:00 pho Exp $ +# $NetBSD: Makefile,v 1.12 2024/04/29 23:12:13 pho Exp $ DISTNAME= these-1.2 PKGREVISION= 1 @@ -8,6 +8,10 @@ MAINTAINER= pho@cielonegro.org COMMENT= Either-or-both data type LICENSE= modified-bsd +HASKELL_UNRESTRICT_DEPENDENCIES+= \ + base \ + deepseq + .include "../../devel/hs-assoc/buildlink3.mk" .include "../../devel/hs-hashable/buildlink3.mk" .include "../../mk/haskell.mk" Index: pkgsrc/devel/hs-these/PLIST diff -u pkgsrc/devel/hs-these/PLIST:1.3 pkgsrc/devel/hs-these/PLIST:1.4 --- pkgsrc/devel/hs-these/PLIST:1.3 Sat Oct 28 20:00:47 2023 +++ pkgsrc/devel/hs-these/PLIST Mon Apr 29 23:12:13 2024 @@ -1,6 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2023/10/28 20:00:47 pho Exp $ -lib/these-${PKGVERSION}/${HS_VERSION}/package-description -lib/these-${PKGVERSION}/${HS_VERSION}/package-id +@comment $NetBSD: PLIST,v 1.4 2024/04/29 23:12:13 pho Exp $ ${PLIST.shlibs}lib/${HS_PLATFORM}/libHS${HS_PKGID}-${HS_VER}.so ${PLIST.shlibs}lib/${HS_PLATFORM}/${HS_PKGID}/Data/Functor/These.dyn_hi lib/${HS_PLATFORM}/${HS_PKGID}/Data/Functor/These.hi @@ -13,17 +11,17 @@ lib/${HS_PLATFORM}/${HS_PKGID}/Data/Thes ${PLIST.prof}lib/${HS_PLATFORM}/${HS_PKGID}/Data/These/Combinators.p_hi lib/${HS_PLATFORM}/${HS_PKGID}/libHS${HS_PKGID}.a ${PLIST.prof}lib/${HS_PLATFORM}/${HS_PKGID}/libHS${HS_PKGID}_p.a +lib/these-${PKGVERSION}/${HS_VERSION}/package-description +lib/these-${PKGVERSION}/${HS_VERSION}/package-id share/doc/${HS_PLATFORM}/these-${PKGVERSION}/LICENSE ${PLIST.doc}share/doc/${HS_PLATFORM}/these-${PKGVERSION}/html/Data-Functor-These.html ${PLIST.doc}share/doc/${HS_PLATFORM}/these-${PKGVERSION}/html/Data-These-Combinators.html ${PLIST.doc}share/doc/${HS_PLATFORM}/these-${PKGVERSION}/html/Data-These.html ${PLIST.doc}share/doc/${HS_PLATFORM}/these-${PKGVERSION}/html/doc-index.html -${PLIST.doc}share/doc/${HS_PLATFORM}/these-${PKGVERSION}/html/doc-index.json ${PLIST.doc}share/doc/${HS_PLATFORM}/these-${PKGVERSION}/html/haddock-bundle.min.js ${PLIST.doc}share/doc/${HS_PLATFORM}/these-${PKGVERSION}/html/index.html ${PLIST.doc}share/doc/${HS_PLATFORM}/these-${PKGVERSION}/html/linuwial.css ${PLIST.doc}share/doc/${HS_PLATFORM}/these-${PKGVERSION}/html/meta.json ${PLIST.doc}share/doc/${HS_PLATFORM}/these-${PKGVERSION}/html/quick-jump.css -${PLIST.doc}share/doc/${HS_PLATFORM}/these-${PKGVERSION}/html/quick-jump.min.js ${PLIST.doc}share/doc/${HS_PLATFORM}/these-${PKGVERSION}/html/synopsis.png ${PLIST.doc}share/doc/${HS_PLATFORM}/these-${PKGVERSION}/html/these.haddock --_----------=_1714432333277440--