Received: by mail.netbsd.org (Postfix, from userid 605) id 21DBF84D8B; Tue, 31 Dec 2019 17:40:52 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9C79084D4D for ; Tue, 31 Dec 2019 17:40:51 +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 zMRAttSQMb6s for ; Tue, 31 Dec 2019 17:40:51 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 08C5884C2B for ; Tue, 31 Dec 2019 17:40:51 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 026D8FA97; Tue, 31 Dec 2019 17:40:51 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1577814050176940" MIME-Version: 1.0 Date: Tue, 31 Dec 2019 17:40:50 +0000 From: "Masatake Daimon" Subject: CVS commit: pkgsrc/devel/hs-base-compat To: pkgsrc-changes@NetBSD.org Reply-To: pho@netbsd.org X-Mailer: log_accum Message-Id: <20191231174051.026D8FA97@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. --_----------=_1577814050176940 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: pho Date: Tue Dec 31 17:40:50 UTC 2019 Added Files: pkgsrc/devel/hs-base-compat: DESCR Makefile buildlink3.mk distinfo Log Message: Import base-compat-0.11.0 Provides functions available in later versions of base to a wider range of compilers, without requiring you to use CPP pragmas in your code. See the README for what is covered. Also see the changelog for recent changes. Note that base-compat does not add any orphan instances. There is a separate package, base-orphans, for that. In addition, base-compat does not backport any data types or type classes. See this section of the README for more info. base-compat is designed to have zero dependencies. For a version of base-compat that depends on compatibility libraries for a wider support window, see the base-compat-batteries package. Most of the modules in this library have the same names as in base-compat-batteries to make it easier to switch between the two. There also exist versions of each module with the suffix .Repl, which are distinct from anything in base-compat-batteries, to allow for easier use in GHCi. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 pkgsrc/devel/hs-base-compat/DESCR \ pkgsrc/devel/hs-base-compat/Makefile \ pkgsrc/devel/hs-base-compat/buildlink3.mk \ pkgsrc/devel/hs-base-compat/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1577814050176940 Content-Disposition: inline Content-Length: 2997 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Added files: Index: pkgsrc/devel/hs-base-compat/DESCR diff -u /dev/null pkgsrc/devel/hs-base-compat/DESCR:1.1 --- /dev/null Tue Dec 31 17:40:50 2019 +++ pkgsrc/devel/hs-base-compat/DESCR Tue Dec 31 17:40:50 2019 @@ -0,0 +1,19 @@ +Provides functions available in later versions of base to a wider +range of compilers, without requiring you to use CPP pragmas in your +code. See the README for what is covered. Also see the changelog for +recent changes. + +Note that base-compat does not add any orphan instances. There is a +separate package, base-orphans, for that. + +In addition, base-compat does not backport any data types or type +classes. See this section of the README for more info. + +base-compat is designed to have zero dependencies. For a version of +base-compat that depends on compatibility libraries for a wider +support window, see the base-compat-batteries package. Most of the +modules in this library have the same names as in +base-compat-batteries to make it easier to switch between the +two. There also exist versions of each module with the suffix .Repl, +which are distinct from anything in base-compat-batteries, to allow +for easier use in GHCi. Index: pkgsrc/devel/hs-base-compat/Makefile diff -u /dev/null pkgsrc/devel/hs-base-compat/Makefile:1.1 --- /dev/null Tue Dec 31 17:40:50 2019 +++ pkgsrc/devel/hs-base-compat/Makefile Tue Dec 31 17:40:50 2019 @@ -0,0 +1,11 @@ +# $NetBSD: Makefile,v 1.1 2019/12/31 17:40:50 pho Exp $ + +DISTNAME= base-compat-0.11.0 +CATEGORIES= devel + +MAINTAINER= pho@cielonegro.org +COMMENT= Compatibility layer for base +LICENSE= mit + +.include "../../mk/haskell.mk" +.include "../../mk/bsd.pkg.mk" Index: pkgsrc/devel/hs-base-compat/buildlink3.mk diff -u /dev/null pkgsrc/devel/hs-base-compat/buildlink3.mk:1.1 --- /dev/null Tue Dec 31 17:40:50 2019 +++ pkgsrc/devel/hs-base-compat/buildlink3.mk Tue Dec 31 17:40:50 2019 @@ -0,0 +1,13 @@ +# $NetBSD: buildlink3.mk,v 1.1 2019/12/31 17:40:50 pho Exp $ + +BUILDLINK_TREE+= hs-base-compat + +.if !defined(HS_BASE_COMPAT_BUILDLINK3_MK) +HS_BASE_COMPAT_BUILDLINK3_MK:= + +BUILDLINK_API_DEPENDS.hs-base-compat+= hs-base-compat>=0.11.0 +BUILDLINK_ABI_DEPENDS.hs-base-compat+= hs-base-compat>=0.11.0 +BUILDLINK_PKGSRCDIR.hs-base-compat?= ../../devel/hs-base-compat +.endif # HS_BASE_COMPAT_BUILDLINK3_MK + +BUILDLINK_TREE+= -hs-base-compat Index: pkgsrc/devel/hs-base-compat/distinfo diff -u /dev/null pkgsrc/devel/hs-base-compat/distinfo:1.1 --- /dev/null Tue Dec 31 17:40:50 2019 +++ pkgsrc/devel/hs-base-compat/distinfo Tue Dec 31 17:40:50 2019 @@ -0,0 +1,6 @@ +$NetBSD: distinfo,v 1.1 2019/12/31 17:40:50 pho Exp $ + +SHA1 (base-compat-0.11.0.tar.gz) = d75237bf446fbdeba39479e38398e83a8453d07e +RMD160 (base-compat-0.11.0.tar.gz) = df437663bec4bb208b4e0b4aa7ce45fea20f698b +SHA512 (base-compat-0.11.0.tar.gz) = b9f3f29d2282bb51a1dafbe9db728d4e568bda07d9695d829d91ae2ea14157645c93289538039aedcce0d23c90ad07fa247a83c8e1093bb251d7af33ac828bc8 +Size (base-compat-0.11.0.tar.gz) = 33338 bytes --_----------=_1577814050176940--