Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=gbq9nDpk; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=Hxaq1FQ5 Received: by mail.netbsd.org (Postfix, from userid 605) id 5875785085; Sun, 5 May 2024 08:24:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714897462; bh=kjHCGvF4tWd1NHX01TcHqnJ6VUCj4kYbUTQOQ9C3K/s=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=gbq9nDpkrr93lWwe+efbAvVTEf/ABh+uHJzweALQrUoAAByfPYOY7XbrDZl+eGjCo s6IrLWnB4m+qlfk+C0VH1NBEWmWfyctum97C3P10EA9Qhhl4ntUYkkZW+pvUK+Er4K eujcQBRxX9iuK+qgiDQmGuFRuHgFf6OJxvZYYSBA= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4970E84E80 for ; Sun, 5 May 2024 08:24:21 +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 ZB2Vshzy6Nyp for ; Sun, 5 May 2024 08:24:20 +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 D0FAB84E62 for ; Sun, 5 May 2024 08:24:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714897460; bh=kjHCGvF4tWd1NHX01TcHqnJ6VUCj4kYbUTQOQ9C3K/s=; h=Date:From:Subject:To:Reply-To; b=Hxaq1FQ5GQLj3PfO6qBXL5uMxXb/Xm2oY1D6Kkv/LDhI2btOAyTTNNmoQEJvMevz6 Nov/cecW8iuu5JLV9CmytW/ygttrffIHlcmKpspP5NqohIS5bLM+8vwN95fBrkLq0I Es/MHByViOjhqtkd04iSd2Ru1Pvhs6QwvRtw5sO0= Received: by cvs.NetBSD.org (Postfix, from userid 500) id CD9B7FA2C; Sun, 5 May 2024 08:24:20 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_171489746052570" MIME-Version: 1.0 Date: Sun, 5 May 2024 08:24:20 +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: <20240505082420.CD9B7FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_171489746052570 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: pho Date: Sun May 5 08:24:20 UTC 2024 Modified Files: pkgsrc/devel: Makefile Log Message: devel/Makefile: + hs-trial To generate a diff of this commit: cvs rdiff -u -r1.4233 -r1.4234 pkgsrc/devel/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_171489746052570 Content-Disposition: inline Content-Length: 605 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/Makefile diff -u pkgsrc/devel/Makefile:1.4233 pkgsrc/devel/Makefile:1.4234 --- pkgsrc/devel/Makefile:1.4233 Sun May 5 08:16:33 2024 +++ pkgsrc/devel/Makefile Sun May 5 08:24:20 2024 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4233 2024/05/05 08:16:33 pho Exp $ +# $NetBSD: Makefile,v 1.4234 2024/05/05 08:24:20 pho Exp $ # COMMENT= Development utilities @@ -780,6 +780,7 @@ SUBDIR+= hs-these SUBDIR+= hs-timeit SUBDIR+= hs-transformers-base SUBDIR+= hs-transformers-compat +SUBDIR+= hs-trial SUBDIR+= hs-turtle SUBDIR+= hs-type-equality SUBDIR+= hs-uglymemo --_----------=_171489746052570--