Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=wwnCoJ88; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=bV3ZuMJi Received: by mail.netbsd.org (Postfix, from userid 605) id 80C4984E6F; Mon, 29 Apr 2024 08:58:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714381131; bh=RxdnCBHHpz/fVrTOrCC+IgNRzQsnkQRqMT7JCi2kv8Q=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=wwnCoJ88hD4IKp4ggwD5iaNUhVV7t6X8ZxfBHHdOqqED7H5haU1c0hUjLj0hDAy6B bCfpih6JsKKgRC3z4Er06zpu79J3YytIRcRYv9ckHdZssiwcu0DtvIZFaRBgWYPhRi y6N8RN6aWOjuAZOEIdK+huMRXMKVk4/yD4KPQM7c= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 71A5B84D5E for ; Mon, 29 Apr 2024 08:58:50 +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 ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id ynI5M0UMcU7l for ; Mon, 29 Apr 2024 08:58:49 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id CFB7E84D0E for ; Mon, 29 Apr 2024 08:58:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714381129; bh=RxdnCBHHpz/fVrTOrCC+IgNRzQsnkQRqMT7JCi2kv8Q=; h=Date:From:Subject:To:Reply-To; b=bV3ZuMJi+37qy/Af5I3QXFD4HnIZZNumH9LUdxQJEt30GDdanhi/yxDAjCeyGl3P/ LVij0JnkofRgXrJpN8gwy+4gYbCiLgubEZY3S2m3cdZRINgEhBUoteQQ8olqzJ2cbo KfIW1TDAR64yAmKA732+r4b5Hh5dJtTdavTCkhjk= Received: by cvs.NetBSD.org (Postfix, from userid 500) id CB66FFA2C; Mon, 29 Apr 2024 08:58:49 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1714381129249850" MIME-Version: 1.0 Date: Mon, 29 Apr 2024 08:58:49 +0000 From: "Masatake Daimon" Subject: CVS commit: pkgsrc/devel/hs-assoc To: pkgsrc-changes@NetBSD.org Reply-To: pho@netbsd.org X-Mailer: log_accum Message-Id: <20240429085849.CB66FFA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1714381129249850 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: pho Date: Mon Apr 29 08:58:49 UTC 2024 Modified Files: pkgsrc/devel/hs-assoc: Makefile PLIST Log Message: devel/hs-assoc: 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-assoc/Makefile cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/hs-assoc/PLIST Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1714381129249850 Content-Disposition: inline Content-Length: 2741 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/hs-assoc/Makefile diff -u pkgsrc/devel/hs-assoc/Makefile:1.11 pkgsrc/devel/hs-assoc/Makefile:1.12 --- pkgsrc/devel/hs-assoc/Makefile:1.11 Thu Nov 2 06:36:18 2023 +++ pkgsrc/devel/hs-assoc/Makefile Mon Apr 29 08:58:49 2024 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2023/11/02 06:36:18 pho Exp $ +# $NetBSD: Makefile,v 1.12 2024/04/29 08:58:49 pho Exp $ DISTNAME= assoc-1.1 PKGREVISION= 1 @@ -8,6 +8,9 @@ MAINTAINER= pho@cielonegro.org COMMENT= Symmetric and Semigroupy Bifunctors LICENSE= modified-bsd +HASKELL_UNRESTRICT_DEPENDENCIES+= \ + base + .include "../../devel/hs-tagged/buildlink3.mk" .include "../../mk/haskell.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/devel/hs-assoc/PLIST diff -u pkgsrc/devel/hs-assoc/PLIST:1.3 pkgsrc/devel/hs-assoc/PLIST:1.4 --- pkgsrc/devel/hs-assoc/PLIST:1.3 Fri Oct 27 15:15:24 2023 +++ pkgsrc/devel/hs-assoc/PLIST Mon Apr 29 08:58:49 2024 @@ -1,6 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2023/10/27 15:15:24 pho Exp $ -lib/assoc-${PKGVERSION}/${HS_VERSION}/package-description -lib/assoc-${PKGVERSION}/${HS_VERSION}/package-id +@comment $NetBSD: PLIST,v 1.4 2024/04/29 08:58:49 pho Exp $ ${PLIST.shlibs}lib/${HS_PLATFORM}/${HS_PKGID}/Data/Bifunctor/Assoc.dyn_hi lib/${HS_PLATFORM}/${HS_PKGID}/Data/Bifunctor/Assoc.hi ${PLIST.prof}lib/${HS_PLATFORM}/${HS_PKGID}/Data/Bifunctor/Assoc.p_hi @@ -10,16 +8,16 @@ ${PLIST.prof}lib/${HS_PLATFORM}/${HS_PKG lib/${HS_PLATFORM}/${HS_PKGID}/libHS${HS_PKGID}.a ${PLIST.prof}lib/${HS_PLATFORM}/${HS_PKGID}/libHS${HS_PKGID}_p.a ${PLIST.shlibs}lib/${HS_PLATFORM}/libHS${HS_PKGID}-${HS_VER}.so +lib/assoc-${PKGVERSION}/${HS_VERSION}/package-description +lib/assoc-${PKGVERSION}/${HS_VERSION}/package-id share/doc/${HS_PLATFORM}/assoc-${PKGVERSION}/LICENSE ${PLIST.doc}share/doc/${HS_PLATFORM}/assoc-${PKGVERSION}/html/Data-Bifunctor-Assoc.html ${PLIST.doc}share/doc/${HS_PLATFORM}/assoc-${PKGVERSION}/html/Data-Bifunctor-Swap.html ${PLIST.doc}share/doc/${HS_PLATFORM}/assoc-${PKGVERSION}/html/assoc.haddock ${PLIST.doc}share/doc/${HS_PLATFORM}/assoc-${PKGVERSION}/html/doc-index.html -${PLIST.doc}share/doc/${HS_PLATFORM}/assoc-${PKGVERSION}/html/doc-index.json ${PLIST.doc}share/doc/${HS_PLATFORM}/assoc-${PKGVERSION}/html/haddock-bundle.min.js ${PLIST.doc}share/doc/${HS_PLATFORM}/assoc-${PKGVERSION}/html/index.html ${PLIST.doc}share/doc/${HS_PLATFORM}/assoc-${PKGVERSION}/html/linuwial.css ${PLIST.doc}share/doc/${HS_PLATFORM}/assoc-${PKGVERSION}/html/meta.json ${PLIST.doc}share/doc/${HS_PLATFORM}/assoc-${PKGVERSION}/html/quick-jump.css -${PLIST.doc}share/doc/${HS_PLATFORM}/assoc-${PKGVERSION}/html/quick-jump.min.js ${PLIST.doc}share/doc/${HS_PLATFORM}/assoc-${PKGVERSION}/html/synopsis.png --_----------=_1714381129249850--