Changelog for
ghc-http-api-data-prof-0.6.1-2.1.x86_64.rpm :
* Fri Aug 02 2024 Peter Simons
- Update http-api-data to version 0.6.1 revision 1. Upstream has revised the Cabal build instructions on Hackage.
* Wed May 22 2024 Peter Simons - Update http-api-data to version 0.6.1. 0.6.1
* Require at least GHC-8.6
* Support `cookie-0.5.0`, see [#137](https://github.com/fizruk/http-api-data/pull/137). Note that `cookie-0.5.0`\'s parser now removes double quotes around cookie values.
* Wed Oct 11 2023 Peter Simons - Update http-api-data to version 0.6 revision 1. 0.6 - --
* Use [`text-iso8601`](https://hackage.haskell.org/package/text-iso8601) to parse and serialise `time` types. (Instead of `attoparsec-iso8601`). Due this change some formats are slightly changed: - Space between timezone is not accepted - Timezone offset can be between -23:59..23:59 - Timezone offset is output with colon between hours and minutes
* Require at least GHC-8.2 0.5.1 - ----
* Add `toEncodedQueryParam` to `ToHttpApiData` type class. It has default implementation using `toQueryParam`, but may be overriden with more efficient one.
* Wed Jun 21 2023 Peter Simons - Relax overspecified constraint on base-compat.
* Thu Mar 30 2023 Peter Simons - Updated spec file to conform with ghc-rpm-macros-2.5.2.
* Tue Aug 23 2022 Peter Simons - Update http-api-data to version 0.5 revision 1. Upstream has revised the Cabal build instructions on Hackage.
* Wed Jun 15 2022 Peter Simons - Update http-api-data to version 0.5. 0.5 - --
* Use `attoparsec-iso8601-1.1.0.0`. `Day` and `UTCTime` parsers require at least 4 digits now, which is a breaking change.
* Drop GHC-7.8 and GHC-7.10 support.
* Tue Jan 04 2022 Peter Simons - Update http-api-data to version 0.4.3 revision 6. Upstream has revised the Cabal build instructions on Hackage.
* Mon Nov 15 2021 psimonsAATTsuse.com- Update http-api-data to version 0.4.3 revision 4. Upstream has revised the Cabal build instructions on Hackage.
* Thu Sep 02 2021 psimonsAATTsuse.com- Update http-api-data to version 0.4.3 revision 3. Upstream has revised the Cabal build instructions on Hackage.
* Tue Apr 06 2021 Ondřej Súkup - fix license to BSD-2-Clause
* Wed Mar 24 2021 psimonsAATTsuse.com- Update http-api-data to version 0.4.3 revision 2. Upstream has revised the Cabal build instructions on Hackage.
* Sun Feb 21 2021 psimonsAATTsuse.com- Update http-api-data to version 0.4.3 revision 1. Upstream has revised the Cabal build instructions on Hackage.
* Mon Jan 04 2021 psimonsAATTsuse.com- Update http-api-data to version 0.4.3. 0.4.3 - ----
* Add `Quarter`, `QuarterOfYear` and `Month` instances
* Support `bytestring-0.11`