The NetBSD Project

CVS log for pkgsrc/converters/hs-aeson/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / converters / hs-aeson

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.37: download - view: text, markup, annotated - select for diffs
Wed Mar 5 03:38:56 2025 UTC (7 weeks, 5 days ago) by pho
Branches: MAIN
CVS tags: pkgsrc-2025Q1-base, pkgsrc-2025Q1, HEAD
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +2 -2 lines
recursive revbump after patching lang/ghc910

Revision 1.36: download - view: text, markup, annotated - select for diffs
Sun Feb 2 13:04:50 2025 UTC (2 months, 3 weeks ago) by pho
Branches: MAIN
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +2 -1 lines
Bump all Haskell packages after switching the default compiler.

Revision 1.35: download - view: text, markup, annotated - select for diffs
Thu Jan 30 04:50:51 2025 UTC (2 months, 3 weeks ago) by pho
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +6 -6 lines
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

Revision 1.34: download - view: text, markup, annotated - select for diffs
Thu May 9 01:31:39 2024 UTC (11 months, 2 weeks ago) by pho
Branches: MAIN
CVS tags: pkgsrc-2024Q4-base, pkgsrc-2024Q4, pkgsrc-2024Q3-base, pkgsrc-2024Q3, pkgsrc-2024Q2-base, pkgsrc-2024Q2
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +2 -2 lines
Recursive revbump after changing the default Haskell compiler

Revision 1.33: download - view: text, markup, annotated - select for diffs
Thu May 2 04:52:05 2024 UTC (11 months, 3 weeks ago) by pho
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +4 -2 lines
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.

Revision 1.32: download - view: text, markup, annotated - select for diffs
Thu Nov 2 06:36:10 2023 UTC (17 months, 3 weeks ago) by pho
Branches: MAIN
CVS tags: pkgsrc-2024Q1-base, pkgsrc-2024Q1, pkgsrc-2023Q4-base, pkgsrc-2023Q4
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +2 -1 lines
Revbump all Haskell after updating lang/ghc96

Revision 1.31: download - view: text, markup, annotated - select for diffs
Mon Oct 30 09:11:41 2023 UTC (17 months, 4 weeks ago) by pho
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +9 -5 lines
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

Revision 1.30: download - view: text, markup, annotated - select for diffs
Mon Oct 9 04:54:02 2023 UTC (18 months, 2 weeks ago) by pho
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +2 -2 lines
Bump Haskell packages after updating lang/ghc94

Revision 1.29: download - view: text, markup, annotated - select for diffs
Tue Feb 7 01:40:22 2023 UTC (2 years, 2 months ago) by pho
Branches: MAIN
CVS tags: pkgsrc-2023Q3-base, pkgsrc-2023Q3, pkgsrc-2023Q2-base, pkgsrc-2023Q2, pkgsrc-2023Q1-base, pkgsrc-2023Q1
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +2 -1 lines
revbump all the Haskell packages after modifying the runtime system of lang/ghc94

Revision 1.28: download - view: text, markup, annotated - select for diffs
Thu Jan 26 18:04:25 2023 UTC (2 years, 3 months ago) by pho
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +2 -3 lines
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.

