Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 6E9B01A921F for ; Tue, 13 Oct 2020 12:09:00 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 1466584DE3; Tue, 13 Oct 2020 12:09:00 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9291484DE1 for ; Tue, 13 Oct 2020 12:08:59 +0000 (UTC) X-Virus-Scanned: amavisd-new at 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 oSV3LgV_tXpA for ; Tue, 13 Oct 2020 12:08:59 +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 173BB84D5B for ; Tue, 13 Oct 2020 12:08:59 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 0DC5AFB28; Tue, 13 Oct 2020 12:08:59 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1602590939227870" MIME-Version: 1.0 Date: Tue, 13 Oct 2020 12:08:59 +0000 From: "Masatake Daimon" Subject: CVS commit: pkgsrc/misc/cabal-install To: pkgsrc-changes@NetBSD.org Reply-To: pho@netbsd.org X-Mailer: log_accum Message-Id: <20201013120859.0DC5AFB28@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1602590939227870 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: pho Date: Tue Oct 13 12:08:58 UTC 2020 Added Files: pkgsrc/misc/cabal-install: PLIST Log Message: Add a missing PLIST To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/misc/cabal-install/PLIST Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1602590939227870 Content-Disposition: inline Content-Length: 402 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Added files: Index: pkgsrc/misc/cabal-install/PLIST diff -u /dev/null pkgsrc/misc/cabal-install/PLIST:1.1 --- /dev/null Tue Oct 13 12:08:59 2020 +++ pkgsrc/misc/cabal-install/PLIST Tue Oct 13 12:08:58 2020 @@ -0,0 +1,5 @@ +@comment $NetBSD: PLIST,v 1.1 2020/10/13 12:08:58 pho Exp $ +bin/cabal +man/man1/cabal.1 +share/doc/x86_64-netbsd-ghc-8.8.4/${PKGNAME}/LICENSE +@pkgdir lib/${PKGNAME}/ghc-8.8.4 --_----------=_1602590939227870--