pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/hs-tagged Update to tagged-0.8.6



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6e7c111d5ca1
branches:  trunk
changeset: 420086:6e7c111d5ca1
user:      pho <pho%pkgsrc.org@localhost>
date:      Tue Dec 31 14:47:06 2019 +0000

description:
Update to tagged-0.8.6

0.8.6 [2018.07.02]
* Make the Read(1) instances for Proxy ignore the precedence argument,
  mirroring similar changes to base here.
* Fix a bug in the Floating instance for Tagged in which logBase was
  defined in terms of (**).
* Avoid incurring some dependencies when using recent GHCs.

0.8.5
* Support Data.Bifoldable/Data.Bitraversable in base for GHC 8.1+.
* Backport the Eq1, Ord1, Read1, and Show1 instances for Proxy from
  base-4.9
* Add Eq1/2, Ord1/2, Read1/2, and Show1/2 instances for Tagged

0.8.4
* Backport the Alternative, MonadPlus, and MonadZip instances for
  Proxy from base-4.9
* Add Bits, FiniteBits, IsString, and Storable instances for Tagged

0.8.3
* Manual Generic1 support to work around a bug in GHC 7.6
* Invert the dependency to supply the Semigroup instance ourselves
  when building on GHC 8

0.8.2
* deepseq support.
* Widened template-haskell dependency bounds.

0.8.1
* Add KProxy to the backwards compatibility Data.Proxy module.
* Add a Generic instance to Proxy.

0.8.0.1
* Fix builds on GHC 7.4.

0.8
* Added Data.Proxy.TH, based on the code from Frames by Anthony Cowley.
* Removed reproxy from Data.Proxy. This is a bad API decision, but it
  isn't present in GHC's Data.Proxy, and this makes the API more
  stable.

0.7.3
* Support Data.Bifunctor in base for GHC 7.9+.

diffstat:

 devel/hs-tagged/Makefile      |   5 +++--
 devel/hs-tagged/PLIST         |  22 ----------------------
 devel/hs-tagged/buildlink3.mk |   8 +++++---
 devel/hs-tagged/distinfo      |  10 +++++-----
 4 files changed, 13 insertions(+), 32 deletions(-)

diffs (81 lines):

diff -r 8ad3cf79f335 -r 6e7c111d5ca1 devel/hs-tagged/Makefile
--- a/devel/hs-tagged/Makefile  Tue Dec 31 14:42:45 2019 +0000
+++ b/devel/hs-tagged/Makefile  Tue Dec 31 14:47:06 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2014/05/17 20:56:10 szptvlfn Exp $
+# $NetBSD: Makefile,v 1.2 2019/12/31 14:47:06 pho Exp $
 
-DISTNAME=      tagged-0.7.2
+DISTNAME=      tagged-0.8.6
 CATEGORIES=    devel
 
 MAINTAINER=    pho%cielonegro.org@localhost
@@ -8,4 +8,5 @@
 LICENSE=       modified-bsd
 
 .include "../../mk/haskell.mk"