Revision 1.27: download - view: text, markup, annotated - select for diffs
Sat Aug 20 08:08:12 2022 UTC (2 years, 8 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +2 -1 lines
hs*: recursive bump for new dependencies needed

for hs-aeson, hs-vector

Revision 1.26: download - view: text, markup, annotated - select for diffs
Fri Aug 19 12:16:00 2022 UTC (2 years, 8 months ago) by wiz
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +3 -3 lines
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

Revision 1.25: download - view: text, markup, annotated - select for diffs
Sat Feb 26 03:57:44 2022 UTC (3 years, 2 months ago) by pho
Branches: MAIN
CVS tags: pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +2 -2 lines
Bump all Haskell packages after enabling "split sections" in mk/haskell.mk

Revision 1.24: download - view: text, markup, annotated - select for diffs
Sat Feb 12 08:50:25 2022 UTC (3 years, 2 months ago) by pho
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +2 -1 lines
revbump after changing the default Haskell compiler

Revision 1.23: download - view: text, markup, annotated - select for diffs
Sat Feb 12 05:31:25 2022 UTC (3 years, 2 months ago) by pho
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +9 -4 lines
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.

Revision 1.22: download - view: text, markup, annotated - select for diffs
Tue Jan 18 02:48:01 2022 UTC (3 years, 3 months ago) by pho
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +2 -2 lines
Bump packages that depends on GHC

Revision 1.21: download - view: text, markup, annotated - select for diffs
Mon May 3 19:00:52 2021 UTC (3 years, 11 months ago) by pho
Branches: MAIN
CVS tags: pkgsrc-2021Q4-base, pkgsrc-2021Q4, pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +2 -1 lines
*: Bump PKGREVISION for ghc-9.0.1

Revision 1.20: download - view: text, markup, annotated - select for diffs
Fri Apr 23 08:44:05 2021 UTC (4 years ago) by pho
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +6 -3 lines
Update to aeson-1.5.6.0

1.5.6.0
* Make Show Value instance print object keys in lexicographic order.

1.5.5.1
* Fix a bug in FromJSON QuarterOfYear instance.

1.5.5.0
* Add instances for Month, Quarter and QuarterOfYear (from time-1.11),
  thanks to Oleg Grenrus.
* The aeson repository has been moved to the haskell github
  organization!

1.5.4.1
* Use Text.Encoding.decodeLatin1 to speed up ASCII string decoding,
  thanks to Dmitry Ivanov.
* Support bytestring 0.11.* and th-abstraction 0.4.*, thanks to Oleg
  Grenrus.

1.5.4.0
* Add instances for ToJSONKey and FromJSONKey to Const, thanks to Dan
  Fithian.
* Add support for template-haskell 2.17, thanks to Galen Huntington.
* Documentation typo fix, thanks to Jean-Baptiste Mazon.

1.5.3.0
* Add instances for types in strict and data-fix packages, thanks to
  Oleg Grenrus.
* CPP cleanup, thanks to Oleg Grenrus.
* Instances for dlist's Data.DList.DNonEmpty.DNonEmpty, thanks to Oleg
  Grenrus.

1.5.2.0
* Add Ord Value instance, thanks to Oleg Grenrus.
* Export rejectUnknownFields from Data.Aeson

1.5.1.0
* Add instances for these, thanks to Oleg Grenrus.

1.5.0.0
* Fix bug in rejectUnknownFields not respecting fieldLabelModifier,
  thanks to Markus Schirp.
* GFromJSON members are no longer exported from Data.Aeson(.Types), if
  you are using gParseJSON consider switching to gParseJSON', thanks
  to Oleg Grenrus.
* Aeson no longer accepts unescaped control characters, thanks to Oleg
  Grenrus.
* Remove CoerceText since GHC >=7.8 has Coercible, thanks to Oleg
  Grenrus.
* Rename the GToJSON class to GToJSON' and expose it, thanks to Oleg
  Grenrus.

1.4.7.1
* GHC 8.10 compatibility, thanks to Ryan Scott.

1.4.7.0

Long overdue release (once again), so there's quite a bit of stuff
included even though it's a "minor" release. Big thanks to all the
contributors, the project would not exist without you!

Special thanks to Oleg Grenrus and Xia Li-Yao for reviewing tons of
stuff.

New stuff:
* Add rejectUnknownFields to Options which rejects unknown fields on
  deserialization. Useful to find errors during development, but
  enabling this should be considered a breaking change as previously
  accepted inputs may now be rejected. Thanks to rmanne.
* FromJSON instance of Ratio a now parses numbers in addtion to
  standard {numerator=..., denumerator=...} encoding. Thanks to
  Aleksey Khudyakov.
* Add more information to parse errors, including a sample of the
  surrounding text. Hopefully this will lead to less "Failed to read:
  satisfy" confusion! Thanks to Sasha Bogicevic. We expect some
  downstream test suites to break because of this, apologies in
  advance. Hopefully you will like the improvement anyway :-)
* Add parseFail to Data.Aeson.Types. parseFail = fail but doesn't
  require users to know about MonadFail. Thanks to Colin Woodbury.
