pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/hs-text-short hs-text-short: Import version 0...
details: https://anonhg.NetBSD.org/pkgsrc/rev/0a11fe01e96a
branches: trunk
changeset: 414614:0a11fe01e96a
user: riastradh <riastradh%pkgsrc.org@localhost>
date: Mon Mar 30 16:48:43 2020 +0000
description:
hs-text-short: Import version 0.1.3
diffstat:
textproc/hs-text-short/DESCR | 3 ++
textproc/hs-text-short/Makefile | 13 +++++++++++
textproc/hs-text-short/buildlink3.mk | 13 +++++++++++
textproc/hs-text-short/distinfo | 7 ++++++
textproc/hs-text-short/patches/patch-text-short.cabal | 22 +++++++++++++++++++
5 files changed, 58 insertions(+), 0 deletions(-)
diffs (78 lines):
diff -r b7d48afce9fb -r 0a11fe01e96a textproc/hs-text-short/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/hs-text-short/DESCR Mon Mar 30 16:48:43 2020 +0000
@@ -0,0 +1,3 @@
+This package provides the ShortTExt type which is suitable for keeping
+many short strings in memory. This is similar to how ShortByteString
+relates to ByteString.
diff -r b7d48afce9fb -r 0a11fe01e96a textproc/hs-text-short/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/hs-text-short/Makefile Mon Mar 30 16:48:43 2020 +0000
@@ -0,0 +1,13 @@
+# $NetBSD: Makefile,v 1.1 2020/03/30 16:48:43 riastradh Exp $
+
+DISTNAME= text-short-0.1.3
+CATEGORIES= textproc
+MASTER_SITES= ${MASTER_SITE_HASKELL_HACKAGE:=text-short-${PKGVERSION_NOREV}/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://hackage.haskell.org/package/text-short
+COMMENT= Memory-efficient representation of Unicode text strings
+LICENSE= modified-bsd
+
+.include "../../mk/haskell.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r b7d48afce9fb -r 0a11fe01e96a textproc/hs-text-short/buildlink3.mk
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/hs-text-short/buildlink3.mk Mon Mar 30 16:48:43 2020 +0000
@@ -0,0 +1,13 @@
+# $NetBSD: buildlink3.mk,v 1.1 2020/03/30 16:48:43 riastradh Exp $
+
+BUILDLINK_TREE+= hs-text-short
+
+.if !defined(HS_TEXT_SHORT_BUILDLINK3_MK)
+HS_TEXT_SHORT_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.hs-text-short+= hs-text-short>=0.1.3
+BUILDLINK_ABI_DEPENDS.hs-text-short+= hs-text-short>=0.1.3
+BUILDLINK_PKGSRCDIR.hs-text-short?= ../../textproc/hs-text-short
+.endif # HS_TEXT_SHORT_BUILDLINK3_MK
+
+BUILDLINK_TREE+= -hs-text-short
diff -r b7d48afce9fb -r 0a11fe01e96a textproc/hs-text-short/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/hs-text-short/distinfo Mon Mar 30 16:48:43 2020 +0000
@@ -0,0 +1,7 @@
+$NetBSD: distinfo,v 1.1 2020/03/30 16:48:43 riastradh Exp $
+
+SHA1 (text-short-0.1.3.tar.gz) = e19f2a65a351185030553f51388c7b45fa135dc6
+RMD160 (text-short-0.1.3.tar.gz) = 18f758d202a55670bc1fc748e24d624d48cc1d12
+SHA512 (text-short-0.1.3.tar.gz) = 6d7a5379dbaf28a201dd44229959a293acb5ff57c4659a6a34af37e46b2e6fc5eb61a00ba26d36dd08795456246429ec20236af8e342fd0d03bfcf6d06d69428
+Size (text-short-0.1.3.tar.gz) = 24435 bytes
+SHA1 (patch-text-short.cabal) = 9d337dbc305128d4010f7feb984f8db1a6b89c99
diff -r b7d48afce9fb -r 0a11fe01e96a textproc/hs-text-short/patches/patch-text-short.cabal
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/hs-text-short/patches/patch-text-short.cabal Mon Mar 30 16:48:43 2020 +0000
@@ -0,0 +1,22 @@
+$NetBSD: patch-text-short.cabal,v 1.1 2020/03/30 16:48:43 riastradh Exp $
+
+Apply revisions from hackage to support newer GHC.
+
+--- text-short.cabal.orig 2019-07-20 15:36:12.000000000 +0000
++++ text-short.cabal
+@@ -33,13 +33,13 @@ library
+
+ other-modules: Data.Text.Short.Internal
+
+- build-depends: base >= 4.7 && < 4.13
++ build-depends: base >= 4.7 && < 4.15
+ , bytestring >= 0.10.4 && < 0.11
+ , hashable >= 1.2.6 && < 1.4
+ , deepseq >= 1.3 && < 1.5
+ , text >= 1.0 && < 1.3
+ , binary >= 0.7.1 && < 0.9
+- , ghc-prim >= 0.3.1 && < 0.6
++ , ghc-prim >= 0.3.1 && < 0.7
+
+ if !impl(ghc >= 8.0)
+ build-depends: semigroups >= 0.18.2 && < 0.20
Home |
Main Index |
Thread Index |
Old Index