pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/hs-errors Import errors-2.3.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c2ee9fbfe9fd
branches:  trunk
changeset: 421364:c2ee9fbfe9fd
user:      pho <pho%pkgsrc.org@localhost>
date:      Wed Jan 15 07:19:38 2020 +0000

description:
Import errors-2.3.0

The one-stop shop for all your error-handling needs! Just import
Control.Error.

This library encourages an error-handling style that directly uses the
type system, rather than out-of-band exceptions.

diffstat:

 devel/hs-errors/DESCR         |   5 +++++
 devel/hs-errors/Makefile      |  14 ++++++++++++++
 devel/hs-errors/buildlink3.mk |  17 +++++++++++++++++
 devel/hs-errors/distinfo      |   6 ++++++
 4 files changed, 42 insertions(+), 0 deletions(-)

diffs (58 lines):

diff -r c7f9b339aae8 -r c2ee9fbfe9fd devel/hs-errors/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/hs-errors/DESCR     Wed Jan 15 07:19:38 2020 +0000
@@ -0,0 +1,5 @@
+The one-stop shop for all your error-handling needs! Just import
+Control.Error.
+
+This library encourages an error-handling style that directly uses the
+type system, rather than out-of-band exceptions.
diff -r c7f9b339aae8 -r c2ee9fbfe9fd devel/hs-errors/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/hs-errors/Makefile  Wed Jan 15 07:19:38 2020 +0000
@@ -0,0 +1,14 @@
+# $NetBSD: Makefile,v 1.1 2020/01/15 07:19:38 pho Exp $
+
+DISTNAME=      errors-2.3.0
+CATEGORIES=    devel
+
+MAINTAINER=    pho%cielonegro.org@localhost
+COMMENT=       Simplified error-handling
+LICENSE=       modified-bsd
+
+.include "../../devel/hs-exceptions/buildlink3.mk"
+.include "../../devel/hs-transformers-compat/buildlink3.mk"
+.include "../../devel/hs-safe/buildlink3.mk"
+.include "../../mk/haskell.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r c7f9b339aae8 -r c2ee9fbfe9fd devel/hs-errors/buildlink3.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/hs-errors/buildlink3.mk     Wed Jan 15 07:19:38 2020 +0000
@@ -0,0 +1,17 @@
+# $NetBSD: buildlink3.mk,v 1.1 2020/01/15 07:19:38 pho Exp $
+
+BUILDLINK_TREE+=       hs-errors
+
+.if !defined(HS_ERRORS_BUILDLINK3_MK)
+HS_ERRORS_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.hs-errors+=      hs-errors>=2.3.0
+BUILDLINK_ABI_DEPENDS.hs-errors+=      hs-errors>=2.3.0
+BUILDLINK_PKGSRCDIR.hs-errors?=                ../../devel/hs-errors
+
+.include "../../devel/hs-exceptions/buildlink3.mk"
+.include "../../devel/hs-transformers-compat/buildlink3.mk"
+.include "../../devel/hs-safe/buildlink3.mk"
+.endif # HS_ERRORS_BUILDLINK3_MK
+
+BUILDLINK_TREE+=       -hs-errors
diff -r c7f9b339aae8 -r c2ee9fbfe9fd devel/hs-errors/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/hs-errors/distinfo  Wed Jan 15 07:19:38 2020 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/01/15 07:19:38 pho Exp $
+
+SHA1 (errors-2.3.0.tar.gz) = e9a72baafa57bf56581f16c578ff5d337d1e4dab
+RMD160 (errors-2.3.0.tar.gz) = 9a7ff057bc0faf19967f62b76144a6805c1db2ef
+SHA512 (errors-2.3.0.tar.gz) = dddfc63505fd7023c4a669b3cc3d736cf7ecb774b53dcdfeee2d203dcdf4684f5d149a1c217134de214b64af4e154a3ef08b315615c85a1c734ceb42e80823b4
+Size (errors-2.3.0.tar.gz) = 9184 bytes



Home | Main Index | Thread Index | Old Index