Received: by mail.netbsd.org (Postfix, from userid 605) id C8BFD84EB6; Sat, 11 Jan 2020 08:36:10 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4AA2084EA1 for ; Sat, 11 Jan 2020 08:20:37 +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 iZwE0LSEv9Ap for ; Sat, 11 Jan 2020 08:20:36 +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 BB53A84E77 for ; Sat, 11 Jan 2020 08:20:36 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B6EA2FBF4; Sat, 11 Jan 2020 08:20:36 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1578730836274990" MIME-Version: 1.0 Date: Sat, 11 Jan 2020 08:20:36 +0000 From: "Masatake Daimon" Subject: CVS commit: pkgsrc/devel/hs-mmorph To: pkgsrc-changes@NetBSD.org Reply-To: pho@netbsd.org X-Mailer: log_accum Message-Id: <20200111082036.B6EA2FBF4@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. --_----------=_1578730836274990 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: pho Date: Sat Jan 11 08:20:36 UTC 2020 Modified Files: pkgsrc/devel/hs-mmorph: Makefile buildlink3.mk Log Message: Remove dependency on devel/hs-mtl mtl is now a part of GHC. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/hs-mmorph/Makefile cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/hs-mmorph/buildlink3.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1578730836274990 Content-Disposition: inline Content-Length: 1426 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/hs-mmorph/Makefile diff -u pkgsrc/devel/hs-mmorph/Makefile:1.4 pkgsrc/devel/hs-mmorph/Makefile:1.5 --- pkgsrc/devel/hs-mmorph/Makefile:1.4 Wed Jan 1 04:35:58 2020 +++ pkgsrc/devel/hs-mmorph/Makefile Sat Jan 11 08:20:36 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2020/01/01 04:35:58 pho Exp $ +# $NetBSD: Makefile,v 1.5 2020/01/11 08:20:36 pho Exp $ DISTNAME= mmorph-1.1.3 CATEGORIES= devel @@ -8,6 +8,5 @@ COMMENT= Monad morphisms LICENSE= modified-bsd .include "../../mk/haskell.mk" -.include "../../devel/hs-mtl/buildlink3.mk" .include "../../devel/hs-transformers-compat/buildlink3.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/devel/hs-mmorph/buildlink3.mk diff -u pkgsrc/devel/hs-mmorph/buildlink3.mk:1.6 pkgsrc/devel/hs-mmorph/buildlink3.mk:1.7 --- pkgsrc/devel/hs-mmorph/buildlink3.mk:1.6 Wed Jan 1 04:35:58 2020 +++ pkgsrc/devel/hs-mmorph/buildlink3.mk Sat Jan 11 08:20:36 2020 @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.6 2020/01/01 04:35:58 pho Exp $ +# $NetBSD: buildlink3.mk,v 1.7 2020/01/11 08:20:36 pho Exp $ BUILDLINK_TREE+= hs-mmorph @@ -9,7 +9,6 @@ BUILDLINK_API_DEPENDS.hs-mmorph+= hs-mmo BUILDLINK_ABI_DEPENDS.hs-mmorph+= hs-mmorph>=1.1.3 BUILDLINK_PKGSRCDIR.hs-mmorph?= ../../devel/hs-mmorph -.include "../../devel/hs-mtl/buildlink3.mk" .include "../../devel/hs-transformers-compat/buildlink3.mk" .endif # HS_MMORPH_BUILDLINK3_MK --_----------=_1578730836274990--