pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/hs-unliftio-core Import unliftio-core-0.1.2.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f3d700aeef08
branches:  trunk
changeset: 420199:f3d700aeef08
user:      pho <pho%pkgsrc.org@localhost>
date:      Wed Jan 01 05:03:08 2020 +0000

description:
Import unliftio-core-0.1.2.0

Provides the core MonadUnliftIO typeclass, instances for base and
transformers, and basic utility functions. Typically, you'll want to
use the unliftio library, which provides more functionality (and a
much better description).

diffstat:

 devel/hs-unliftio-core/DESCR         |   4 ++++
 devel/hs-unliftio-core/Makefile      |  11 +++++++++++
 devel/hs-unliftio-core/buildlink3.mk |  13 +++++++++++++
 devel/hs-unliftio-core/distinfo      |   6 ++++++
 4 files changed, 34 insertions(+), 0 deletions(-)

diffs (50 lines):

diff -r 7a71df44c4fb -r f3d700aeef08 devel/hs-unliftio-core/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/hs-unliftio-core/DESCR      Wed Jan 01 05:03:08 2020 +0000
@@ -0,0 +1,4 @@
+Provides the core MonadUnliftIO typeclass, instances for base and
+transformers, and basic utility functions. Typically, you'll want to
+use the unliftio library, which provides more functionality (and a
+much better description).
diff -r 7a71df44c4fb -r f3d700aeef08 devel/hs-unliftio-core/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/hs-unliftio-core/Makefile   Wed Jan 01 05:03:08 2020 +0000
@@ -0,0 +1,11 @@
+# $NetBSD: Makefile,v 1.1 2020/01/01 05:03:08 pho Exp $
+
+DISTNAME=      unliftio-core-0.1.2.0
+CATEGORIES=    devel
+
+MAINTAINER=    pho%cielonegro.org@localhost
+COMMENT=       The MonadUnliftIO typeclass for unlifting monads to IO
+LICENSE=       mit
+
+.include "../../mk/haskell.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 7a71df44c4fb -r f3d700aeef08 devel/hs-unliftio-core/buildlink3.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/hs-unliftio-core/buildlink3.mk      Wed Jan 01 05:03:08 2020 +0000
@@ -0,0 +1,13 @@
+# $NetBSD: buildlink3.mk,v 1.1 2020/01/01 05:03:08 pho Exp $
+
+BUILDLINK_TREE+=       hs-unliftio-core
+
+.if !defined(HS_UNLIFTIO_CORE_BUILDLINK3_MK)
+HS_UNLIFTIO_CORE_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.hs-unliftio-core+=       hs-unliftio-core>=0.1.2
+BUILDLINK_ABI_DEPENDS.hs-unliftio-core+=       hs-unliftio-core>=0.1.2.0
+BUILDLINK_PKGSRCDIR.hs-unliftio-core?= ../../devel/hs-unliftio-core
+.endif # HS_UNLIFTIO_CORE_BUILDLINK3_MK
+
+BUILDLINK_TREE+=       -hs-unliftio-core
diff -r 7a71df44c4fb -r f3d700aeef08 devel/hs-unliftio-core/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/hs-unliftio-core/distinfo   Wed Jan 01 05:03:08 2020 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/01/01 05:03:08 pho Exp $
+
+SHA1 (unliftio-core-0.1.2.0.tar.gz) = dbaaad9d1f1b4b10f28d66652c54eb92fe1ca69c
+RMD160 (unliftio-core-0.1.2.0.tar.gz) = 30ecaa90118ceb23238349664903c65664d176bc
+SHA512 (unliftio-core-0.1.2.0.tar.gz) = 5bd46d40be031b398b3238a5170f45641861a30c8cf20ca5a202b47367f00bb52e7391a53301edd47f8d688c713c06ebfdc51b1528518e28f8e8d6ad619e10eb
+Size (unliftio-core-0.1.2.0.tar.gz) = 3631 bytes



Home | Main Index | Thread Index | Old Index