Received: by mail.netbsd.org (Postfix, from userid 605) id A407C84D3A; Sat, 24 Apr 2021 16:10:24 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id DF61784D16 for ; Sat, 24 Apr 2021 16:10:23 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id aCtlRqUlGWPL for ; Sat, 24 Apr 2021 16:10:23 +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 75E7084CF1 for ; Sat, 24 Apr 2021 16:10:23 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 6DC04FA95; Sat, 24 Apr 2021 16:10:23 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_161928062336500" MIME-Version: 1.0 Date: Sat, 24 Apr 2021 16:10:23 +0000 From: "Masatake Daimon" Subject: CVS commit: pkgsrc/devel To: pkgsrc-changes@NetBSD.org Reply-To: pho@netbsd.org X-Mailer: log_accum Message-Id: <20210424161023.6DC04FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_161928062336500 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: pho Date: Sat Apr 24 16:10:23 UTC 2021 Modified Files: pkgsrc/devel: Makefile Log Message: devel: +hs-conduit-extra To generate a diff of this commit: cvs rdiff -u -r1.3367 -r1.3368 pkgsrc/devel/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_161928062336500 Content-Disposition: inline Content-Length: 603 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/Makefile diff -u pkgsrc/devel/Makefile:1.3367 pkgsrc/devel/Makefile:1.3368 --- pkgsrc/devel/Makefile:1.3367 Sat Apr 24 13:14:41 2021 +++ pkgsrc/devel/Makefile Sat Apr 24 16:10:23 2021 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3367 2021/04/24 13:14:41 pho Exp $ +# $NetBSD: Makefile,v 1.3368 2021/04/24 16:10:23 pho Exp $ # COMMENT= Development utilities @@ -563,6 +563,7 @@ SUBDIR+= hs-cmdargs SUBDIR+= hs-code-page SUBDIR+= hs-colour SUBDIR+= hs-conduit +SUBDIR+= hs-conduit-extra SUBDIR+= hs-control-monad-free SUBDIR+= hs-cpphs SUBDIR+= hs-data-default --_----------=_161928062336500--