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 Import base-orphans-0.8.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f9c80c80a6b1
branches:  trunk
changeset: 406942:f9c80c80a6b1
user:      pho <pho%pkgsrc.org@localhost>
date:      Tue Dec 31 17:57:42 2019 +0000

description:
Import base-orphans-0.8.1

base-orphans defines orphan instances that mimic instances available
in later versions of base to a wider (older) range of
compilers. base-orphans does not export anything except the orphan
instances themselves and complements base-compat. See the README for
what instances are covered:
https://github.com/haskell-compat/base-orphans#readme. See also the
what is not covered section.

diffstat:

 devel/hs-base-orphans/DESCR         |   7 +++++++
 devel/hs-base-orphans/Makefile      |  11 +++++++++++
 devel/hs-base-orphans/buildlink3.mk |  13 +++++++++++++
 devel/hs-base-orphans/distinfo      |   6 ++++++
 4 files changed, 37 insertions(+), 0 deletions(-)

diffs (53 lines):

diff -r da947e59429d -r f9c80c80a6b1 devel/hs-base-orphans/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/hs-base-orphans/DESCR       Tue Dec 31 17:57:42 2019 +0000
@@ -0,0 +1,7 @@
+base-orphans defines orphan instances that mimic instances available
+in later versions of base to a wider (older) range of
+compilers. base-orphans does not export anything except the orphan
+instances themselves and complements base-compat. See the README for
+what instances are covered:
+https://github.com/haskell-compat/base-orphans#readme. See also the
+what is not covered section.
diff -r da947e59429d -r f9c80c80a6b1 devel/hs-base-orphans/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/hs-base-orphans/Makefile    Tue Dec 31 17:57:42 2019 +0000
@@ -0,0 +1,11 @@
+# $NetBSD: Makefile,v 1.1 2019/12/31 17:57:42 pho Exp $
+
+DISTNAME=      base-orphans-0.8.1
+CATEGORIES=    devel
+
+MAINTAINER=    pho%cielonegro.org@localhost
+COMMENT=       Backwards-compatible orphan instances for base
+LICENSE=       mit
+
+.include "../../mk/haskell.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r da947e59429d -r f9c80c80a6b1 devel/hs-base-orphans/buildlink3.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/hs-base-orphans/buildlink3.mk       Tue Dec 31 17:57:42 2019 +0000
@@ -0,0 +1,13 @@
+# $NetBSD: buildlink3.mk,v 1.1 2019/12/31 17:57:42 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_PKGSRCDIR.hs-base-orphans?=  ../../devel/hs-base-orphans
+.endif # HS_BASE_ORPHANS_BUILDLINK3_MK
+
+BUILDLINK_TREE+=       -hs-base-orphans
diff -r da947e59429d -r f9c80c80a6b1 devel/hs-base-orphans/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/hs-base-orphans/distinfo    Tue Dec 31 17:57:42 2019 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/12/31 17:57:42 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



Home | Main Index | Thread Index | Old Index