Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=Ef/6Lr11; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=mJPGy+At Received: by mail.netbsd.org (Postfix, from userid 605) id CA3F58506E; Sat, 4 May 2024 12:56:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714827409; bh=QFRAAFJQ7P2I1BGBcjp8UYG6W1w8U22yqgWgNtvEGCg=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=Ef/6Lr11HhFDcCXH3qMhFyEqvFt1g5z5X1kajbehLEvZOxapsox0+vBX9X2WEtCjf ELoR4ZjipCQ5Euvxoww5h18MBvwr5J2+kDu/VIY5Nly+tsWOg4m/mD09je0g9xVin9 di57PTzryfn2MTcN22WeZT+11DwfLKDbja5k1rSE= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A8CF78506B for ; Sat, 4 May 2024 12:56: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 ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id r8PF9Vem69zV for ; Sat, 4 May 2024 12:56:47 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 0221184D27 for ; Sat, 4 May 2024 12:56:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714827407; bh=QFRAAFJQ7P2I1BGBcjp8UYG6W1w8U22yqgWgNtvEGCg=; h=Date:From:Subject:To:Reply-To; b=mJPGy+AtOSqurRV8rLLgf25O2zpQ+eB3ah9BHwtQo0/uyjoNoSlkTksVr0ZyzDEyR iqsOpmhxnKzBIP4THUmUi4yzQVAFr+SHzqCKVeN3hhv29KB4c5diH1kIZWo8GjR4Pw frNvS2xeJ2yE4DldGfXoJV5BC+pwsR6wdBzsULA4= Received: by cvs.NetBSD.org (Postfix, from userid 500) id EDA34FA2C; Sat, 4 May 2024 12:56:46 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_171482740668450" MIME-Version: 1.0 Date: Sat, 4 May 2024 12:56:46 +0000 From: "Masatake Daimon" Subject: CVS commit: pkgsrc/devel/hs-hls-refactor-plugin To: pkgsrc-changes@NetBSD.org Reply-To: pho@netbsd.org X-Mailer: log_accum Message-Id: <20240504125646.EDA34FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_171482740668450 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: pho Date: Sat May 4 12:56:46 UTC 2024 Modified Files: pkgsrc/devel/hs-hls-refactor-plugin: Makefile Log Message: devel/hs-hls-refactor-plugin: Mark the package as BROKEN To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/hs-hls-refactor-plugin/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_171482740668450 Content-Disposition: inline Content-Length: 958 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/hs-hls-refactor-plugin/Makefile diff -u pkgsrc/devel/hs-hls-refactor-plugin/Makefile:1.7 pkgsrc/devel/hs-hls-refactor-plugin/Makefile:1.8 --- pkgsrc/devel/hs-hls-refactor-plugin/Makefile:1.7 Wed Nov 8 13:18:47 2023 +++ pkgsrc/devel/hs-hls-refactor-plugin/Makefile Sat May 4 12:56:46 2024 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2023/11/08 13:18:47 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2024/05/04 12:56:46 pho Exp $ DISTNAME= hls-refactor-plugin-2.4.0.0 PKGREVISION= 2 @@ -8,6 +8,9 @@ MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Exactprint refactorings for Haskell Language Server LICENSE= apache-2.0 +# The upstream has already fixed it in git HEAD but hasn't released a new version. +BROKEN+= "This package is currently incompatible with GHC >= 9.8" + .include "../../converters/hs-aeson/buildlink3.mk" .include "../../devel/hs-data-default/buildlink3.mk" .include "../../devel/hs-dlist/buildlink3.mk" --_----------=_171482740668450--