pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/hs-base-orphans Update to base-orphans-0.8.4



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b7a6ec3a1fce
branches:  trunk
changeset: 450899:b7a6ec3a1fce
user:      pho <pho%pkgsrc.org@localhost>
date:      Fri Apr 23 07:54:05 2021 +0000

description:
Update to base-orphans-0.8.4

Changes in 0.8.4 [2020.12.09]
* Backport the Ord instances for TyCon and TypeRep to be available on
  GHC 7.0.

Changes in 0.8.3 [2020.09.30]
* Backport new instances from GHC 9.0/base-4.15
  - MonadFix and MonadZip instances for Complex
  - Ix instances for tuples of size 6 through 15

Changes in 0.8.2 [2020.01.27]
* Backport new instances from GHC 8.10/base-4.14
  - Bits, Bounded, Enum, FiniteBits, Floating, Fractional, Integral,
    Ix, Real, RealFrac, RealFloat and Storable instances for
    Data.Ord.Down
  - Functor, Applicative, Monad, Alternative, and MonadPlus instances
    for Kleisli
  - Functor, Applicative, and Monad instances for (,,) a b and (,,,) a
    b c
  - Data instances for WrappedArrow and WrappedMonad
  - Data and IsList instances for ZipList
  - TestEquality instance for Compose
* Backport the Typeable (() :: Constraint) instance to be available on
  GHC 7.8.

diffstat:

 devel/hs-base-orphans/Makefile      |   4 ++--
 devel/hs-base-orphans/buildlink3.mk |   6 +++---
 devel/hs-base-orphans/distinfo      |  10 +++++-----
 3 files changed, 10 insertions(+), 10 deletions(-)

diffs (46 lines):

diff -r cbfa1286be4e -r b7a6ec3a1fce devel/hs-base-orphans/Makefile
--- a/devel/hs-base-orphans/Makefile    Fri Apr 23 07:45:58 2021 +0000
+++ b/devel/hs-base-orphans/Makefile    Fri Apr 23 07:54:05 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2019/12/31 17:57:42 pho Exp $
+# $NetBSD: Makefile,v 1.2 2021/04/23 07:54:05 pho Exp $
 
-DISTNAME=      base-orphans-0.8.1
+DISTNAME=      base-orphans-0.8.4
 CATEGORIES=    devel
 
 MAINTAINER=    pho%cielonegro.org@localhost
diff -r cbfa1286be4e -r b7a6ec3a1fce devel/hs-base-orphans/buildlink3.mk
--- a/devel/hs-base-orphans/buildlink3.mk       Fri Apr 23 07:45:58 2021 +0000
+++ b/devel/hs-base-orphans/buildlink3.mk       Fri Apr 23 07:54:05 2021 +0000
@@ -1,12 +1,12 @@
-# $NetBSD: buildlink3.mk,v 1.1 2019/12/31 17:57:42 pho Exp $
+# $NetBSD: buildlink3.mk,v 1.2 2021/04/23 07:54:05 pho Exp $
 
 BUILDLINK_TREE+=       hs-base-orphans
 
 .if !defined(HS_BASE_ORPHANS_BUILDLINK3_MK)
 HS_BASE_ORPHANS_BUILDLINK3_MK:=
 
-BUILDLINK_API_DEPENDS.hs-base-orphans+=        hs-base-orphans>=0.8.1
-BUILDLINK_ABI_DEPENDS.hs-base-orphans+=        hs-base-orphans>=0.8.1
+BUILDLINK_API_DEPENDS.hs-base-orphans+=        hs-base-orphans>=0.8.4
+BUILDLINK_ABI_DEPENDS.hs-base-orphans+=        hs-base-orphans>=0.8.4
 BUILDLINK_PKGSRCDIR.hs-base-orphans?=  ../../devel/hs-base-orphans
 .endif # HS_BASE_ORPHANS_BUILDLINK3_MK
 
diff -r cbfa1286be4e -r b7a6ec3a1fce devel/hs-base-orphans/distinfo
--- a/devel/hs-base-orphans/distinfo    Fri Apr 23 07:45:58 2021 +0000
+++ b/devel/hs-base-orphans/distinfo    Fri Apr 23 07:54:05 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2019/12/31 17:57:42 pho Exp $
+$NetBSD: distinfo,v 1.2 2021/04/23 07:54:05 pho Exp $
 
-SHA1 (base-orphans-0.8.1.tar.gz) = 4affef1aee9bc681b35e7698a6163fbaeb3b126e
-RMD160 (base-orphans-0.8.1.tar.gz) = 391fb61d412084186def880f3c8023285cb50742
-SHA512 (base-orphans-0.8.1.tar.gz) = e58fcb9f71c5922664d21a38889f2246284ffbbdffd5137d74354ff51737edee9cb4af80f643b2527fa730bdc34bd9f2ff560611b22516943b28416227b12f1b
-Size (base-orphans-0.8.1.tar.gz) = 19639 bytes
+SHA1 (base-orphans-0.8.4.tar.gz) = ce4aa1982dc156d8f593bc1d23d7d22149dd29e4
+RMD160 (base-orphans-0.8.4.tar.gz) = ffc3dc23e6aad53e010be519ef2c489325968f4a
+SHA512 (base-orphans-0.8.4.tar.gz) = ce59bd56c5acc38f3c5c55d619b27684a8cc35c0b14c2dac6a4cfa56d503e25c7a764210a7cb9cef93b0acc02371af0e40d8024b7a48e88a8ebdf406fed206a6
+Size (base-orphans-0.8.4.tar.gz) = 22573 bytes



Home | Main Index | Thread Index | Old Index