Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=e9g+ypBi; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=0rh+di41 Received: by mail.netbsd.org (Postfix, from userid 605) id 7DFB484E9E; Sun, 5 May 2024 10:37:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714905471; bh=joakEbgw9YOCrYSi8fz3VDi390Jn7Vf38X893ADl8c4=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=e9g+ypBiMtoZQMuXg7OipubQh2KfYPIQ4kn0QaSXNJFnBbW4oEUBHOpFtvD+WEXvr dWXkJ4/bnHJTeVcvUTq2iNObxY+KvA31dli3YLh2ZKJp82eWoM0n4J/oCLhjPE8Onr osEVs0ooDHWt1ceANubRR8KwckDkDnARfnWwKM3Y= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D99B284E99 for ; Sun, 5 May 2024 10:37:49 +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 zZlz5rHV-1OT for ; Sun, 5 May 2024 10:37:49 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 6E40084D91 for ; Sun, 5 May 2024 10:37:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714905469; bh=joakEbgw9YOCrYSi8fz3VDi390Jn7Vf38X893ADl8c4=; h=Date:From:Subject:To:Reply-To; b=0rh+di416pMzxGWJ0GwuYW0n80G7EsS65DHQDrIzSUpy8RiBF+v888yfZrTPSUhK7 90wtF879n15WycgjCurCFe6dKhwtgyYl9ULS75zQLWC0A826si7gPs94ODo56xPsIY yQHLr/bGeovXp1IVY77mI+5vxDwGSekVfUEKTsIE= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 689C1FA2C; Sun, 5 May 2024 10:37:49 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1714905469100200" MIME-Version: 1.0 Date: Sun, 5 May 2024 10:37:49 +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: <20240505103749.689C1FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1714905469100200 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: pho Date: Sun May 5 10:37:49 UTC 2024 Modified Files: pkgsrc/devel: Makefile Log Message: devel/Makefile: + hs-implicit-hie-cradle To generate a diff of this commit: cvs rdiff -u -r1.4237 -r1.4238 pkgsrc/devel/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1714905469100200 Content-Disposition: inline Content-Length: 636 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/Makefile diff -u pkgsrc/devel/Makefile:1.4237 pkgsrc/devel/Makefile:1.4238 --- pkgsrc/devel/Makefile:1.4237 Sun May 5 08:49:50 2024 +++ pkgsrc/devel/Makefile Sun May 5 10:37:49 2024 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4237 2024/05/05 08:49:50 pho Exp $ +# $NetBSD: Makefile,v 1.4238 2024/05/05 10:37:49 pho Exp $ # COMMENT= Development utilities @@ -663,7 +663,6 @@ SUBDIR+= hs-hw-fingertree SUBDIR+= hs-hw-prim SUBDIR+= hs-ifelse SUBDIR+= hs-implicit-hie -SUBDIR+= hs-implicit-hie-cradle SUBDIR+= hs-indexed-traversable SUBDIR+= hs-indexed-traversable-instances SUBDIR+= hs-ipynb --_----------=_1714905469100200--