pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/hs-fail Import fail-4.9.0.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9e1183b17e90
branches:  trunk
changeset: 420077:9e1183b17e90
user:      pho <pho%pkgsrc.org@localhost>
date:      Tue Dec 31 14:24:57 2019 +0000

description:
Import fail-4.9.0.0

This package contains the Control.Monad.Fail module providing the
MonadFail class that became available in base-4.9.0.0 for older base
package versions.

This package turns into an empty package when used with GHC versions
which already provide the Control.Monad.Fail module to make way for
GHC's own Control.Monad.Fail module.

diffstat:

 devel/hs-fail/DESCR         |   7 +++++++
 devel/hs-fail/Makefile      |  15 +++++++++++++++
 devel/hs-fail/buildlink3.mk |  13 +++++++++++++
 devel/hs-fail/distinfo      |   6 ++++++
 4 files changed, 41 insertions(+), 0 deletions(-)

diffs (57 lines):

diff -r 4e1d8dbe5f13 -r 9e1183b17e90 devel/hs-fail/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/hs-fail/DESCR       Tue Dec 31 14:24:57 2019 +0000
@@ -0,0 +1,7 @@
+This package contains the Control.Monad.Fail module providing the
+MonadFail class that became available in base-4.9.0.0 for older base
+package versions.
+
+This package turns into an empty package when used with GHC versions
+which already provide the Control.Monad.Fail module to make way for
+GHC's own Control.Monad.Fail module.
diff -r 4e1d8dbe5f13 -r 9e1183b17e90 devel/hs-fail/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/hs-fail/Makefile    Tue Dec 31 14:24:57 2019 +0000
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1 2019/12/31 14:24:57 pho Exp $
+
+DISTNAME=      fail-4.9.0.0
+CATEGORIES=    devel
+
+MAINTAINER=    pho%cielonegro.org@localhost
+COMMENT=       Forward-compatible MonadFail class
+LICENSE=       modified-bsd
+
+# This package becomes essentially blank when built with GHC >=
+# 8.0. Haddock complains when there are no input files.
+HASKELL_ENABLE_HADDOCK_DOCUMENTATION=   no
+
+.include "../../mk/haskell.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 4e1d8dbe5f13 -r 9e1183b17e90 devel/hs-fail/buildlink3.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/hs-fail/buildlink3.mk       Tue Dec 31 14:24:57 2019 +0000
@@ -0,0 +1,13 @@
+# $NetBSD: buildlink3.mk,v 1.1 2019/12/31 14:24:57 pho Exp $
+
+BUILDLINK_TREE+=       hs-fail
+
+.if !defined(HS_FAIL_BUILDLINK3_MK)
+HS_FAIL_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.hs-fail+=        hs-fail>=4.9.0
+BUILDLINK_ABI_DEPENDS.hs-fail+=        hs-fail>=4.9.0.0
+BUILDLINK_PKGSRCDIR.hs-fail?=  ../../devel/hs-fail
+.endif # HS_FAIL_BUILDLINK3_MK
+
+BUILDLINK_TREE+=       -hs-fail
diff -r 4e1d8dbe5f13 -r 9e1183b17e90 devel/hs-fail/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/hs-fail/distinfo    Tue Dec 31 14:24:57 2019 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/12/31 14:24:57 pho Exp $
+
+SHA1 (fail-4.9.0.0.tar.gz) = 2fdf8226e3e00fc29c30ae79f724a6704f825cd6
+RMD160 (fail-4.9.0.0.tar.gz) = 5f362dad5753c8293a0a08da8956b732271e98ae
+SHA512 (fail-4.9.0.0.tar.gz) = 0b4e6111387768482ff10b8ee55ff0b3b04750d8def057b7935bef814902de4536d0825e18b95a342722735b29cf88aafec21eb3b2a75eb4f0c55aa7c6b80108
+Size (fail-4.9.0.0.tar.gz) = 2416 bytes



Home | Main Index | Thread Index | Old Index