Changelog for
ghc-http-api-data-devel-0.4.1.1-bp153.1.20.x86_64.rpm :
* Thu May 07 2020 Peter Simons
- Update Cabal file to get more accurate dependency information.
* Tue Nov 12 2019 psimonsAATTsuse.com- Update http-api-data to version 0.4.1.1. 0.4.1.1 - ------
* Allow cookie <0.5
* Change to `build-type: Simple`
* Fri Nov 08 2019 Peter Simons - Drop obsolete group attributes.
* Sun May 26 2019 psimonsAATTsuse.com- Update http-api-data to version 0.4.1. 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-api-data-0.4.1/src/CHANGELOG.md
* Wed Nov 14 2018 psimonsAATTsuse.com- Update http-api-data to version 0.4. 0.4 - --
* `NominalDiffTime` instances preserve precision (roundtrip)
* Add `Semigroup.Min`, `Max`, `First`, `Last` instances
* Add `Tagged b a` instances
* Wed Oct 10 2018 psimonsAATTsuse.com- Update http-api-data to version 0.3.10. 0.3.10 - --
* Fix \'SetCookie\' instances (see [#86](https://github.com/fizruk/http-api-data/pull/86))
* Add support for `Fixed` (see [#78](https://github.com/fizruk/http-api-data/pull/87)) 0.3.9 - --
* GHC-8.6 support
* Remove dependency on `uri-bytestring` and use functions from `http-types` instead (see [#75](https://github.com/fizruk/http-api-data/pull/78))
* Add support for `SetCookie` (see [#74](https://github.com/fizruk/http-api-data/pull/74))
* 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-api-data to version 0.3.8.1.
* GHC-8.4.1 support
* Stable URL-encoding for `Form`s (see [#67](https://github.com/fizruk/http-api-data/pull/67)):
* Introduce `urlEncodeParams` and `urlDecodeParams`;
* Introduce `urlEncodeAsFormStable` and use stable encoding for doctests;
* Add `toEntriesByKeyStable` and `toListStable`;
* Add `Semigroup` instance for `Form` (see [#69](https://github.com/fizruk/http-api-data/pull/69));
* Relax upper bound on Cabal (see [#73](https://github.com/fizruk/http-api-data/pull/73)).
* Thu Aug 03 2017 psimonsAATTsuse.com- Updated with latest spec-cleaner version 0.9.8-8-geadfbbf.
* Thu May 18 2017 psimonsAATTsuse.com- Update to version 0.3.7.1 with cabal2obs.
* Mon Apr 24 2017 psimonsAATTsuse.com- Update to version 0.3.7 with cabal2obs.
* Wed Apr 19 2017 psimonsAATTsuse.com- Update to version 0.3.6 with cabal2obs.
* Fri Mar 31 2017 psimonsAATTsuse.com- Improve package description.
* Sun Feb 12 2017 psimonsAATTsuse.com- Update to version 0.3.5 with cabal2obs.
* Mon Jul 25 2016 psimonsAATTsuse.com- Update to version 0.2.4 revision 0 with cabal2obs.
* Sun Jul 10 2016 psimonsAATTsuse.com- Update to version 0.2.3 revision 0 with cabal2obs.
* Sat Jun 11 2016 mimi.vxAATTgmail.com- update to 0.2.3
* Add more parser helpers for Bounded Enum types.
* Sun Dec 13 2015 mimi.vxAATTgmail.com- update to 0.2.2
* Add instances for more time types: LocalTime, ZonedTime, UTCTime and NominalDiffTime
* Mon Nov 23 2015 mimi.vxAATTgmail.com- correct license to BSD-2-Clause
* Thu Nov 19 2015 mimi.vxAATTgmail.com- initial commit