* Make Template Haskell type family detection smarter when deriving
  ToJSON1 instances, thanks to Ryan Scott.
* Optimize string parsing for the common case of strings without
  escapes, thanks to Yuras.

Misc:
* Clean up compiler warnings and switch from base-compat to
  base-compat-batteries. Thanks to Colin Woodbury & Oleg Grenrus.
* Clarification & fixes to documentation regarding treatment of Maybe
  fields, thanks to Roman Cheplyaka.
* Add documentation for internal development workflows. Thanks to Guru
  Devanla.
* Drop support for GHC < 7.8. We've chosen to support older GHCs as
  long as it doesn't prevent us from adding new features, but now it
  does! Thanks to Oleg Grenrus for the patch.
* Allow generic-deriving 1.13 in test suite.
* Some DRY fixes thanks to Mark Fajkus.

Revision 1.19: download - view: text, markup, annotated - select for diffs
Sat Jan 11 09:59:02 2020 UTC (5 years, 3 months ago) by pho
Branches: MAIN
CVS tags: pkgsrc-2021Q1-base, pkgsrc-2021Q1, pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3, pkgsrc-2020Q2-base, pkgsrc-2020Q2, pkgsrc-2020Q1-base, pkgsrc-2020Q1
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +1 -6 lines
Remove dependency on devel/hs-text

It's now part of GHC.
Also contravariant, fail, and semigroups are no longer required as of GHC 8.

Revision 1.18: download - view: text, markup, annotated - select for diffs
Wed Jan 1 02:50:57 2020 UTC (5 years, 3 months ago) by pho
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +12 -5 lines
Update to aeson-1.4.6.0

The list of changes from previous aeson-0.7.0.6 is too long to paste here.
See http://hackage.haskell.org/package/aeson-1.4.6.0/changelog

Revision 1.17: download - view: text, markup, annotated - select for diffs
Sun Jan 10 11:49:09 2016 UTC (9 years, 3 months ago) by szptvlfn
Branches: MAIN
CVS tags: pkgsrc-2019Q4-base, pkgsrc-2019Q4, pkgsrc-2019Q3-base, pkgsrc-2019Q3, pkgsrc-2019Q2-base, pkgsrc-2019Q2, pkgsrc-2019Q1-base, pkgsrc-2019Q1, pkgsrc-2018Q4-base, pkgsrc-2018Q4, pkgsrc-2018Q3-base, pkgsrc-2018Q3, pkgsrc-2018Q2-base, pkgsrc-2018Q2, pkgsrc-2018Q1-base, pkgsrc-2018Q1, pkgsrc-2017Q4-base, pkgsrc-2017Q4, pkgsrc-2017Q3-base, pkgsrc-2017Q3, pkgsrc-2017Q2-base, pkgsrc-2017Q2, pkgsrc-2017Q1-base, pkgsrc-2017Q1, pkgsrc-2016Q4-base, pkgsrc-2016Q4, pkgsrc-2016Q3-base, pkgsrc-2016Q3, pkgsrc-2016Q2-base, pkgsrc-2016Q2, pkgsrc-2016Q1-base, pkgsrc-2016Q1
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +2 -2 lines
Bump PKGREVISION for hs-text-1.2.2.0 || hs-hashable-1.2.3.3

Revision 1.16: download - view: text, markup, annotated - select for diffs
Mon Jan 4 12:24:24 2016 UTC (9 years, 3 months ago) by szptvlfn
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +2 -2 lines
Bump PKGREVISION for hs-dlist || hs-utf8-string

Revision 1.15: download - view: text, markup, annotated - select for diffs
Sun Dec 13 14:14:34 2015 UTC (9 years, 4 months ago) by szptvlfn
Branches: MAIN
CVS tags: pkgsrc-2015Q4-base, pkgsrc-2015Q4
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +2 -2 lines
Bump PKGREVISION for
hs-primitive-0.6.1.0 || hs-vector-0.11.0.0 || hs-mwc-random-0.13.3.2 || hs-vector-algorithms-0.7.0.1

