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 Update to text-short-0.1.5



details:   https://anonhg.NetBSD.org/pkgsrc/rev/49152c02305e
branches:  trunk
changeset: 373441:49152c02305e
user:      pho <pho%pkgsrc.org@localhost>
date:      Fri Feb 11 13:08:44 2022 +0000

description:
Update to text-short-0.1.5

0.1.5
* text-2.0 support

0.1.4
* Fix fromString for single character
  strings. https://github.com/haskell-hvr/text-short/issues/20
* Add Template Haskell Lift ShortText instance.

diffstat:

 textproc/hs-text-short/Makefile                       |   5 +--
 textproc/hs-text-short/buildlink3.mk                  |   6 ++--
 textproc/hs-text-short/distinfo                       |   9 +++----
 textproc/hs-text-short/patches/patch-text-short.cabal |  22 -------------------
 4 files changed, 9 insertions(+), 33 deletions(-)

diffs (72 lines):

diff -r f64c86bf6051 -r 49152c02305e textproc/hs-text-short/Makefile
--- a/textproc/hs-text-short/Makefile   Fri Feb 11 13:04:57 2022 +0000
+++ b/textproc/hs-text-short/Makefile   Fri Feb 11 13:08:44 2022 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2022/01/18 02:48:29 pho Exp $
+# $NetBSD: Makefile,v 1.6 2022/02/11 13:08:44 pho Exp $
 
-DISTNAME=      text-short-0.1.3
-PKGREVISION=   2
+DISTNAME=      text-short-0.1.5
 CATEGORIES=    textproc
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
diff -r f64c86bf6051 -r 49152c02305e textproc/hs-text-short/buildlink3.mk
--- a/textproc/hs-text-short/buildlink3.mk      Fri Feb 11 13:04:57 2022 +0000
+++ b/textproc/hs-text-short/buildlink3.mk      Fri Feb 11 13:08:44 2022 +0000
@@ -1,12 +1,12 @@
-# $NetBSD: buildlink3.mk,v 1.4 2022/01/18 02:48:29 pho Exp $
+# $NetBSD: buildlink3.mk,v 1.5 2022/02/11 13:08:44 pho 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.3nb2
+BUILDLINK_API_DEPENDS.hs-text-short+=  hs-text-short>=0.1.5
+BUILDLINK_ABI_DEPENDS.hs-text-short+=  hs-text-short>=0.1.5
 BUILDLINK_PKGSRCDIR.hs-text-short?=    ../../textproc/hs-text-short
 
 .include "../../devel/hs-hashable/buildlink3.mk"
diff -r f64c86bf6051 -r 49152c02305e textproc/hs-text-short/distinfo
--- a/textproc/hs-text-short/distinfo   Fri Feb 11 13:04:57 2022 +0000
+++ b/textproc/hs-text-short/distinfo   Fri Feb 11 13:08:44 2022 +0000
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.5 2021/10/26 11:22:03 nia Exp $
+$NetBSD: distinfo,v 1.6 2022/02/11 13:08:44 pho Exp $
 
-BLAKE2s (text-short-0.1.3.tar.gz) = 614d095bb7e1499aa50e07cafd85ef93882f1b00716a9afd924f293c159c3279
-SHA512 (text-short-0.1.3.tar.gz) = 6d7a5379dbaf28a201dd44229959a293acb5ff57c4659a6a34af37e46b2e6fc5eb61a00ba26d36dd08795456246429ec20236af8e342fd0d03bfcf6d06d69428
-Size (text-short-0.1.3.tar.gz) = 24435 bytes
-SHA1 (patch-text-short.cabal) = 43632121b9d9689f3a095dce365e93dc3ed1cb83
+BLAKE2s (text-short-0.1.5.tar.gz) = 3e9ade03595f9a425dd70e24e63ed7f7b7dc2ebec4075816519aceb17cfe10aa
+SHA512 (text-short-0.1.5.tar.gz) = 32f09a1abc37ddb3f85921d80629355f68b2e68531f14318907e792a8eeb7d4a258bfcf7d45710dcb67f85fadfbad2bb9ffdac27a912aefc4296dc1818585125
+Size (text-short-0.1.5.tar.gz) = 25113 bytes
diff -r f64c86bf6051 -r 49152c02305e textproc/hs-text-short/patches/patch-text-short.cabal
--- a/textproc/hs-text-short/patches/patch-text-short.cabal     Fri Feb 11 13:04:57 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,22 +0,0 @@
-$NetBSD: patch-text-short.cabal,v 1.3 2021/04/24 06:05:49 pho Exp $
-
-Fix build with GHC 9.
-
---- 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    && < 5
-                      , 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.8
- 
-   if !impl(ghc >= 8.0)
-      build-depends: semigroups >= 0.18.2 && < 0.20



Home | Main Index | Thread Index | Old Index