in #653 @Lysxia said
It's unfortunate that gParseJSON is exported in the toplevel modules Data.Aeson/Data.Aeson.Types. Users should really not depend on these Generics internals. It would be a good idea to hide this at some point [..] so we can just remove gParseJSON.
We should at least wait for #653 to be merged, then we can also rename the new gparseJson' to gparseJson at the same time. But I'd also like to avoid doing a major release since we had one recently and this change is mostly hygienic.
I wonder if anyone is using the current gparseJson? If they are they would probably like to use gparseJson' instead. Some investigation on aeson usages on hackage/stackage would be nice.
in #653 @Lysxia said
We should at least wait for #653 to be merged, then we can also rename the new
gparseJson'togparseJsonat the same time. But I'd also like to avoid doing a major release since we had one recently and this change is mostly hygienic.I wonder if anyone is using the current
gparseJson? If they are they would probably like to usegparseJson'instead. Some investigation on aeson usages on hackage/stackage would be nice.