Revision 1.14: download - view: text, markup, annotated - select for diffs
Sun Aug 2 11:27:04 2015 UTC (9 years, 8 months ago) by szptvlfn
Branches: MAIN
CVS tags: pkgsrc-2015Q3-base, pkgsrc-2015Q3
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +2 -2 lines
Bump PKGREVISION for hs-text-1.2.1.3

Revision 1.13: download - view: text, markup, annotated - select for diffs
Sat Jul 25 21:59:57 2015 UTC (9 years, 9 months ago) by szptvlfn
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +2 -2 lines
Bump PKGREVISION for hs-unordered-containers-0.2.5.1

Revision 1.12: download - view: text, markup, annotated - select for diffs
Mon Jun 8 20:56:14 2015 UTC (9 years, 10 months ago) by szptvlfn
Branches: MAIN
CVS tags: pkgsrc-2015Q2-base, pkgsrc-2015Q2
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +2 -2 lines
Bump PKGREVISION for hs-hashable-1.2.3.2

Revision 1.11: download - view: text, markup, annotated - select for diffs
Thu Jun 4 20:08:59 2015 UTC (9 years, 10 months ago) by szptvlfn
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +2 -2 lines
Bump PKGREVISION for hs-text-1.2.1.1

Revision 1.10: download - view: text, markup, annotated - select for diffs
Sun May 31 12:59:15 2015 UTC (9 years, 11 months ago) by szptvlfn
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -2 lines
Bump PKGREVISION for hs-dlist-0.7.1.1

Revision 1.9: download - view: text, markup, annotated - select for diffs
Sat May 9 11:22:25 2015 UTC (9 years, 11 months ago) by szptvlfn
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -2 lines
Because this error:
  ERROR: hs-primitive>=0.5.4 is not installed; can't buildlink files.
Bump PKGREVISION for hs-primitive-0.5.4.0

Revision 1.8: download - view: text, markup, annotated - select for diffs
Wed Jan 7 13:21:55 2015 UTC (10 years, 3 months ago) by szptvlfn
Branches: MAIN
CVS tags: pkgsrc-2015Q1-base, pkgsrc-2015Q1
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -2 lines
Bump PKGREVISION for hs-scientific-0.3.3.5

Revision 1.7: download - view: text, markup, annotated - select for diffs
Tue Jan 6 11:54:22 2015 UTC (10 years, 3 months ago) by szptvlfn
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -2 lines
Bump PKGREVISION for hs-scientific-0.3.3.4

Revision 1.6: download - view: text, markup, annotated - select for diffs
Fri Dec 12 22:55:24 2014 UTC (10 years, 4 months ago) by szptvlfn
Branches: MAIN
CVS tags: pkgsrc-2014Q4-base, pkgsrc-2014Q4
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -2 lines
Bump PKGREVISION for hs-text-1.2.0.3

Revision 1.5: download - view: text, markup, annotated - select for diffs
Fri Dec 12 22:04:21 2014 UTC (10 years, 4 months ago) by szptvlfn
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -2 lines
Bump PKGREVISION for hs-text-1.2.0.2 || hs-hashable-1.2.3.0

Revision 1.4: download - view: text, markup, annotated - select for diffs
Sun Nov 23 12:52:31 2014 UTC (10 years, 5 months ago) by szptvlfn
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -2 lines
Bump PKGREVISION for hs-transformers-0.4.2.0

Revision 1.3: download - view: text, markup, annotated - select for diffs
Sat Oct 18 21:28:58 2014 UTC (10 years, 6 months ago) by szptvlfn
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -2 lines
Bump PKGREVISION for hs-vector-0.10.12.1

Revision 1.2: download - view: text, markup, annotated - select for diffs
Sat Sep 13 22:23:27 2014 UTC (10 years, 7 months ago) by szptvlfn
Branches: MAIN
CVS tags: pkgsrc-2014Q3-base, pkgsrc-2014Q3
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -1 lines
Bump PKGREVISION for hs-text-1.2.0.0

Revision 1.1: download - view: text, markup, annotated - select for diffs
Sun Sep 7 21:07:53 2014 UTC (10 years, 7 months ago) by szptvlfn
Branches: MAIN
Import aeson-0.7.0.6 as converters/hs-aeson,
packaged for wip.

A 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.)

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

CVSweb <webmaster@jp.NetBSD.org>