pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/hs-th-abstraction Import th-abstraction-0.3.1.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d9863ac69014
branches:  trunk
changeset: 420088:d9863ac69014
user:      pho <pho%pkgsrc.org@localhost>
date:      Tue Dec 31 15:34:56 2019 +0000

description:
Import th-abstraction-0.3.1.0

This package normalizes variations in the interface for inspecting
datatype information via Template Haskell so that packages and support
a single, easier to use informational datatype while supporting many
versions of Template Haskell.

diffstat:

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

diffs (50 lines):

diff -r 4e3a25b7a707 -r d9863ac69014 devel/hs-th-abstraction/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/hs-th-abstraction/DESCR     Tue Dec 31 15:34:56 2019 +0000
@@ -0,0 +1,4 @@
+This package normalizes variations in the interface for inspecting
+datatype information via Template Haskell so that packages and support
+a single, easier to use informational datatype while supporting many
+versions of Template Haskell.
diff -r 4e3a25b7a707 -r d9863ac69014 devel/hs-th-abstraction/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/hs-th-abstraction/Makefile  Tue Dec 31 15:34:56 2019 +0000
@@ -0,0 +1,11 @@
+# $NetBSD: Makefile,v 1.1 2019/12/31 15:34:56 pho Exp $
+
+DISTNAME=      th-abstraction-0.3.1.0
+CATEGORIES=    devel
+
+MAINTAINER=    pho%cielonegro.org@localhost
+COMMENT=       Nicer interface for reified information about data types
+LICENSE=       isc
+
+.include "../../mk/haskell.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 4e3a25b7a707 -r d9863ac69014 devel/hs-th-abstraction/buildlink3.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/hs-th-abstraction/buildlink3.mk     Tue Dec 31 15:34:56 2019 +0000
@@ -0,0 +1,13 @@
+# $NetBSD: buildlink3.mk,v 1.1 2019/12/31 15:34:56 pho Exp $
+
+BUILDLINK_TREE+=       hs-th-abstraction
+
+.if !defined(HS_TH_ABSTRACTION_BUILDLINK3_MK)
+HS_TH_ABSTRACTION_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.hs-th-abstraction+=      hs-th-abstraction>=0.3.1
+BUILDLINK_ABI_DEPENDS.hs-th-abstraction+=      hs-th-abstraction>=0.3.1.0
+BUILDLINK_PKGSRCDIR.hs-th-abstraction?=        ../../devel/hs-th-abstraction
+.endif # HS_TH_ABSTRACTION_BUILDLINK3_MK
+
+BUILDLINK_TREE+=       -hs-th-abstraction
diff -r 4e3a25b7a707 -r d9863ac69014 devel/hs-th-abstraction/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/hs-th-abstraction/distinfo  Tue Dec 31 15:34:56 2019 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/12/31 15:34:56 pho Exp $
+
+SHA1 (th-abstraction-0.3.1.0.tar.gz) = 5d029b3424985ba3d40a5ca3098d653e1a2657bd
+RMD160 (th-abstraction-0.3.1.0.tar.gz) = 93e265849febb38175121d22c2443e4225bceb6d
+SHA512 (th-abstraction-0.3.1.0.tar.gz) = 2836dabc080ca2ef7c532ef3c49f3e995241c26dc16f326f8463972f7772a18d2c1057eb6c3e7fe0d8c2ad254258576666de76b5b377a17bed5e47fc7f341564
+Size (th-abstraction-0.3.1.0.tar.gz) = 34248 bytes



Home | Main Index | Thread Index | Old Index