./textproc/hs-yaml, Support for parsing and rendering YAML document

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.11.11.2nb1, Package name: hs-yaml-0.11.11.2nb1, Maintainer: szptvlfn

Provides support for parsing and emitting Yaml documents.

Data.Yaml provides a high-level interface based around the JSON
datatypes provided by the aeson package. It uses Text.Libyaml from
libyaml in its implementation of the low-level yaml encoder/decoder.


Required to run:
[devel/hs-vector] [devel/hs-unordered-containers] [math/hs-scientific] [textproc/hs-attoparsec] [converters/hs-aeson] [devel/hs-resourcet] [devel/hs-conduit] [textproc/hs-libyaml] [lang/ghc94]

Master sites:

Filesize: 31.178 KB

Version history: (Expand)


CVS history: (Expand)


   2023-11-02 07:37:49 by Masatake Daimon | Files touched by this commit (1141)
Log message:
Revbump all Haskell after updating lang/ghc96
   2023-10-30 13:45:59 by Masatake Daimon | Files touched by this commit (4)
Log message:
textproc/hs-yaml: Update to 0.11.11.2

0.11.11.2
* Compat with aeson 2.2

0.11.11.1
* For optparse-applicative-0.18: use pretty instead of text #216

0.11.11.0
* Fix ambiguous occurrence AesonException

0.11.10.0
* Undo previous change (breakage with aeson 2)

0.11.9.0
* Data.Yaml.Pretty: provide key-sorting function with path to parent object
  #206
   2023-10-09 06:55:01 by Masatake Daimon | Files touched by this commit (988)
Log message:
Bump Haskell packages after updating lang/ghc94
   2023-01-27 15:13:27 by Masatake Daimon | Files touched by this commit (4)
Log message:
textproc/hs-yaml: Update to 0.11.8.0

0.11.8.0
* Export Parse and StringStyle #204
   2022-08-22 12:13:26 by Thomas Klausner | Files touched by this commit (80)
Log message:
*: bump for hs-vector-algorithms buildlink3.mk change
   2022-08-20 10:08:24 by Thomas Klausner | Files touched by this commit (211)
Log message:
hs*: recursive bump for new dependencies needed

for hs-aeson, hs-vector
   2022-02-26 04:58:36 by Masatake Daimon | Files touched by this commit (872)
Log message:
Bump all Haskell packages after enabling "split sections" in mk/haskell.mk
   2022-02-12 09:51:00 by Masatake Daimon | Files touched by this commit (575)
Log message:
revbump after changing the default Haskell compiler