pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel hs-utility-ht: Import version 0.0.15
details: https://anonhg.NetBSD.org/pkgsrc/rev/e705252e21a2
branches: trunk
changeset: 426345:e705252e21a2
user: riastradh <riastradh%pkgsrc.org@localhost>
date: Mon Mar 30 16:42:56 2020 +0000
description:
hs-utility-ht: Import version 0.0.15
diffstat:
devel/Makefile | 3 ++-
devel/hs-utility-ht/DESCR | 12 ++++++++++++
devel/hs-utility-ht/Makefile | 15 +++++++++++++++
devel/hs-utility-ht/buildlink3.mk | 13 +++++++++++++
devel/hs-utility-ht/distinfo | 6 ++++++
5 files changed, 48 insertions(+), 1 deletions(-)
diffs (79 lines):
diff -r a93da84412ef -r e705252e21a2 devel/Makefile
--- a/devel/Makefile Mon Mar 30 16:42:18 2020 +0000
+++ b/devel/Makefile Mon Mar 30 16:42:56 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3079 2020/03/30 16:42:18 riastradh Exp $
+# $NetBSD: Makefile,v 1.3080 2020/03/30 16:42:56 riastradh Exp $
#
COMMENT= Development utilities
@@ -581,6 +581,7 @@
SUBDIR+= hs-unliftio-core
SUBDIR+= hs-unordered-containers
SUBDIR+= hs-utf8-string
+SUBDIR+= hs-utility-ht
SUBDIR+= hs-uuid-types
SUBDIR+= hs-vault
SUBDIR+= hs-vector
diff -r a93da84412ef -r e705252e21a2 devel/hs-utility-ht/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/hs-utility-ht/DESCR Mon Mar 30 16:42:56 2020 +0000
@@ -0,0 +1,12 @@
+Various small helper functions for Lists, Maybes, Tuples, Functions.
+Some of these functions are improved implementations of standard
+functions. They have the same name as their standard counterparts.
+Others are equivalent to functions from the base package, but if you
+import them from this utility package then you can write code that
+runs on older GHC versions or other compilers like Hugs and JHC.
+
+All modules are plain Haskell 98. The package depends exclusively on
+the @base@ package and only that portions of base that are simple to
+port. Thus you do not risk a dependency avalanche by importing it.
+However, further splitting the base package might invalidate this
+statement.
diff -r a93da84412ef -r e705252e21a2 devel/hs-utility-ht/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/hs-utility-ht/Makefile Mon Mar 30 16:42:56 2020 +0000
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1 2020/03/30 16:42:57 riastradh Exp $
+
+DISTNAME= utility-ht-0.0.15
+CATEGORIES= devel
+MASTER_SITES= ${MASTER_SITE_HASKELL_HACKAGE:=utility-ht-${PKGVERSION_NOREV}/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://hackage.haskell.org/package/utility-ht-0.0.15/ # TODO: check
+COMMENT= Various small helper functions for Lists, Maybes, Tuples, Functions
+LICENSE= modified-bsd
+
+USE_LANGUAGES= # none
+
+.include "../../mk/haskell.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r a93da84412ef -r e705252e21a2 devel/hs-utility-ht/buildlink3.mk
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/hs-utility-ht/buildlink3.mk Mon Mar 30 16:42:56 2020 +0000
@@ -0,0 +1,13 @@
+# $NetBSD: buildlink3.mk,v 1.1 2020/03/30 16:42:57 riastradh Exp $
+
+BUILDLINK_TREE+= hs-utility-ht
+
+.if !defined(HS_UTILITY_HT_BUILDLINK3_MK)
+HS_UTILITY_HT_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.hs-utility-ht+= hs-utility-ht>=0.0.15
+BUILDLINK_ABI_DEPENDS.hs-utility-ht+= hs-utility-ht>=0.0.15
+BUILDLINK_PKGSRCDIR.hs-utility-ht?= ../../devel/hs-utility-ht
+.endif # HS_UTILITY_HT_BUILDLINK3_MK
+
+BUILDLINK_TREE+= -hs-utility-ht
diff -r a93da84412ef -r e705252e21a2 devel/hs-utility-ht/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/hs-utility-ht/distinfo Mon Mar 30 16:42:56 2020 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/03/30 16:42:57 riastradh Exp $
+
+SHA1 (utility-ht-0.0.15.tar.gz) = 08b3ee392d955f592ea3df007495e51813dc0981
+RMD160 (utility-ht-0.0.15.tar.gz) = e195193a5ace6a433cedcc93839d3ef6b1185619
+SHA512 (utility-ht-0.0.15.tar.gz) = 29be7ed40c4dc025df0997f7d8611b0f86125ba6a6aa3e4d65844f996f19f3d417b4b1dc7da58589a5259ddb9f473c71af0fc32891105a364a3dbc7f05671905
+Size (utility-ht-0.0.15.tar.gz) = 26280 bytes
Home |
Main Index |
Thread Index |
Old Index