pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/converters/hs-aeson hs-aeson: update to 2.1.0.0.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/927479d254da
branches:  trunk
changeset: 383459:927479d254da
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Aug 19 12:16:00 2022 +0000

description:
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

diffstat:

 converters/hs-aeson/Makefile |  6 +++---
 converters/hs-aeson/distinfo |  8 ++++----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (34 lines):

diff -r dd2074d1ba2d -r 927479d254da converters/hs-aeson/Makefile
--- a/converters/hs-aeson/Makefile      Fri Aug 19 12:14:49 2022 +0000
+++ b/converters/hs-aeson/Makefile      Fri Aug 19 12:16:00 2022 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.25 2022/02/26 03:57:44 pho Exp $
+# $NetBSD: Makefile,v 1.26 2022/08/19 12:16:00 wiz Exp $
 
-DISTNAME=      aeson-2.0.3.0
-PKGREVISION=   2
+DISTNAME=      aeson-2.1.0.0
 CATEGORIES=    converters
 
 MAINTAINER=    szptvlfn%NetBSD.org@localhost
@@ -12,6 +11,7 @@
 .include "../../devel/hs-base-compat-batteries/buildlink3.mk"
 .include "../../devel/hs-data-fix/buildlink3.mk"
 .include "../../devel/hs-dlist/buildlink3.mk"
+.include "../../devel/hs-generically/buildlink3.mk"
 .include "../../devel/hs-hashable/buildlink3.mk"
 .include "../../devel/hs-indexed-traversable/buildlink3.mk"
 .include "../../devel/hs-OneTuple/buildlink3.mk"
diff -r dd2074d1ba2d -r 927479d254da converters/hs-aeson/distinfo
--- a/converters/hs-aeson/distinfo      Fri Aug 19 12:14:49 2022 +0000
+++ b/converters/hs-aeson/distinfo      Fri Aug 19 12:16:00 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2022/02/12 05:31:25 pho Exp $
+$NetBSD: distinfo,v 1.8 2022/08/19 12:16:00 wiz Exp $
 
-BLAKE2s (aeson-2.0.3.0.tar.gz) = 9cb1188474d4c61c39a777063e9b8b930d5a286c2fbaec6a051ef5674b086de2
-SHA512 (aeson-2.0.3.0.tar.gz) = 546adaaf864ca40012a268d71f442479f0ad7c69e9f943391801570e227a2faa652494766f1f63b77c730e019e83ebdd7511426baa12792a28fbb470eca64552
-Size (aeson-2.0.3.0.tar.gz) = 297283 bytes
+BLAKE2s (aeson-2.1.0.0.tar.gz) = a5de2f3d32e7ed3841cb02471ef638a43b14c7ce1e517b557cc7d38366a19c14
+SHA512 (aeson-2.1.0.0.tar.gz) = c73a1f783e838649145250ce0b1a0e7ff75fe513dfd4866182c6131c5c50a37529ad714cb94258b84b2f579a6ee81e7c29a1ce143328dd198ba690132861965d
+Size (aeson-2.1.0.0.tar.gz) = 300810 bytes



Home | Main Index | Thread Index | Old Index