Update to prettyprinter-1.7.1
* Deprecate the Data.Text.Prettyprint.* modules * Users should migrate to the new Prettyprinter module hierarchy. * The old modules will be removed no sooner than September 2022. * Make text an optional dependency: * When built with -f-text, any text-based APIs will operate on Strings instead. * Documentation improvements: * #194 * 1f0bffe
This commit is contained in:
parent
64b6fc6cf4
commit
274d7b503b
3 changed files with 9 additions and 10 deletions
|
@ -1,7 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.3 2022/01/18 02:48:27 pho Exp $
|
||||
# $NetBSD: Makefile,v 1.4 2022/02/11 09:19:43 pho Exp $
|
||||
|
||||
DISTNAME= prettyprinter-1.7.0
|
||||
PKGREVISION= 2
|
||||
DISTNAME= prettyprinter-1.7.1
|
||||
CATEGORIES= textproc
|
||||
|
||||
MAINTAINER= pho@cielonegro.org
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
# $NetBSD: buildlink3.mk,v 1.3 2022/01/18 02:48:27 pho Exp $
|
||||
# $NetBSD: buildlink3.mk,v 1.4 2022/02/11 09:19:43 pho Exp $
|
||||
|
||||
BUILDLINK_TREE+= hs-prettyprinter
|
||||
|
||||
.if !defined(HS_PRETTYPRINTER_BUILDLINK3_MK)
|
||||
HS_PRETTYPRINTER_BUILDLINK3_MK:=
|
||||
|
||||
BUILDLINK_API_DEPENDS.hs-prettyprinter+= hs-prettyprinter>=1.7.0
|
||||
BUILDLINK_ABI_DEPENDS.hs-prettyprinter+= hs-prettyprinter>=1.7.0nb2
|
||||
BUILDLINK_API_DEPENDS.hs-prettyprinter+= hs-prettyprinter>=1.7.1
|
||||
BUILDLINK_ABI_DEPENDS.hs-prettyprinter+= hs-prettyprinter>=1.7.1
|
||||
BUILDLINK_PKGSRCDIR.hs-prettyprinter?= ../../textproc/hs-prettyprinter
|
||||
.endif # HS_PRETTYPRINTER_BUILDLINK3_MK
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.3 2021/10/26 11:22:02 nia Exp $
|
||||
$NetBSD: distinfo,v 1.4 2022/02/11 09:19:43 pho Exp $
|
||||
|
||||
BLAKE2s (prettyprinter-1.7.0.tar.gz) = 24aa9c5819225f112beade3cd45fda6e55259adfef73f093223e35049812634f
|
||||
SHA512 (prettyprinter-1.7.0.tar.gz) = 4f1b756b3284a0319bb73229e8445f6d92c3d3d12a879f651df5624389bd6c449b2d9bc440dbf70d8752a6ba574d0539f91950d4bafbe7f9d3fd79d0d30ec95d
|
||||
Size (prettyprinter-1.7.0.tar.gz) = 55569 bytes
|
||||
BLAKE2s (prettyprinter-1.7.1.tar.gz) = 40c9c3287e4989940ecb6e409c0ea5dbcb7a7dddc53e0dce22c47cb61b4eb1ab
|
||||
SHA512 (prettyprinter-1.7.1.tar.gz) = 26289e579cc1a2826dc11daedbdfd5ce31acf4a2382f827c20194d910f05201e3f332a6544aa0c3f941188d9eaee8d6dee3cf3d319dc3c5a7bfe4f35d77b4dd9
|
||||
Size (prettyprinter-1.7.1.tar.gz) = 56907 bytes
|
||||
|
|
Loading…
Reference in a new issue