./converters/hs-aeson-pretty, JSON pretty-printing library and command-line tool

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


Branch: CURRENT, Version: 0.8.10nb1, Package name: hs-aeson-pretty-0.8.10nb1, Maintainer: pho

A JSON pretty-printing library compatible with aeson as well as a
command-line tool to improve readabilty of streams of JSON data.

The library provides the function "encodePretty". It is a drop-in
replacement for aeson's "encode" function, producing JSON-ByteStrings
for human readers.

The command-line tool reads JSON from stdin and writes prettified JSON
to stdout. It also offers a complementary "compact"-mode, essentially
the opposite of pretty-printing.


Required to run:
[devel/hs-cmdargs] [devel/hs-vector] [devel/hs-unordered-containers] [math/hs-scientific] [textproc/hs-attoparsec] [converters/hs-aeson] [devel/hs-base-compat] [lang/ghc88]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 5.756 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 14:29:01 by Masatake Daimon | Files touched by this commit (4)
Log message:
converters/hs-aeson-pretty: Update to 0.8.10

0.8.10
* Added support for Aeson 2.2
* Added support for Aeson 2.1
   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 17:06:25 by Masatake Daimon | Files touched by this commit (5)
Log message:
converters/hs-aeson-pretty: Fix build with aeson-2.1
   2022-08-23 16:10:52 by Thomas Klausner | Files touched by this commit (2)
Log message:
hs-aeson-pretty: allow building against hs-aeson 2.1
   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