Skip to content

Commit

Permalink
Update to yaml-0.11.7.0
Browse files Browse the repository at this point in the history
0.11.7.0
    Support aeson 2 #202

0.11.6.0
    yaml2json: add --help and --version options #197
    json2yaml: add --help and --version options #198
    Add the -o options to both yaml2json and json2yaml #200
  • Loading branch information
depressed-pho committed Feb 12, 2022
1 parent 0f2f516 commit 9cd9e56
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 10 deletions.
5 changes: 2 additions & 3 deletions textproc/hs-yaml/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# $NetBSD: Makefile,v 1.5 2022/01/18 02:48:29 pho Exp $
# $NetBSD: Makefile,v 1.6 2022/02/12 07:19:30 pho Exp $

DISTNAME= yaml-0.11.5.0
PKGREVISION= 2
DISTNAME= yaml-0.11.7.0
CATEGORIES= textproc

MAINTAINER= szptvlfn@NetBSD.org
Expand Down
6 changes: 3 additions & 3 deletions textproc/hs-yaml/buildlink3.mk
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# $NetBSD: buildlink3.mk,v 1.5 2022/01/18 02:48:29 pho Exp $
# $NetBSD: buildlink3.mk,v 1.6 2022/02/12 07:19:30 pho Exp $

BUILDLINK_TREE+= hs-yaml

.if !defined(HS_YAML_BUILDLINK3_MK)
HS_YAML_BUILDLINK3_MK:=

BUILDLINK_API_DEPENDS.hs-yaml+= hs-yaml>=0.11.5
BUILDLINK_ABI_DEPENDS.hs-yaml+= hs-yaml>=0.11.5.0nb2
BUILDLINK_API_DEPENDS.hs-yaml+= hs-yaml>=0.11.7
BUILDLINK_ABI_DEPENDS.hs-yaml+= hs-yaml>=0.11.7.0
BUILDLINK_PKGSRCDIR.hs-yaml?= ../../textproc/hs-yaml

.include "../../converters/hs-aeson/buildlink3.mk"
Expand Down
8 changes: 4 additions & 4 deletions textproc/hs-yaml/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.5 2021/10/26 11:22:04 nia Exp $
$NetBSD: distinfo,v 1.6 2022/02/12 07:19:30 pho Exp $

BLAKE2s (yaml-0.11.5.0.tar.gz) = 32b38ba53f608ed7e3dc36b15b46c875a7e8a5168cd352e3cd171077560c3d34
SHA512 (yaml-0.11.5.0.tar.gz) = a4209cdbe75413191aed5a72f13a0cc4af04906a3e8ce629711689624f334b31681dcfc2fc89fdae20a874c5e6831e9663a30188d34d8067491ff8958912930b
Size (yaml-0.11.5.0.tar.gz) = 30049 bytes
BLAKE2s (yaml-0.11.7.0.tar.gz) = 93a4e2938fdfaf7bf3771f0936ab4e8e3f7b49a30caafbe7338d03e9eb52de0f
SHA512 (yaml-0.11.7.0.tar.gz) = e874d4cce583a778bf1dc76028d27f1cd6c994d8abbe2052690e4b4c2d0cd1d60297358b5ed4442ce6adc5d318727d1d7115340e5cbdd2b43851d508a2410b64
Size (yaml-0.11.7.0.tar.gz) = 31719 bytes

0 comments on commit 9cd9e56

Please sign in to comment.