pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/hs-distributive Update to distributive-0.6.2.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/34235618617c
branches:  trunk
changeset: 450895:34235618617c
user:      pho <pho%pkgsrc.org@localhost>
date:      Fri Apr 23 07:33:09 2021 +0000

description:
Update to distributive-0.6.2.1

0.6.2.1 [2020.12.30]
* The build-type has been changed from Custom to Simple. To achieve
  this, the doctests test suite has been removed in favor of using
  cabal-docspec to run the doctests.

0.6.2 [2020.04.10]
* Make the Distributive instance for Tagged poly-kinded.

diffstat:

 math/hs-distributive/Makefile      |   6 ++--
 math/hs-distributive/PLIST         |  44 +++++++++++++++++++-------------------
 math/hs-distributive/buildlink3.mk |   8 +++---
 math/hs-distributive/distinfo      |  10 ++++----
 4 files changed, 34 insertions(+), 34 deletions(-)

diffs (109 lines):

diff -r 5903f3020c4f -r 34235618617c math/hs-distributive/Makefile
--- a/math/hs-distributive/Makefile     Fri Apr 23 07:28:02 2021 +0000
+++ b/math/hs-distributive/Makefile     Fri Apr 23 07:33:09 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2020/01/01 05:21:17 pho Exp $
+# $NetBSD: Makefile,v 1.4 2021/04/23 07:33:09 pho Exp $
 
-DISTNAME=      distributive-0.6.1
+DISTNAME=      distributive-0.6.2.1
 CATEGORIES=    math devel
 
 MAINTAINER=    pho%cielonegro.org@localhost
@@ -9,6 +9,6 @@
 
 .include "../../mk/haskell.mk"
 .include "../../devel/hs-base-orphans/buildlink3.mk"
+.include "../../math/hs-semigroups/buildlink3.mk"
 .include "../../devel/hs-tagged/buildlink3.mk"
-.include "../../math/hs-semigroups/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 5903f3020c4f -r 34235618617c math/hs-distributive/PLIST
--- a/math/hs-distributive/PLIST        Fri Apr 23 07:28:02 2021 +0000
+++ b/math/hs-distributive/PLIST        Fri Apr 23 07:33:09 2021 +0000
@@ -1,23 +1,23 @@
-@comment $NetBSD: PLIST,v 1.3 2020/05/11 17:52:10 rillig Exp $
-${HS_INTF}/package-description
-${HS_INTF}/package-id
-${HS_IMPL}/Data/Distributive.dyn_hi
-${HS_IMPL}/Data/Distributive.hi
-${HS_IMPL}/Data/Distributive.p_hi
-${HS_IMPL}/Data/Distributive/Generic.dyn_hi
-${HS_IMPL}/Data/Distributive/Generic.hi
-${HS_IMPL}/Data/Distributive/Generic.p_hi
-${HS_IMPL}/libHS${HS_PKGID}.a
-${HS_IMPL}/libHS${HS_PKGID}_p.a
+@comment $NetBSD: PLIST,v 1.4 2021/04/23 07:33:09 pho Exp $
+lib/distributive-${PKGVERSION}/${HS_VERSION}/package-description
+lib/distributive-${PKGVERSION}/${HS_VERSION}/package-id
+lib/${HS_PLATFORM}/${HS_PKGID}/Data/Distributive.dyn_hi
+lib/${HS_PLATFORM}/${HS_PKGID}/Data/Distributive.hi
+lib/${HS_PLATFORM}/${HS_PKGID}/Data/Distributive.p_hi
+lib/${HS_PLATFORM}/${HS_PKGID}/Data/Distributive/Generic.dyn_hi
+lib/${HS_PLATFORM}/${HS_PKGID}/Data/Distributive/Generic.hi
+lib/${HS_PLATFORM}/${HS_PKGID}/Data/Distributive/Generic.p_hi
+lib/${HS_PLATFORM}/${HS_PKGID}/libHS${HS_PKGID}.a
+lib/${HS_PLATFORM}/${HS_PKGID}/libHS${HS_PKGID}_p.a
 lib/${HS_PLATFORM}/libHS${HS_PKGID}-${HS_VER}.so
