Path to this page:
./
converters/hs-aeson,
Fast JSON parsing and encoding
Branch: CURRENT,
Version: 2.2.3.0,
Package name: hs-aeson-2.2.3.0,
Maintainer: szptvlfnA JSON parsing and encoding library optimized for ease of use and high
performance.
To get started, see the documentation for the Data.Aeson module.
(A note on naming: in Greek mythology, Aeson was the father of Jason.)
Required to run:[
devel/hs-tagged] [
devel/hs-dlist] [
devel/hs-hashable] [
devel/hs-primitive] [
devel/hs-vector] [
devel/hs-unordered-containers] [
math/hs-scientific] [
textproc/hs-attoparsec] [
devel/hs-uuid-types] [
devel/hs-base-compat] [
devel/hs-th-abstraction] [
time/hs-time-compat] [
lang/ghc88]
Required to build:[
pkgtools/cwrappers]
Master sites:
Filesize: 332.866 KB
Version history: (Expand)
- (2025-01-30) Updated to version: hs-aeson-2.2.3.0
- (2024-05-09) Updated to version: hs-aeson-2.2.1.0nb2
- (2023-11-02) Updated to version: hs-aeson-2.2.1.0nb1
- (2023-10-30) Updated to version: hs-aeson-2.2.1.0
- (2023-10-09) Updated to version: hs-aeson-2.1.1.0nb2
- (2023-02-09) Updated to version: hs-aeson-2.1.1.0nb1
CVS history: (Expand)
2025-01-30 05:50:51 by Masatake Daimon | Files touched by this commit (4) | |
Log message:
converters/hs-aeson: update to aeson-2.2.3.0
### 2.2.3.0
* Support `hashable-1.4.6.0`.
* Fix an issue where `Hashable Key` wasn't newtype instance over underlying `Text`,
so with `-ordered-keymap` there were correctness issues.
* Add instances for `Data.Semigroup.Sum`, `Product`, `Any`, `All`
### 2.2.2.0
* Support GHC-8.6.5...9.10.1
* Depend on `character-ps` instead of defining own Word8 pattern synonyms
|
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 06:52:05 by Masatake Daimon | Files touched by this commit (2) |
Log message:
converters/hs-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:11:42 by Masatake Daimon | Files touched by this commit (4) |
Log message:
converters/hs-aeson: Update to 2.2.1.0
The change log is too long to paste here. See
https://hackage.haskell.org/package/aeson-2.2.1.0/changelog
|
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-26 19:04:25 by Masatake Daimon | Files touched by this commit (5) |
Log message:
converters/hs-aeson: Update to 2.1.1.0
2.1.1.0
* Add Data.Aeson.KeyMap.!? (flipped) alias to Data.Aeson.KeyMap.lookup.
* Add Data.Aeson.KeyMap.insertWith function.
* Use unsafeDupablePerformIO instead of incorrect
accursedUnutterablePerformIO in creation of keys in TH
serialisation. This fixes a bug in TH deriving, e.g. when Strict pragma
was enabled.
|
2022-08-20 22:41:49 by Thomas Klausner | Files touched by this commit (2) |
Log message:
hs-aeson: allow building against hs-vector 0.14
|