pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/hs-pretty-show Import pretty-show-1.9.5



details:   https://anonhg.NetBSD.org/pkgsrc/rev/69e8157ed5cf
branches:  trunk
changeset: 421744:69e8157ed5cf
user:      pho <pho%pkgsrc.org@localhost>
date:      Fri Jan 17 17:24:36 2020 +0000

description:
Import pretty-show-1.9.5

A library and an executable for working with derived Show
instances. By using the library, we can parse derived Show instances
into a generic data structure. The ppsh tool uses the library to
produce human-readable versions of Show instances, which can be quite
handy for debugging Haskell programs. We can also render complex
generic values into an interactive Html page, for easier examination.

diffstat:

 devel/hs-pretty-show/DESCR         |   6 ++++++
 devel/hs-pretty-show/Makefile      |  12 ++++++++++++
 devel/hs-pretty-show/buildlink3.mk |  15 +++++++++++++++
 devel/hs-pretty-show/distinfo      |   6 ++++++
 4 files changed, 39 insertions(+), 0 deletions(-)

diffs (55 lines):

diff -r d827ff754ec6 -r 69e8157ed5cf devel/hs-pretty-show/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/hs-pretty-show/DESCR        Fri Jan 17 17:24:36 2020 +0000
@@ -0,0 +1,6 @@
+A library and an executable for working with derived Show
+instances. By using the library, we can parse derived Show instances
+into a generic data structure. The ppsh tool uses the library to
+produce human-readable versions of Show instances, which can be quite
+handy for debugging Haskell programs. We can also render complex
+generic values into an interactive Html page, for easier examination.
diff -r d827ff754ec6 -r 69e8157ed5cf devel/hs-pretty-show/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/hs-pretty-show/Makefile     Fri Jan 17 17:24:36 2020 +0000
@@ -0,0 +1,12 @@
+# $NetBSD: Makefile,v 1.1 2020/01/17 17:24:36 pho Exp $
+
+DISTNAME=      pretty-show-1.9.5
+CATEGORIES=    devel
+
+MAINTAINER=    pho%cielonegro.org@localhost
+COMMENT=       Tools for working with derived Show instances
+LICENSE=       mit
+
+.include "../../devel/hs-haskell-lexer/buildlink3.mk"
+.include "../../mk/haskell.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r d827ff754ec6 -r 69e8157ed5cf devel/hs-pretty-show/buildlink3.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/hs-pretty-show/buildlink3.mk        Fri Jan 17 17:24:36 2020 +0000
@@ -0,0 +1,15 @@
+# $NetBSD: buildlink3.mk,v 1.1 2020/01/17 17:24:36 pho Exp $
+
+BUILDLINK_TREE+=       hs-pretty-show
+
+.if !defined(HS_PRETTY_SHOW_BUILDLINK3_MK)
+HS_PRETTY_SHOW_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.hs-pretty-show+= hs-pretty-show>=1.9.5
+BUILDLINK_ABI_DEPENDS.hs-pretty-show+= hs-pretty-show>=1.9.5
+BUILDLINK_PKGSRCDIR.hs-pretty-show?=   ../../devel/hs-pretty-show
+
+.include "../../devel/hs-haskell-lexer/buildlink3.mk"
+.endif # HS_PRETTY_SHOW_BUILDLINK3_MK
+
+BUILDLINK_TREE+=       -hs-pretty-show
diff -r d827ff754ec6 -r 69e8157ed5cf devel/hs-pretty-show/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/hs-pretty-show/distinfo     Fri Jan 17 17:24:36 2020 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2020/01/17 17:24:36 pho Exp $
+
+SHA1 (pretty-show-1.9.5.tar.gz) = cfdc634b60401d718025362dc52336403e0f6a0a
+RMD160 (pretty-show-1.9.5.tar.gz) = 0a3eb23f6ddedab0c382073d12ed1de141aa0707
+SHA512 (pretty-show-1.9.5.tar.gz) = 7bf382ad3531227588a82d7bcff3a795df0c425b27d7f4448a94fd617fbc8a4fb6087eb859480fe4702771bf560a353a3a3d5079cd6576c620d5258686c41193
+Size (pretty-show-1.9.5.tar.gz) = 42378 bytes



Home | Main Index | Thread Index | Old Index