pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/hs-unliftio-core



Module Name:    pkgsrc
Committed By:   pho
Date:           Wed Jan  1 05:03:08 UTC 2020

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

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


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/hs-unliftio-core/DESCR \
    pkgsrc/devel/hs-unliftio-core/Makefile \
    pkgsrc/devel/hs-unliftio-core/buildlink3.mk \
    pkgsrc/devel/hs-unliftio-core/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-unliftio-core/DESCR
diff -u /dev/null pkgsrc/devel/hs-unliftio-core/DESCR:1.1
--- /dev/null   Wed Jan  1 05:03:08 2020
+++ pkgsrc/devel/hs-unliftio-core/DESCR Wed Jan  1 05:03:08 2020
@@ -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).
Index: pkgsrc/devel/hs-unliftio-core/Makefile
diff -u /dev/null pkgsrc/devel/hs-unliftio-core/Makefile:1.1
--- /dev/null   Wed Jan  1 05:03:08 2020
+++ pkgsrc/devel/hs-unliftio-core/Makefile      Wed Jan  1 05:03:08 2020
@@ -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"
Index: pkgsrc/devel/hs-unliftio-core/buildlink3.mk
diff -u /dev/null pkgsrc/devel/hs-unliftio-core/buildlink3.mk:1.1
--- /dev/null   Wed Jan  1 05:03:08 2020
+++ pkgsrc/devel/hs-unliftio-core/buildlink3.mk Wed Jan  1 05:03:08 2020
@@ -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
Index: pkgsrc/devel/hs-unliftio-core/distinfo
diff -u /dev/null pkgsrc/devel/hs-unliftio-core/distinfo:1.1
--- /dev/null   Wed Jan  1 05:03:08 2020
+++ pkgsrc/devel/hs-unliftio-core/distinfo      Wed Jan  1 05:03:08 2020
@@ -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