+.include "../../devel/hs-transformers/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 8ad3cf79f335 -r 6e7c111d5ca1 devel/hs-tagged/PLIST
--- a/devel/hs-tagged/PLIST     Tue Dec 31 14:42:45 2019 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,22 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1 2014/05/17 20:56:10 szptvlfn Exp $
-lib/tagged-${PKGVERSION}/${HASKELL_VERSION}/Data/Proxy.hi
-lib/tagged-${PKGVERSION}/${HASKELL_VERSION}/Data/Tagged.hi
-lib/tagged-${PKGVERSION}/${HASKELL_VERSION}/HStagged-${PKGVERSION}.o
-lib/tagged-${PKGVERSION}/${HASKELL_VERSION}/libHStagged-${PKGVERSION}.a
-lib/tagged-${PKGVERSION}/${HASKELL_VERSION}/package-description
-share/doc/tagged-${PKGVERSION}/LICENSE
-${PLIST.doc}share/doc/tagged-${PKGVERSION}/html/Data-Proxy.html
-${PLIST.doc}share/doc/tagged-${PKGVERSION}/html/Data-Tagged.html
-${PLIST.doc}share/doc/tagged-${PKGVERSION}/html/doc-index.html
-${PLIST.doc}share/doc/tagged-${PKGVERSION}/html/frames.html
-${PLIST.doc}share/doc/tagged-${PKGVERSION}/html/haddock-util.js
-${PLIST.doc}share/doc/tagged-${PKGVERSION}/html/hslogo-16.png
-${PLIST.doc}share/doc/tagged-${PKGVERSION}/html/index-frames.html
-${PLIST.doc}share/doc/tagged-${PKGVERSION}/html/index.html
-${PLIST.doc}share/doc/tagged-${PKGVERSION}/html/mini_Data-Proxy.html
-${PLIST.doc}share/doc/tagged-${PKGVERSION}/html/mini_Data-Tagged.html
-${PLIST.doc}share/doc/tagged-${PKGVERSION}/html/minus.gif
-${PLIST.doc}share/doc/tagged-${PKGVERSION}/html/ocean.css
-${PLIST.doc}share/doc/tagged-${PKGVERSION}/html/plus.gif
-${PLIST.doc}share/doc/tagged-${PKGVERSION}/html/synopsis.png
-${PLIST.doc}share/doc/tagged-${PKGVERSION}/html/tagged.haddock
diff -r 8ad3cf79f335 -r 6e7c111d5ca1 devel/hs-tagged/buildlink3.mk
--- a/devel/hs-tagged/buildlink3.mk     Tue Dec 31 14:42:45 2019 +0000
+++ b/devel/hs-tagged/buildlink3.mk     Tue Dec 31 14:47:06 2019 +0000
@@ -1,13 +1,15 @@
-# $NetBSD: buildlink3.mk,v 1.3 2018/01/07 13:04:04 rillig Exp $
+# $NetBSD: buildlink3.mk,v 1.4 2019/12/31 14:47:06 pho Exp $
 
 BUILDLINK_TREE+=       hs-tagged
 
 .if !defined(HS_TAGGED_BUILDLINK3_MK)
 HS_TAGGED_BUILDLINK3_MK:=
 
-BUILDLINK_API_DEPENDS.hs-tagged+=      hs-tagged>=0.7.2
-BUILDLINK_ABI_DEPENDS.hs-tagged+=      hs-tagged>=0.7.2
+BUILDLINK_API_DEPENDS.hs-tagged+=      hs-tagged>=0.8.6
+BUILDLINK_ABI_DEPENDS.hs-tagged+=      hs-tagged>=0.8.6
 BUILDLINK_PKGSRCDIR.hs-tagged?=                ../../devel/hs-tagged
+
+.include "../../devel/hs-transformers/buildlink3.mk"
 .endif # HS_TAGGED_BUILDLINK3_MK
 
 BUILDLINK_TREE+=       -hs-tagged
diff -r 8ad3cf79f335 -r 6e7c111d5ca1 devel/hs-tagged/distinfo
--- a/devel/hs-tagged/distinfo  Tue Dec 31 14:42:45 2019 +0000
+++ b/devel/hs-tagged/distinfo  Tue Dec 31 14:47:06 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2015/11/03 03:27:34 agc Exp $
+$NetBSD: distinfo,v 1.3 2019/12/31 14:47:06 pho Exp $
 
-SHA1 (tagged-0.7.2.tar.gz) = 2b758b1bc6417a8355795882c2fedd031e396b63
-RMD160 (tagged-0.7.2.tar.gz) = fb4a80216dab057d1b0381c3679f29c627b190a3
-SHA512 (tagged-0.7.2.tar.gz) = c5f68448a36e025830ae41111502d1669cce47a343622e65813a83308e0c365a78213ec51143193acfd1a434af24c9e8deb346a659ed7b35a8da8d11dae46cae
-Size (tagged-0.7.2.tar.gz) = 5534 bytes
+SHA1 (tagged-0.8.6.tar.gz) = e2a1498a6bdadd78bd0aff721d001a10384d0fdf
+RMD160 (tagged-0.8.6.tar.gz) = 050cdac17ff3c87ace3e7df011fa9516ca686bfc
+SHA512 (tagged-0.8.6.tar.gz) = 8cec49ea6f54ba84109ec6068cce209321bfa4662d5acdf75e4019087e2890e3056bf13a237cb5caf3fec597b05b710ebbfb74e06b736b7fb2f87941defeb814
+Size (tagged-0.8.6.tar.gz) = 11759 bytes



Home | Main Index | Thread Index | Old Index