Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=PESElMT3; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=Cp56HYt1 Received: by mail.netbsd.org (Postfix, from userid 605) id 739E784D7A; Sun, 28 Apr 2024 16:54:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714323288; bh=pRcg1kIqIcpYPVmyUxSf4g89hQICgHtF68bjDWJ6oak=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=PESElMT3N3mLFA1vGcSVsk5MNXtlXfUZ4M8ap4iZRwzCj91HjfYss9Hph9bKSoiMD vlRxc1105vTJYMGTG9wthh0bG6Xhjf9ibfC8E+DkWvG0+VzUgg/w4j+BJcBUcnC4He 2UOEgnBLpv9n9TYfx92Zc976J4oMMw7YPNn8Xg0c= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 63F8A84D6C for ; Sun, 28 Apr 2024 16:54:47 +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 umuDynw9Rh-2 for ; Sun, 28 Apr 2024 16:54:46 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id BF61784D15 for ; Sun, 28 Apr 2024 16:54:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714323286; bh=pRcg1kIqIcpYPVmyUxSf4g89hQICgHtF68bjDWJ6oak=; h=Date:From:Subject:To:Reply-To; b=Cp56HYt1jYm6Co61ycC5iLqGgTJLka/w37JmOriWRJWJ9W4vnRg9gDDb+pmLfnRGD aImtAG+Tt+pjSiaNhhzYztGg8eoEpbbhJNduieotriADt+LkhsW1Riks7v7FdH8ZX7 bFuq8M9fLs1rLDd4lttxe6bPHhtxkcccObfvr530= Received: by cvs.NetBSD.org (Postfix, from userid 500) id B94B6FA2C; Sun, 28 Apr 2024 16:54:46 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1714323286250690" MIME-Version: 1.0 Date: Sun, 28 Apr 2024 16:54:46 +0000 From: "Masatake Daimon" Subject: CVS commit: pkgsrc/math/hs-algebraic-graphs To: pkgsrc-changes@NetBSD.org Reply-To: pho@netbsd.org X-Mailer: log_accum Message-Id: <20240428165446.B94B6FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1714323286250690 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: pho Date: Sun Apr 28 16:54:46 UTC 2024 Modified Files: pkgsrc/math/hs-algebraic-graphs: Makefile PLIST Log Message: math/hs-algebraic-graphs: 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.7 -r1.8 pkgsrc/math/hs-algebraic-graphs/Makefile cvs rdiff -u -r1.3 -r1.4 pkgsrc/math/hs-algebraic-graphs/PLIST Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1714323286250690 Content-Disposition: inline Content-Length: 3062 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/math/hs-algebraic-graphs/Makefile diff -u pkgsrc/math/hs-algebraic-graphs/Makefile:1.7 pkgsrc/math/hs-algebraic-graphs/Makefile:1.8 --- pkgsrc/math/hs-algebraic-graphs/Makefile:1.7 Thu Nov 2 06:37:10 2023 +++ pkgsrc/math/hs-algebraic-graphs/Makefile Sun Apr 28 16:54:46 2024 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2023/11/02 06:37:10 pho Exp $ +# $NetBSD: Makefile,v 1.8 2024/04/28 16:54:46 pho Exp $ DISTNAME= algebraic-graphs-0.7 PKGREVISION= 3 @@ -9,6 +9,7 @@ COMMENT= Library for algebraic graph con LICENSE= mit HASKELL_UNRESTRICT_DEPENDENCIES= \ + deepseq \ transformers .include "../../mk/haskell.mk" Index: pkgsrc/math/hs-algebraic-graphs/PLIST diff -u pkgsrc/math/hs-algebraic-graphs/PLIST:1.3 pkgsrc/math/hs-algebraic-graphs/PLIST:1.4 --- pkgsrc/math/hs-algebraic-graphs/PLIST:1.3 Tue Oct 24 17:28:20 2023 +++ pkgsrc/math/hs-algebraic-graphs/PLIST Sun Apr 28 16:54:46 2024 @@ -1,6 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2023/10/24 17:28:20 pho Exp $ -lib/algebraic-graphs-${PKGVERSION}/${HS_VERSION}/package-description -lib/algebraic-graphs-${PKGVERSION}/${HS_VERSION}/package-id +@comment $NetBSD: PLIST,v 1.4 2024/04/28 16:54:46 pho Exp $ ${PLIST.shlibs}lib/${HS_PLATFORM}/${HS_PKGID}/Algebra/Graph.dyn_hi lib/${HS_PLATFORM}/${HS_PKGID}/Algebra/Graph.hi ${PLIST.prof}lib/${HS_PLATFORM}/${HS_PKGID}/Algebra/Graph.p_hi @@ -91,6 +89,8 @@ ${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/algebraic-graphs-${PKGVERSION}/${HS_VERSION}/package-description +lib/algebraic-graphs-${PKGVERSION}/${HS_VERSION}/package-id share/doc/${HS_PLATFORM}/algebraic-graphs-${PKGVERSION}/LICENSE ${PLIST.doc}share/doc/${HS_PLATFORM}/algebraic-graphs-${PKGVERSION}/html/AUTHORS.md ${PLIST.doc}share/doc/${HS_PLATFORM}/algebraic-graphs-${PKGVERSION}/html/Algebra-Graph-Acyclic-AdjacencyMap.html @@ -156,11 +156,9 @@ ${PLIST.doc}share/doc/${HS_PLATFORM}/alg ${PLIST.doc}share/doc/${HS_PLATFORM}/algebraic-graphs-${PKGVERSION}/html/doc-index-W.html ${PLIST.doc}share/doc/${HS_PLATFORM}/algebraic-graphs-${PKGVERSION}/html/doc-index-Z.html ${PLIST.doc}share/doc/${HS_PLATFORM}/algebraic-graphs-${PKGVERSION}/html/doc-index.html -${PLIST.doc}share/doc/${HS_PLATFORM}/algebraic-graphs-${PKGVERSION}/html/doc-index.json ${PLIST.doc}share/doc/${HS_PLATFORM}/algebraic-graphs-${PKGVERSION}/html/haddock-bundle.min.js ${PLIST.doc}share/doc/${HS_PLATFORM}/algebraic-graphs-${PKGVERSION}/html/index.html ${PLIST.doc}share/doc/${HS_PLATFORM}/algebraic-graphs-${PKGVERSION}/html/linuwial.css ${PLIST.doc}share/doc/${HS_PLATFORM}/algebraic-graphs-${PKGVERSION}/html/meta.json ${PLIST.doc}share/doc/${HS_PLATFORM}/algebraic-graphs-${PKGVERSION}/html/quick-jump.css -${PLIST.doc}share/doc/${HS_PLATFORM}/algebraic-graphs-${PKGVERSION}/html/quick-jump.min.js ${PLIST.doc}share/doc/${HS_PLATFORM}/algebraic-graphs-${PKGVERSION}/html/synopsis.png --_----------=_1714323286250690--