haskell / aeson

A fast Haskell JSON library
Other
1.26k stars 321 forks source link

Drop unneeded internal modules #993

Closed phadej closed 1 year ago

phadej commented 1 year ago

Data.Aeson.Internal and Data.Aeson.Internal.Time

They are deprecated in #991

jgm commented 1 year ago

This should have been in the changelog :) Note: it breaks the yaml package; hopefully there is a way for them to work around it! (EDIT: looks fairly simple.)