pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/hs-reflection Update to reflection-2.1.5



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d89b1a1d8f1b
branches:  trunk
changeset: 346612:d89b1a1d8f1b
user:      pho <pho%pkgsrc.org@localhost>
date:      Thu Jan 02 07:16:27 2020 +0000

description:
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.

diffstat:

 devel/hs-reflection/Makefile      |   6 +++---
 devel/hs-reflection/PLIST         |  19 -------------------
 devel/hs-reflection/buildlink3.mk |   8 ++++----
 devel/hs-reflection/distinfo      |  10 +++++-----
 4 files changed, 12 insertions(+), 31 deletions(-)

diffs (80 lines):

diff -r 8cef84c0d1cc -r d89b1a1d8f1b devel/hs-reflection/Makefile
--- a/devel/hs-reflection/Makefile      Thu Jan 02 04:58:20 2020 +0000
+++ b/devel/hs-reflection/Makefile      Thu Jan 02 07:16:27 2020 +0000
@@ -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@localhost
@@ -8,5 +8,5 @@
 LICENSE=       modified-bsd
 
 .include "../../mk/haskell.mk"
-.include "../../devel/hs-tagged/buildlink3.mk"
+.include "../../math/hs-semigroups/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 8cef84c0d1cc -r d89b1a1d8f1b devel/hs-reflection/PLIST
--- a/devel/hs-reflection/PLIST Thu Jan 02 04:58:20 2020 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,19 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1 2014/11/07 13:07:56 szptvlfn Exp $
-lib/reflection-${PKGVERSION}/${HASKELL_VERSION}/Data/Reflection.hi
-lib/reflection-${PKGVERSION}/${HASKELL_VERSION}/HSreflection-${PKGVERSION}.o
-lib/reflection-${PKGVERSION}/${HASKELL_VERSION}/libHSreflection-${PKGVERSION}.a
-lib/reflection-${PKGVERSION}/${HASKELL_VERSION}/package-description
-share/doc/reflection-${PKGVERSION}/LICENSE
-${PLIST.doc}share/doc/reflection-${PKGVERSION}/html/Data-Reflection.html
-${PLIST.doc}share/doc/reflection-${PKGVERSION}/html/doc-index.html
-${PLIST.doc}share/doc/reflection-${PKGVERSION}/html/frames.html
-${PLIST.doc}share/doc/reflection-${PKGVERSION}/html/haddock-util.js
-${PLIST.doc}share/doc/reflection-${PKGVERSION}/html/hslogo-16.png
-${PLIST.doc}share/doc/reflection-${PKGVERSION}/html/index-frames.html
-${PLIST.doc}share/doc/reflection-${PKGVERSION}/html/index.html
-${PLIST.doc}share/doc/reflection-${PKGVERSION}/html/mini_Data-Reflection.html
-${PLIST.doc}share/doc/reflection-${PKGVERSION}/html/minus.gif
-${PLIST.doc}share/doc/reflection-${PKGVERSION}/html/ocean.css
-${PLIST.doc}share/doc/reflection-${PKGVERSION}/html/plus.gif
-${PLIST.doc}share/doc/reflection-${PKGVERSION}/html/reflection.haddock
-${PLIST.doc}share/doc/reflection-${PKGVERSION}/html/synopsis.png
diff -r 8cef84c0d1cc -r d89b1a1d8f1b devel/hs-reflection/buildlink3.mk
--- a/devel/hs-reflection/buildlink3.mk Thu Jan 02 04:58:20 2020 +0000
+++ b/devel/hs-reflection/buildlink3.mk Thu Jan 02 07:16:27 2020 +0000
@@ -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
diff -r 8cef84c0d1cc -r d89b1a1d8f1b devel/hs-reflection/distinfo
--- a/devel/hs-reflection/distinfo      Thu Jan 02 04:58:20 2020 +0000
+++ b/devel/hs-reflection/distinfo      Thu Jan 02 07:16:27 2020 +0000
@@ -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



Home | Main Index | Thread Index | Old Index