head	1.3;
access;
symbols
	pkgsrc-2026Q1:1.3.0.26
	pkgsrc-2026Q1-base:1.3
	pkgsrc-2025Q4:1.3.0.24
	pkgsrc-2025Q4-base:1.3
	pkgsrc-2025Q3:1.3.0.22
	pkgsrc-2025Q3-base:1.3
	pkgsrc-2025Q2:1.3.0.20
	pkgsrc-2025Q2-base:1.3
	pkgsrc-2025Q1:1.3.0.18
	pkgsrc-2025Q1-base:1.3
	pkgsrc-2024Q4:1.3.0.16
	pkgsrc-2024Q4-base:1.3
	pkgsrc-2024Q3:1.3.0.14
	pkgsrc-2024Q3-base:1.3
	pkgsrc-2024Q2:1.3.0.12
	pkgsrc-2024Q2-base:1.3
	pkgsrc-2024Q1:1.3.0.10
	pkgsrc-2024Q1-base:1.3
	pkgsrc-2023Q4:1.3.0.8
	pkgsrc-2023Q4-base:1.3
	pkgsrc-2023Q3:1.3.0.6
	pkgsrc-2023Q3-base:1.3
	pkgsrc-2023Q2:1.3.0.4
	pkgsrc-2023Q2-base:1.3
	pkgsrc-2023Q1:1.3.0.2
	pkgsrc-2023Q1-base:1.3
	pkgsrc-2022Q4:1.2.0.4
	pkgsrc-2022Q4-base:1.2
	pkgsrc-2022Q3:1.2.0.2
	pkgsrc-2022Q3-base:1.2
	pkgsrc-2022Q2:1.1.0.4
	pkgsrc-2022Q2-base:1.1
	pkgsrc-2022Q1:1.1.0.2
	pkgsrc-2022Q1-base:1.1;
locks; strict;
comment	@# @;


1.3
date	2023.01.27.14.03.54;	author pho;	state Exp;
branches;
next	1.2;
commitid	2nwulH3Jtk09BbbE;

1.2
date	2022.08.29.12.12.56;	author wiz;	state Exp;
branches;
next	1.1;
commitid	4L6Q1MYfptJWPLRD;

1.1
date	2022.02.16.10.21.09;	author pho;	state Exp;
branches;
next	;
commitid	4ztuo8z2p6ahsPsD;


desc
@@


1.3
log
@textproc/hs-HsYAML-aeson: Fix build with GHC 9.4
@
text
@$NetBSD: distinfo,v 1.2 2022/08/29 12:12:56 wiz Exp $

BLAKE2s (HsYAML-aeson-0.2.0.1.tar.gz) = 7c6cbd4968b39cc9da481eeace11c50a48e5870c309028f10c01af89c536fc49
SHA512 (HsYAML-aeson-0.2.0.1.tar.gz) = 64602074e3e4424b7ff5055aa5aefac89e12127d56975c437189e434c168f129c6d5bb1ee6b0e22e201d0b25de574bb2a49f0fcd0ac1498250ae14920f89acf4
Size (HsYAML-aeson-0.2.0.1.tar.gz) = 11954 bytes
@


1.2
log
@hs-HsYAML-aeson: fix build with current pkgsrc versions of dependencies
@
text
@d1 1
a1 1
$NetBSD: distinfo,v 1.1 2022/02/16 10:21:09 pho Exp $
a5 1
SHA1 (patch-HsYAML-aeson.cabal) = 7698fdd062e2ed7a1e5ef8c5e7775344d8d705c1
@


1.1
log
@textproc/hs-HsYAML-aeson: import hs-HsYAML-aeson-0.2.0.1

The YAML 1.2 format provides a much richer data-model and feature-set than
the JavaScript Object Notation (JSON) format. However, sometimes it's
desirable to ignore the extra capabilities and treat YAML as if it was
merely a more convenient markup format for humans to write JSON data. To
this end this module provides a compatibility layer atop HsYAML which
allows decoding YAML documents in the more limited JSON data-model while
also providing convenience by reusing aeson's FromJSON instances for
decoding the YAML data into native Haskell data types.
@
text
@d1 1
a1 1
$NetBSD$
d6 1
@

