pkgsrc-Changes archive

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

CVS commit: pkgsrc/converters/hs-aeson



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Aug 19 12:16:00 UTC 2022

Modified Files:
        pkgsrc/converters/hs-aeson: Makefile distinfo

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


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/converters/hs-aeson/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/converters/hs-aeson/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/converters/hs-aeson/Makefile
diff -u pkgsrc/converters/hs-aeson/Makefile:1.25 pkgsrc/converters/hs-aeson/Makefile:1.26
--- pkgsrc/converters/hs-aeson/Makefile:1.25    Sat Feb 26 03:57:44 2022
+++ pkgsrc/converters/hs-aeson/Makefile Fri Aug 19 12:16:00 2022
@@ -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 @@ LICENSE=      modified-bsd
 .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"

Index: pkgsrc/converters/hs-aeson/distinfo
diff -u pkgsrc/converters/hs-aeson/distinfo:1.7 pkgsrc/converters/hs-aeson/distinfo:1.8
--- pkgsrc/converters/hs-aeson/distinfo:1.7     Sat Feb 12 05:31:25 2022
+++ pkgsrc/converters/hs-aeson/distinfo Fri Aug 19 12:16:00 2022
@@ -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