Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=waCJQ+1I; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=d2fJ/DW5 Received: by mail.netbsd.org (Postfix, from userid 605) id 2D33D8505B; Sat, 4 May 2024 06:48:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714805285; bh=OLgYo6sRsN0cLa5HK+AE+rLb220ga4khDtMjeOT4bHo=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=waCJQ+1IaAeNIGPbO4zFF6Thioq2SPZeV3G3H4CLr62g+MhwMzAMlUY3i5DxK1jSQ W2WzpyLnJNDzZEoS8SVMfJq+xgc2e7rZQmWiJ+NcsqVkfA0FU06OLevWgyYBbDcRiV B7rxXl6RTbQfRJS+K6bb4FXTd7vsr1C3LyI8DEEo= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1F2D28505A for ; Sat, 4 May 2024 06:48:04 +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 uOw5jrgTVh51 for ; Sat, 4 May 2024 06:48:03 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id A659B84D67 for ; Sat, 4 May 2024 06:48:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1714805283; bh=OLgYo6sRsN0cLa5HK+AE+rLb220ga4khDtMjeOT4bHo=; h=Date:From:Subject:To:Reply-To; b=d2fJ/DW5aEE+imYaxrxXHskRJ8C6FbcKzE5OeJQoWi0YMzHB8LGH2IOF0dwjoB6FU UTT//wrpAIxBD5I0DWTpVJppwHCpLkqrhJmM7B5h5nHc/5qBTFSWTWfInJ+C5GKlGy wootWEgwvmIVd9gUmUvoHl8OR4a9VD9/bqIzlTsQ= Received: by cvs.NetBSD.org (Postfix, from userid 500) id A1FD0FA2C; Sat, 4 May 2024 06:48:03 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1714805283100690" MIME-Version: 1.0 Date: Sat, 4 May 2024 06:48:03 +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: <20240504064803.A1FD0FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1714805283100690 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: pho Date: Sat May 4 06:48:03 UTC 2024 Modified Files: pkgsrc/devel: Makefile Log Message: devel/Makefile: + hs-quickcheck-instances To generate a diff of this commit: cvs rdiff -u -r1.4222 -r1.4223 pkgsrc/devel/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1714805283100690 Content-Disposition: inline Content-Length: 623 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/Makefile diff -u pkgsrc/devel/Makefile:1.4222 pkgsrc/devel/Makefile:1.4223 --- pkgsrc/devel/Makefile:1.4222 Sat May 4 06:38:37 2024 +++ pkgsrc/devel/Makefile Sat May 4 06:48:03 2024 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4222 2024/05/04 06:38:37 pho Exp $ +# $NetBSD: Makefile,v 1.4223 2024/05/04 06:48:03 pho Exp $ # COMMENT= Development utilities @@ -719,6 +719,7 @@ SUBDIR+= hs-primitive-extras SUBDIR+= hs-primitive-unlifted SUBDIR+= hs-protolude SUBDIR+= hs-psqueues +SUBDIR+= hs-quickcheck-instances SUBDIR+= hs-random SUBDIR+= hs-random-shuffle SUBDIR+= hs-refact --_----------=_1714805283100690--