Fri Feb 11 13:08:44 2022 UTC ()
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.


(pho)
diff -r1.5 -r1.6 pkgsrc/textproc/hs-text-short/Makefile
diff -r1.5 -r1.6 pkgsrc/textproc/hs-text-short/distinfo
diff -r1.4 -r1.5 pkgsrc/textproc/hs-text-short/buildlink3.mk
diff -r1.3 -r0 pkgsrc/textproc/hs-text-short/patches/patch-text-short.cabal

cvs diff -r1.5 -r1.6 pkgsrc/textproc/hs-text-short/Makefile (expand / switch to unified diff)

--- pkgsrc/textproc/hs-text-short/Makefile 2022/01/18 02:48:29 1.5
+++ pkgsrc/textproc/hs-text-short/Makefile 2022/02/11 13:08:44 1.6
@@ -1,13 +1,12 @@ @@ -1,13 +1,12 @@
1# $NetBSD: Makefile,v 1.5 2022/01/18 02:48:29 pho Exp $ 1# $NetBSD: Makefile,v 1.6 2022/02/11 13:08:44 pho Exp $
2 2
3DISTNAME= text-short-0.1.3 3DISTNAME= text-short-0.1.5
4PKGREVISION= 2 
5CATEGORIES= textproc 4CATEGORIES= textproc
6 5
7MAINTAINER= pkgsrc-users@NetBSD.org 6MAINTAINER= pkgsrc-users@NetBSD.org
8COMMENT= Memory-efficient representation of Unicode text strings 7COMMENT= Memory-efficient representation of Unicode text strings
9LICENSE= modified-bsd 8LICENSE= modified-bsd
10 9
11.include "../../devel/hs-hashable/buildlink3.mk" 10.include "../../devel/hs-hashable/buildlink3.mk"
12.include "../../mk/haskell.mk" 11.include "../../mk/haskell.mk"
13.include "../../mk/bsd.pkg.mk" 12.include "../../mk/bsd.pkg.mk"

cvs diff -r1.5 -r1.6 pkgsrc/textproc/hs-text-short/distinfo (expand / switch to unified diff)

--- pkgsrc/textproc/hs-text-short/distinfo 2021/10/26 11:22:03 1.5
+++ pkgsrc/textproc/hs-text-short/distinfo 2022/02/11 13:08:44 1.6
@@ -1,6 +1,5 @@ @@ -1,6 +1,5 @@
1$NetBSD: distinfo,v 1.5 2021/10/26 11:22:03 nia Exp $ 1$NetBSD: distinfo,v 1.6 2022/02/11 13:08:44 pho Exp $
2 2
3BLAKE2s (text-short-0.1.3.tar.gz) = 614d095bb7e1499aa50e07cafd85ef93882f1b00716a9afd924f293c159c3279 3BLAKE2s (text-short-0.1.5.tar.gz) = 3e9ade03595f9a425dd70e24e63ed7f7b7dc2ebec4075816519aceb17cfe10aa
4SHA512 (text-short-0.1.3.tar.gz) = 6d7a5379dbaf28a201dd44229959a293acb5ff57c4659a6a34af37e46b2e6fc5eb61a00ba26d36dd08795456246429ec20236af8e342fd0d03bfcf6d06d69428 4SHA512 (text-short-0.1.5.tar.gz) = 32f09a1abc37ddb3f85921d80629355f68b2e68531f14318907e792a8eeb7d4a258bfcf7d45710dcb67f85fadfbad2bb9ffdac27a912aefc4296dc1818585125
5Size (text-short-0.1.3.tar.gz) = 24435 bytes 5Size (text-short-0.1.5.tar.gz) = 25113 bytes
6SHA1 (patch-text-short.cabal) = 43632121b9d9689f3a095dce365e93dc3ed1cb83 

cvs diff -r1.4 -r1.5 pkgsrc/textproc/hs-text-short/buildlink3.mk (expand / switch to unified diff)

--- pkgsrc/textproc/hs-text-short/buildlink3.mk 2022/01/18 02:48:29 1.4
+++ pkgsrc/textproc/hs-text-short/buildlink3.mk 2022/02/11 13:08:44 1.5
@@ -1,15 +1,15 @@ @@ -1,15 +1,15 @@
1# $NetBSD: buildlink3.mk,v 1.4 2022/01/18 02:48:29 pho Exp $ 1# $NetBSD: buildlink3.mk,v 1.5 2022/02/11 13:08:44 pho Exp $
2 2
3BUILDLINK_TREE+= hs-text-short 3BUILDLINK_TREE+= hs-text-short
4 4
5.if !defined(HS_TEXT_SHORT_BUILDLINK3_MK) 5.if !defined(HS_TEXT_SHORT_BUILDLINK3_MK)
6HS_TEXT_SHORT_BUILDLINK3_MK:= 6HS_TEXT_SHORT_BUILDLINK3_MK:=
7 7
8BUILDLINK_API_DEPENDS.hs-text-short+= hs-text-short>=0.1.3 8BUILDLINK_API_DEPENDS.hs-text-short+= hs-text-short>=0.1.5
9BUILDLINK_ABI_DEPENDS.hs-text-short+= hs-text-short>=0.1.3nb2 9BUILDLINK_ABI_DEPENDS.hs-text-short+= hs-text-short>=0.1.5
10BUILDLINK_PKGSRCDIR.hs-text-short?= ../../textproc/hs-text-short 10BUILDLINK_PKGSRCDIR.hs-text-short?= ../../textproc/hs-text-short
11 11
12.include "../../devel/hs-hashable/buildlink3.mk" 12.include "../../devel/hs-hashable/buildlink3.mk"
13.endif # HS_TEXT_SHORT_BUILDLINK3_MK 13.endif # HS_TEXT_SHORT_BUILDLINK3_MK
14 14
15BUILDLINK_TREE+= -hs-text-short 15BUILDLINK_TREE+= -hs-text-short

File Deleted: pkgsrc/textproc/hs-text-short/patches/Attic/patch-text-short.cabal