Changelog for
ghc-http-types-prof-0.12.4-1.11.x86_64.rpm :
* Thu Nov 30 2023 Peter Simons
- Update http-types to version 0.12.4. Upstream has edited the change log file since the last release in a non-trivial way, i.e. they did more than just add a new entry at the top. You can review the file at: http://hackage.haskell.org/package/http-types-0.12.4/src/CHANGELOG
* Thu Mar 30 2023 Peter Simons - Updated spec file to conform with ghc-rpm-macros-2.5.2.
* Thu Dec 17 2020 Ondřej Súkup - disable %{ix86} build
* Tue Aug 18 2020 Peter Simons - Replace %setup -q with the more modern %autosetup macro.
* Tue Jun 16 2020 Peter Simons - Re-generate file with latest version of spec-cleaner.
* Fri Nov 08 2019 Peter Simons - Drop obsolete group attributes.
* Mon Feb 25 2019 psimonsAATTsuse.com- Update http-types to version 0.12.3.
* 0.12.3 [2019-02-24] Remove now-invalid doctest options from doctests.hs.
* Wed Oct 10 2018 psimonsAATTsuse.com- Update http-types to version 0.12.2.
* 0.12.2 [2018-09-26] Add new parseQueryReplacePlus function, which allows specifying whether to replace \'+\' with \' \'. Add header name constants for \"Prefer\" and \"Preference-Applied\" (RFC 7240).
* Wed Jul 18 2018 psimonsAATTsuse.com- Cosmetic: replace tabs with blanks, strip trailing white space, and update copyright headers with spec-cleaner.
* Mon May 14 2018 psimonsAATTsuse.com- Update http-types to version 0.12.1.
* Add new functions for constructing a query URI where not all parts are escaped.
* URI encoding is now back to upper-case hexadecimal, as that is the preferred canonicalization, and the previous change caused issues with URI
* signing in at least amazonka.
* Remove dependency on blaze-builder. (Note that as a side effect of this, URI encoding is now using lower-case rather than uppercase hexadecimal.)
* Add Bounded instance to Status.
* Re-export more status codes and http20 from Network.HTTP.Types.
* New status codes, new headers.
* Fixed typo in imATeapot, added missing toEnum.
* Oh, and http20.