Received: by mail.netbsd.org (Postfix, from userid 605) id AC8A284D8C; Thu, 2 Jan 2020 07:16:28 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 32F1E84D47 for ; Thu, 2 Jan 2020 07:16:28 +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 nSEN6j4pJH7S for ; Thu, 2 Jan 2020 07:16:27 +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 881EE84CD5 for ; Thu, 2 Jan 2020 07:16:27 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7681BFA97; Thu, 2 Jan 2020 07:16:27 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1577949387265190" MIME-Version: 1.0 Date: Thu, 2 Jan 2020 07:16:27 +0000 From: "Masatake Daimon" Subject: CVS commit: pkgsrc/devel/hs-reflection To: pkgsrc-changes@NetBSD.org Reply-To: pho@netbsd.org X-Mailer: log_accum Message-Id: <20200102071627.7681BFA97@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. --_----------=_1577949387265190 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: pho Date: Thu Jan 2 07:16:27 UTC 2020 Modified Files: pkgsrc/devel/hs-reflection: Makefile buildlink3.mk distinfo Removed Files: pkgsrc/devel/hs-reflection: PLIST Log Message: Update to reflection-2.1.5 2.1.5 [2019.08.27] * Fix a bug in which reifyNat would yield incorrect results for very large Integers on GHC 8.2 or later. 2.1.4 [2018.07.02] * Allow building with GHC 8.6. 2.1.3 [2018.01.18] * Add Semigroup instance for ReflectedMonoid. 2.1.2 * Support cross-compilation and unregistered GHC builds. 2.1.1.1 * Fixed typos in the documentation. 2.1.1 * Fixed support for GHC 7.0 2.1 * Added ReifiedMonoid and ReifiedApplicative. 2 * Added reifyNat and reifySymbol for GHC 7.8+, capable of reflecting into the KnownNat and KnownSymbol classes respectively for use with other APIs. * Back-ported reifyTypeable from lens. This enables us to perform a (less efficient) form of Typeable reflection. 1.5.2 * Renamed the flag for disabling the use of template-haskell, to -f-template-haskell for consistency with my other packages. 1.5.1.2 * Builds warning-free on GHC 7.10. * Added a dynamic FromJSON example. 1.5.1.1 * Updated the link to the paper. * More examples. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/hs-reflection/Makefile \ pkgsrc/devel/hs-reflection/buildlink3.mk cvs rdiff -u -r1.1 -r0 pkgsrc/devel/hs-reflection/PLIST cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/hs-reflection/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1577949387265190 Content-Disposition: inline Content-Length: 2920 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/hs-reflection/Makefile diff -u pkgsrc/devel/hs-reflection/Makefile:1.1 pkgsrc/devel/hs-reflection/Makefile:1.2 --- pkgsrc/devel/hs-reflection/Makefile:1.1 Fri Nov 7 13:07:56 2014 +++ pkgsrc/devel/hs-reflection/Makefile Thu Jan 2 07:16:27 2020 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.1 2014/11/07 13:07:56 szptvlfn Exp $ +# $NetBSD: Makefile,v 1.2 2020/01/02 07:16:27 pho Exp $ -DISTNAME= reflection-1.5.1 +DISTNAME= reflection-2.1.5 CATEGORIES= devel MAINTAINER= szptvlfn@NetBSD.org @@ -8,5 +8,5 @@ COMMENT= Reifies arbitrary terms into ty LICENSE= modified-bsd .include "../../mk/haskell.mk" -.include "../../devel/hs-tagged/buildlink3.mk" +.include "../../math/hs-semigroups/buildlink3.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/devel/hs-reflection/buildlink3.mk diff -u pkgsrc/devel/hs-reflection/buildlink3.mk:1.1 pkgsrc/devel/hs-reflection/buildlink3.mk:1.2 --- pkgsrc/devel/hs-reflection/buildlink3.mk:1.1 Fri Nov 7 13:07:56 2014 +++ pkgsrc/devel/hs-reflection/buildlink3.mk Thu Jan 2 07:16:27 2020 @@ -1,15 +1,15 @@ -# $NetBSD: buildlink3.mk,v 1.1 2014/11/07 13:07:56 szptvlfn Exp $ +# $NetBSD: buildlink3.mk,v 1.2 2020/01/02 07:16:27 pho Exp $ BUILDLINK_TREE+= hs-reflection .if !defined(HS_REFLECTION_BUILDLINK3_MK) HS_REFLECTION_BUILDLINK3_MK:= -BUILDLINK_API_DEPENDS.hs-reflection+= hs-reflection>=1.5.1 -BUILDLINK_ABI_DEPENDS.hs-reflection+= hs-reflection>=1.5.1 +BUILDLINK_API_DEPENDS.hs-reflection+= hs-reflection>=2.1.5 +BUILDLINK_ABI_DEPENDS.hs-reflection+= hs-reflection>=2.1.5 BUILDLINK_PKGSRCDIR.hs-reflection?= ../../devel/hs-reflection -.include "../../devel/hs-tagged/buildlink3.mk" +.include "../../math/hs-semigroups/buildlink3.mk" .endif # HS_REFLECTION_BUILDLINK3_MK BUILDLINK_TREE+= -hs-reflection Index: pkgsrc/devel/hs-reflection/distinfo diff -u pkgsrc/devel/hs-reflection/distinfo:1.2 pkgsrc/devel/hs-reflection/distinfo:1.3 --- pkgsrc/devel/hs-reflection/distinfo:1.2 Tue Nov 3 03:27:33 2015 +++ pkgsrc/devel/hs-reflection/distinfo Thu Jan 2 07:16:27 2020 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2015/11/03 03:27:33 agc Exp $ +$NetBSD: distinfo,v 1.3 2020/01/02 07:16:27 pho Exp $ -SHA1 (reflection-1.5.1.tar.gz) = cb0c9630b562667fe4044b329309c8aae792b9fe -RMD160 (reflection-1.5.1.tar.gz) = 2069fc51ecc5e26e733929c3172bc4bb131c7849 -SHA512 (reflection-1.5.1.tar.gz) = 8872bb50c2e059455f4dc80803747f2dcb08953176db99ddd2b49e55933a85278f6a354425145d32957055b7925d47677b4b85a88560b73263c54ae4700de451 -Size (reflection-1.5.1.tar.gz) = 9436 bytes +SHA1 (reflection-2.1.5.tar.gz) = 4cafda8b1f6e88d138b5d6d1ca3bcbac24d09188 +RMD160 (reflection-2.1.5.tar.gz) = 70dd58a3e57667dd1720ab7ef0b09b419034cb17 +SHA512 (reflection-2.1.5.tar.gz) = 4b7c909d61ba6d19f8e120e9e53de7bf9e3fb69038cfa7e3027160e4c6e22b415d1d0cce60476e14bf0a205b848d53f1751915bdebfe83a400003f4aaf6286eb +Size (reflection-2.1.5.tar.gz) = 19532 bytes --_----------=_1577949387265190--