./converters/hs-json, Support for serialising Haskell to and from JSON

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


Branch: CURRENT, Version: 0.11nb2, Package name: hs-json-0.11nb2, Maintainer: pkgsrc-users

This library provides a parser and pretty printer for converting between
Haskell values and JSON.


Master sites:

Filesize: 22.063 KB

Version history: (Expand)


CVS history: (Expand)


   2024-04-29 05:06:55 by Masatake Daimon | Files touched by this commit (1)
Log message:
converters/hs-json: Fix build with GHC 9.8

This breaks build with the currently default GHC 9.6. Please bear with me
until I switch the default compiler.
   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-27 05:52:58 by Masatake Daimon | Files touched by this commit (4)
Log message:
converters/hs-json: Update to 0.11

Version 0.11
  * Limit floating-point range to that of Double to avoid allocation
    overflows when constructing Rationals
   2023-10-09 06:55:01 by Masatake Daimon | Files touched by this commit (988)
Log message:
Bump Haskell packages after updating lang/ghc94