pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/hs-either



Module Name:    pkgsrc
Committed By:   pho
Date:           Fri Jan  3 05:21:34 UTC 2020

Added Files:
        pkgsrc/devel/hs-either: DESCR Makefile buildlink3.mk distinfo

Log Message:
Import either-5.0.1.1

Functions for probing and unwrapping values inside of Either.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/hs-either/DESCR \
    pkgsrc/devel/hs-either/Makefile pkgsrc/devel/hs-either/buildlink3.mk \
    pkgsrc/devel/hs-either/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/devel/hs-either/DESCR
diff -u /dev/null pkgsrc/devel/hs-either/DESCR:1.1
--- /dev/null   Fri Jan  3 05:21:34 2020
+++ pkgsrc/devel/hs-either/DESCR        Fri Jan  3 05:21:34 2020
@@ -0,0 +1 @@
+Functions for probing and unwrapping values inside of Either.
Index: pkgsrc/devel/hs-either/Makefile
diff -u /dev/null pkgsrc/devel/hs-either/Makefile:1.1
--- /dev/null   Fri Jan  3 05:21:34 2020
+++ pkgsrc/devel/hs-either/Makefile     Fri Jan  3 05:21:34 2020
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1 2020/01/03 05:21:34 pho Exp $
+
+DISTNAME=      either-5.0.1.1
+CATEGORIES=    devel
+
+MAINTAINER=    pho%cielonegro.org@localhost
+COMMENT=       Combinators for working with sums
+LICENSE=       modified-bsd
+
+.include "../../mk/haskell.mk"
+.include "../../math/hs-bifunctors/buildlink3.mk"
+.include "../../devel/hs-mtl/buildlink3.mk"
+.include "../../math/hs-profunctors/buildlink3.mk"
+.include "../../math/hs-semigroupoids/buildlink3.mk"
+.include "../../math/hs-semigroups/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/hs-either/buildlink3.mk
diff -u /dev/null pkgsrc/devel/hs-either/buildlink3.mk:1.1
--- /dev/null   Fri Jan  3 05:21:34 2020
+++ pkgsrc/devel/hs-either/buildlink3.mk        Fri Jan  3 05:21:34 2020
@@ -0,0 +1,19 @@
+# $NetBSD: buildlink3.mk,v 1.1 2020/01/03 05:21:34 pho Exp $
+
+BUILDLINK_TREE+=       hs-either
+
+.if !defined(HS_EITHER_BUILDLINK3_MK)
+HS_EITHER_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.hs-either+=      hs-either>=5.0.1
+BUILDLINK_ABI_DEPENDS.hs-either+=      hs-either>=5.0.1.1
+BUILDLINK_PKGSRCDIR.hs-either?=        ../../devel/hs-either
+
+.include "../../math/hs-bifunctors/buildlink3.mk"
+.include "../../devel/hs-mtl/buildlink3.mk"
+.include "../../math/hs-profunctors/buildlink3.mk"
+.include "../../math/hs-semigroupoids/buildlink3.mk"
+.include "../../math/hs-semigroups/buildlink3.mk"
+.endif # HS_EITHER_BUILDLINK3_MK
+
+BUILDLINK_TREE+=       -hs-either
Index: pkgsrc/devel/hs-either/distinfo
diff -u /dev/null pkgsrc/devel/hs-either/distinfo:1.1
--- /dev/null   Fri Jan  3 05:21:34 2020
+++ pkgsrc/devel/hs-either/distinfo     Fri Jan  3 05:21:34 2020
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/01/03 05:21:34 pho Exp $
+
+SHA1 (either-5.0.1.1.tar.gz) = abdb613c91d4a801dbdab27bc903055ea150974d
+RMD160 (either-5.0.1.1.tar.gz) = bd81899f9d3c40c5fbbdf6422153d8daea5bda8a
+SHA512 (either-5.0.1.1.tar.gz) = 96b23a9d5f1d2d4dd256251c488e06fa0e8642d849cf61c9de2a4089d2cbe86763062e69f83344eba2f75b30992f3e90ec195bd054f8de386c4c6b477a025c01
+Size (either-5.0.1.1.tar.gz) = 10162 bytes



Home | Main Index | Thread Index | Old Index