-${HS_DOCS}/LICENSE
-${HS_DOCS}/html/Data-Distributive-Generic.html
-${HS_DOCS}/html/Data-Distributive.html
-${HS_DOCS}/html/distributive.haddock
-${HS_DOCS}/html/doc-index.html
-${HS_DOCS}/html/haddock-bundle.min.js
-${HS_DOCS}/html/index.html
-${HS_DOCS}/html/linuwial.css
-${HS_DOCS}/html/meta.json
-${HS_DOCS}/html/quick-jump.css
-${HS_DOCS}/html/synopsis.png
+share/doc/${HS_PLATFORM}/distributive-${PKGVERSION}/LICENSE
+share/doc/${HS_PLATFORM}/distributive-${PKGVERSION}/html/Data-Distributive-Generic.html
+share/doc/${HS_PLATFORM}/distributive-${PKGVERSION}/html/Data-Distributive.html
+share/doc/${HS_PLATFORM}/distributive-${PKGVERSION}/html/distributive.haddock
+share/doc/${HS_PLATFORM}/distributive-${PKGVERSION}/html/doc-index.html
+share/doc/${HS_PLATFORM}/distributive-${PKGVERSION}/html/haddock-bundle.min.js
+share/doc/${HS_PLATFORM}/distributive-${PKGVERSION}/html/index.html
+share/doc/${HS_PLATFORM}/distributive-${PKGVERSION}/html/linuwial.css
+share/doc/${HS_PLATFORM}/distributive-${PKGVERSION}/html/meta.json
+share/doc/${HS_PLATFORM}/distributive-${PKGVERSION}/html/quick-jump.css
+share/doc/${HS_PLATFORM}/distributive-${PKGVERSION}/html/synopsis.png
diff -r 5903f3020c4f -r 34235618617c math/hs-distributive/buildlink3.mk
--- a/math/hs-distributive/buildlink3.mk        Fri Apr 23 07:28:02 2021 +0000
+++ b/math/hs-distributive/buildlink3.mk        Fri Apr 23 07:33:09 2021 +0000
@@ -1,17 +1,17 @@
-# $NetBSD: buildlink3.mk,v 1.4 2020/01/01 05:21:17 pho Exp $
+# $NetBSD: buildlink3.mk,v 1.5 2021/04/23 07:33:09 pho Exp $
 
 BUILDLINK_TREE+=       hs-distributive
 
 .if !defined(HS_DISTRIBUTIVE_BUILDLINK3_MK)
 HS_DISTRIBUTIVE_BUILDLINK3_MK:=
 
-BUILDLINK_API_DEPENDS.hs-distributive+=        hs-distributive>=0.6.1
-BUILDLINK_ABI_DEPENDS.hs-distributive+=        hs-distributive>=0.6.1
+BUILDLINK_API_DEPENDS.hs-distributive+=        hs-distributive>=0.6.2
+BUILDLINK_ABI_DEPENDS.hs-distributive+=        hs-distributive>=0.6.2.1
 BUILDLINK_PKGSRCDIR.hs-distributive?=  ../../math/hs-distributive
 
 .include "../../devel/hs-base-orphans/buildlink3.mk"
+.include "../../math/hs-semigroups/buildlink3.mk"
 .include "../../devel/hs-tagged/buildlink3.mk"
-.include "../../math/hs-semigroups/buildlink3.mk"
 .endif # HS_DISTRIBUTIVE_BUILDLINK3_MK
 
 BUILDLINK_TREE+=       -hs-distributive
diff -r 5903f3020c4f -r 34235618617c math/hs-distributive/distinfo
--- a/math/hs-distributive/distinfo     Fri Apr 23 07:28:02 2021 +0000
+++ b/math/hs-distributive/distinfo     Fri Apr 23 07:33:09 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2020/01/01 05:21:17 pho Exp $
+$NetBSD: distinfo,v 1.4 2021/04/23 07:33:09 pho Exp $
 
-SHA1 (distributive-0.6.1.tar.gz) = fd50e156bda77d46225a07ace5c74244844d75cb
-RMD160 (distributive-0.6.1.tar.gz) = d0f710e29138150b1c235e0d8b6e283fd14daf69
-SHA512 (distributive-0.6.1.tar.gz) = 6f14660e14ff5dfe90eb44386ed111829d4a621f77908049197ce1802b4d5ddd67ec66dadb92f8726c03f455e077ea6a5b8503e24bd5d205883d53f13cceb630
-Size (distributive-0.6.1.tar.gz) = 11256 bytes
+SHA1 (distributive-0.6.2.1.tar.gz) = 8bcb4c25668fd2ae543f5b722eb0d6a15e77ffbd
+RMD160 (distributive-0.6.2.1.tar.gz) = d579ce67d797b811ec3b15373701873ddcbf5169
+SHA512 (distributive-0.6.2.1.tar.gz) = 387c7b6e0b2f917fd68d52ffbc79b9db21e488629309bfaf0dc77450bfd37c0f7f8a29458532616b5395552f84f3727b462cb2876e5aca79101e2c752b26e0a7
+Size (distributive-0.6.2.1.tar.gz) = 8140 bytes



Home | Main Index | Thread Index | Old Index