pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/hs-errors



Module Name:    pkgsrc
Committed By:   pho
Date:           Wed Jan 15 07:19:38 UTC 2020

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

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/hs-errors/DESCR \
    pkgsrc/devel/hs-errors/Makefile pkgsrc/devel/hs-errors/buildlink3.mk \
    pkgsrc/devel/hs-errors/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-errors/DESCR
diff -u /dev/null pkgsrc/devel/hs-errors/DESCR:1.1
--- /dev/null   Wed Jan 15 07:19:38 2020
+++ pkgsrc/devel/hs-errors/DESCR        Wed Jan 15 07:19:38 2020
@@ -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.
Index: pkgsrc/devel/hs-errors/Makefile
diff -u /dev/null pkgsrc/devel/hs-errors/Makefile:1.1
--- /dev/null   Wed Jan 15 07:19:38 2020
+++ pkgsrc/devel/hs-errors/Makefile     Wed Jan 15 07:19:38 2020
@@ -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"
Index: pkgsrc/devel/hs-errors/buildlink3.mk
diff -u /dev/null pkgsrc/devel/hs-errors/buildlink3.mk:1.1
--- /dev/null   Wed Jan 15 07:19:38 2020
+++ pkgsrc/devel/hs-errors/buildlink3.mk        Wed Jan 15 07:19:38 2020
@@ -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
Index: pkgsrc/devel/hs-errors/distinfo
diff -u /dev/null pkgsrc/devel/hs-errors/distinfo:1.1
--- /dev/null   Wed Jan 15 07:19:38 2020
+++ pkgsrc/devel/hs-errors/distinfo     Wed Jan 15 07:19:38 2020
@@ -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