Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=R1zBWHyG; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=2yt90PY0 Received: by mail.netbsd.org (Postfix, from userid 605) id C4C6F84D74; Sun, 28 Apr 2024 05:59:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714283956; bh=3PuIgyI2cLZbTHNKVVptHSED0AibuVvYb5oTDh6URRQ=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=R1zBWHyGqCItbheDpaPa+MnFDansYmQUJjSpfGCFuvdFf8dTJvZlPSRR06e0UbLc7 gleoKMfqjPv6UU2h/KPcxEP13mAh/QLnv5GZZpPqyT5IRhHTCcwOOUn7aN7iMZA+gO SFvDaYCtknT+s8f1vEl0pTYZtqy6Yy9c4Kwx7Peo= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B3BC984D6C for ; Sun, 28 Apr 2024 05:59:15 +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 GnAm1RvQ-HA0 for ; Sun, 28 Apr 2024 05:59:15 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 48AE184D53 for ; Sun, 28 Apr 2024 05:59:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714283955; bh=3PuIgyI2cLZbTHNKVVptHSED0AibuVvYb5oTDh6URRQ=; h=Date:From:Subject:To:Reply-To; b=2yt90PY0xL/yP/UNJavuy6MNg1Fs14AEJUp05LQbSGuQer6GzPhVR23pBiIHE+j1c 5+q2JgYVGYoMpMlioTwVm2Ncrbal1lFVjFbzqp3SyvgedPC8hU1QYjH2uNRqSdjCrg dqt0qa+C7zZf+CwxYNeEM27Id3UkrcpWp8LlT60k= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 42B88FA2C; Sun, 28 Apr 2024 05:59:15 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1714283955178040" MIME-Version: 1.0 Date: Sun, 28 Apr 2024 05:59:15 +0000 From: "Masatake Daimon" Subject: CVS commit: pkgsrc/lang To: pkgsrc-changes@NetBSD.org Reply-To: pho@netbsd.org X-Mailer: log_accum Message-Id: <20240428055915.42B88FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1714283955178040 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: pho Date: Sun Apr 28 05:59:15 UTC 2024 Modified Files: pkgsrc/lang: Makefile Log Message: lang/Makefile: + ghc98 To generate a diff of this commit: cvs rdiff -u -r1.724 -r1.725 pkgsrc/lang/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1714283955178040 Content-Disposition: inline Content-Length: 536 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/lang/Makefile diff -u pkgsrc/lang/Makefile:1.724 pkgsrc/lang/Makefile:1.725 --- pkgsrc/lang/Makefile:1.724 Sun Apr 21 14:30:33 2024 +++ pkgsrc/lang/Makefile Sun Apr 28 05:59:15 2024 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.724 2024/04/21 14:30:33 nikita Exp $ +# $NetBSD: Makefile,v 1.725 2024/04/28 05:59:15 pho Exp $ # COMMENT= Programming languages @@ -101,6 +101,7 @@ SUBDIR+= ghc90 SUBDIR+= ghc92 SUBDIR+= ghc94 SUBDIR+= ghc96 +SUBDIR+= ghc98 SUBDIR+= gjs SUBDIR+= gleam SUBDIR+= gnucobol --_----------=_1714283955178040--