2024-05-09 03:32:57 by Masatake Daimon | Files touched by this commit (1137) |
Log message: Recursive revbump after changing the default Haskell compiler |
2024-05-02 09:01:00 by Masatake Daimon | Files touched by this commit (2) |
Log message: textproc/hs-HsYAML-aeson: 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-30 10:31:13 by Masatake Daimon | Files touched by this commit (2) |
Log message: textproc/hs-HsYAML-aeson: Fix build with GHC 9.6 |
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:03:54 by Masatake Daimon | Files touched by this commit (4) |
Log message: textproc/hs-HsYAML-aeson: Fix build with GHC 9.4 |
2022-08-29 14:12:56 by Thomas Klausner | Files touched by this commit (2) |
Log message: hs-HsYAML-aeson: fix build with current pkgsrc versions of dependencies |
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-16 11:21:09 by Masatake Daimon | Files touched by this commit (5) |
Log message: 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. |