Next | Query returned 37 messages, browsing 1 to 10 | Previous

History of commit frequency

CVS Commit History:


   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
   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-08-19 14:16:00 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
hs-aeson: update to 2.1.0.0.

### 2.1.0.0

- Change time instances of types with year (`Day`, `UTCTime`) to require years \ 
with at least 4 digits.
- Change `KeyValue` instances to be more general (and use equality to constraint \ 
them) instead of being more lax flexible instances.
- Export `Key` type also from `Data.Aeson.KeyMap` module.
- Export `mapWithKey` from `Data.Aeson.KeyMap` module.
- Export `ifromJSON` and `iparse` from `Data.Aeson.Types`. Add `iparseEither`.
- Add `MonadFix Parser` instance.
- Make `Semigroup Series` slightly lazier
- Add instances for `Generically` type
   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
   2022-02-12 06:31:25 by Masatake Daimon | Files touched by this commit (5)
Log message:
Update to aeson-2.0.3.0

2.0.3.0
* text-2.0 support
* bytestring-0.11.2.0 support
* Rewrite pure text literal unescaper.
* Add QuickCheck's Arbitrary, CoArbitrary and Function instances

2.0.2.0
* Add IsList (KeyMap v) instance.
* Add toMapText and fromMapText to Data.Aeson.KeyMap.
* Add ShortText instances
* Add Solo instances

2.0.1.0
* Add FromJSON KeyMap instance.
* Make ordered-keymap on by default.

2.0.0.0
* Remove forced -O2 and then unneeded fast flag. Also remove most of INLINE
  pragmas. In the effect, aeson compiles almost twice as fast.
* To get fast compilation effect cabal-install users may specify
  optimization: False.
* Make map type used by Object abstract so the underlying implementation
  can be modified, thanks to Callan McGill
* Add ordered-keymap flag allowing to change the underlying implementation
  of object KeyMap.
* Drop GHC-7 support
* Remove Data.Aeson.Encode module
* Double and Float infinities are encoded as "+inf" and \ 
"-inf". Change
  To/FromJSONKey instances to use "+inf" and "-inf" too.
* FromJSON () and FromJSON (Proxy tag) accept any JSON value.

Next | Query returned 37 messages, browsing 1 to 10 | Previous