Received: by mail.netbsd.org (Postfix, from userid 605) id 49D6C85753; Sat, 1 May 2021 14:15:12 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8718685237 for ; Sat, 1 May 2021 14:15:11 +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 YiZZG6JGDL43 for ; Sat, 1 May 2021 14:15:11 +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 DC8EE84D53 for ; Sat, 1 May 2021 14:15:10 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D3789FA95; Sat, 1 May 2021 14:15:10 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_161987851099600" MIME-Version: 1.0 Date: Sat, 1 May 2021 14:15:10 +0000 From: "Masatake Daimon" Subject: CVS commit: pkgsrc/devel/hs-control-monad-free To: pkgsrc-changes@NetBSD.org Reply-To: pho@netbsd.org X-Mailer: log_accum Message-Id: <20210501141510.D3789FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_161987851099600 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: pho Date: Sat May 1 14:15:10 UTC 2021 Modified Files: pkgsrc/devel/hs-control-monad-free: Makefile Removed Files: pkgsrc/devel/hs-control-monad-free/files: Setup.hs Log Message: Remove files/Setup.hs: mk/haskll.mk can now automatically handle that To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/hs-control-monad-free/Makefile cvs rdiff -u -r1.1 -r0 pkgsrc/devel/hs-control-monad-free/files/Setup.hs Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_161987851099600 Content-Disposition: inline Content-Length: 751 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/hs-control-monad-free/Makefile diff -u pkgsrc/devel/hs-control-monad-free/Makefile:1.2 pkgsrc/devel/hs-control-monad-free/Makefile:1.3 --- pkgsrc/devel/hs-control-monad-free/Makefile:1.2 Sat Apr 24 04:35:16 2021 +++ pkgsrc/devel/hs-control-monad-free/Makefile Sat May 1 14:15:10 2021 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2021/04/24 04:35:16 pho Exp $ +# $NetBSD: Makefile,v 1.3 2021/05/01 14:15:10 pho Exp $ DISTNAME= control-monad-free-0.6.2 CATEGORIES= devel @@ -7,8 +7,5 @@ MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Free monads and monad transformers LICENSE= public-domain -post-patch: - ${CP} ${FILESDIR}/Setup.hs ${WRKSRC} - .include "../../mk/haskell.mk" .include "../../mk/bsd.pkg.mk" --_----------=_161987851099600--