Received: by mail.netbsd.org (Postfix, from userid 605) id 8D4B684D66; Sun, 19 Jan 2020 14:01:55 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 188F784D4D for ; Sun, 19 Jan 2020 14:01:55 +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 064pIg5VfdEU for ; Sun, 19 Jan 2020 14:01:54 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id AA19284CFC for ; Sun, 19 Jan 2020 14:01:54 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A27E2FBF4; Sun, 19 Jan 2020 14:01:54 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1579442514225580" MIME-Version: 1.0 Date: Sun, 19 Jan 2020 14:01:54 +0000 From: "Masatake Daimon" Subject: CVS commit: pkgsrc/math To: pkgsrc-changes@NetBSD.org Reply-To: pho@netbsd.org X-Mailer: log_accum Message-Id: <20200119140154.A27E2FBF4@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. --_----------=_1579442514225580 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: pho Date: Sun Jan 19 14:01:54 UTC 2020 Modified Files: pkgsrc/math: Makefile Log Message: Add hs-ieee754 To generate a diff of this commit: cvs rdiff -u -r1.451 -r1.452 pkgsrc/math/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1579442514225580 Content-Disposition: inline Content-Length: 597 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/math/Makefile diff -u pkgsrc/math/Makefile:1.451 pkgsrc/math/Makefile:1.452 --- pkgsrc/math/Makefile:1.451 Tue Jan 7 13:35:44 2020 +++ pkgsrc/math/Makefile Sun Jan 19 14:01:54 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.451 2020/01/07 13:35:44 nros Exp $ +# $NetBSD: Makefile,v 1.452 2020/01/19 14:01:54 pho Exp $ COMMENT= Mathematics @@ -189,6 +189,7 @@ SUBDIR+= hs-bifunctors SUBDIR+= hs-comonad SUBDIR+= hs-contravariant SUBDIR+= hs-distributive +SUBDIR+= hs-ieee754 SUBDIR+= hs-integer-logarithms SUBDIR+= hs-math-functions SUBDIR+= hs-mwc-random --_----------=_1579442514225580--