pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/hs-profunctors Import profunctors-5.5.1 from wip



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b7923606a8a5
branches:  trunk
changeset: 407266:b7923606a8a5
user:      pho <pho%pkgsrc.org@localhost>
date:      Fri Jan 03 05:03:54 2020 +0000

description:
Import profunctors-5.5.1 from wip

Formally, the class Profunctor represents a profunctor from Hask ->
Hask.

Intuitively it is a bifunctor where the first argument is
contravariant and the second argument is covariant.

diffstat:

 math/hs-profunctors/DESCR         |   5 +++++
 math/hs-profunctors/Makefile      |  18 ++++++++++++++++++
 math/hs-profunctors/buildlink3.mk |  21 +++++++++++++++++++++
 math/hs-profunctors/distinfo      |   6 ++++++
 4 files changed, 50 insertions(+), 0 deletions(-)

diffs (66 lines):

diff -r e9580c6026cc -r b7923606a8a5 math/hs-profunctors/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/hs-profunctors/DESCR Fri Jan 03 05:03:54 2020 +0000
@@ -0,0 +1,5 @@
+Formally, the class Profunctor represents a profunctor from Hask ->
+Hask.
+
+Intuitively it is a bifunctor where the first argument is
+contravariant and the second argument is covariant.
diff -r e9580c6026cc -r b7923606a8a5 math/hs-profunctors/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/hs-profunctors/Makefile      Fri Jan 03 05:03:54 2020 +0000
@@ -0,0 +1,18 @@
+# $NetBSD: Makefile,v 1.1 2020/01/03 05:03:54 pho Exp $
+
+DISTNAME=      profunctors-5.5.1
+CATEGORIES=    math
+
+MAINTAINER=    szptvlfn%NetBSD.org@localhost
+COMMENT=       Profunctors
+LICENSE=       modified-bsd
+
+.include "../../mk/haskell.mk"
+.include "../../devel/hs-base-orphans/buildlink3.mk"
+.include "../../math/hs-bifunctors/buildlink3.mk"
+.include "../../math/hs-comonad/buildlink3.mk"
+.include "../../math/hs-contravariant/buildlink3.mk"
+.include "../../math/hs-distributive/buildlink3.mk"
+.include "../../devel/hs-tagged/buildlink3.mk"
+.include "../../math/hs-semigroups/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r e9580c6026cc -r b7923606a8a5 math/hs-profunctors/buildlink3.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/hs-profunctors/buildlink3.mk Fri Jan 03 05:03:54 2020 +0000
@@ -0,0 +1,21 @@
+# $NetBSD: buildlink3.mk,v 1.1 2020/01/03 05:03:54 pho Exp $
+
+BUILDLINK_TREE+=       hs-profunctors
+
+.if !defined(HS_PROFUNCTORS_BUILDLINK3_MK)
+HS_PROFUNCTORS_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.hs-profunctors+= hs-profunctors>=5.5.1
+BUILDLINK_ABI_DEPENDS.hs-profunctors+= hs-profunctors>=5.5.1
+BUILDLINK_PKGSRCDIR.hs-profunctors?=   ../../math/hs-profunctors
+
+.include "../../devel/hs-base-orphans/buildlink3.mk"
+.include "../../math/hs-bifunctors/buildlink3.mk"
+.include "../../math/hs-comonad/buildlink3.mk"
+.include "../../math/hs-contravariant/buildlink3.mk"
+.include "../../math/hs-distributive/buildlink3.mk"
+.include "../../devel/hs-tagged/buildlink3.mk"
+.include "../../math/hs-semigroups/buildlink3.mk"
+.endif # HS_PROFUNCTORS_BUILDLINK3_MK
+
+BUILDLINK_TREE+=       -hs-profunctors
diff -r e9580c6026cc -r b7923606a8a5 math/hs-profunctors/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/hs-profunctors/distinfo      Fri Jan 03 05:03:54 2020 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/01/03 05:03:54 pho Exp $
+
+SHA1 (profunctors-5.5.1.tar.gz) = 1e690a702f085f6b2f38e951bd4b0ea6a319342c
+RMD160 (profunctors-5.5.1.tar.gz) = 1b8431cac6ea8ab675bd0d2cd6dcaae5cf024722
+SHA512 (profunctors-5.5.1.tar.gz) = 6f2b3cfe7ab629dd224319eef020bf92068a0b6b66019ab11dacb0e3540a2581605849037a9f2c0e1bca4330a4bce63266c9378cdb1bd612cdce52e7dae53481
+Size (profunctors-5.5.1.tar.gz) = 29825 bytes



Home | Main Index | Thread Index | Old Index