Changelog for
ghc-http-api-data-0.4-42.2.x86_64.rpm :
Wed Nov 14 13:00:00 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 14:00:00 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 14:00:00 2018 psimonsAATTsuse.com
- Cosmetic: replace tabs with blanks, strip trailing white space,
and update copyright headers with spec-cleaner.
Mon May 14 14:00:00 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 3 14:00:00 2017 psimonsAATTsuse.com
- Updated with latest spec-cleaner version 0.9.8-8-geadfbbf.
Thu May 18 14:00:00 2017 psimonsAATTsuse.com
- Update to version 0.3.7.1 with cabal2obs.
Mon Apr 24 14:00:00 2017 psimonsAATTsuse.com
- Update to version 0.3.7 with cabal2obs.
Wed Apr 19 14:00:00 2017 psimonsAATTsuse.com
- Update to version 0.3.6 with cabal2obs.
Fri Mar 31 14:00:00 2017 psimonsAATTsuse.com
- Improve package description.
Sun Feb 12 13:00:00 2017 psimonsAATTsuse.com
- Update to version 0.3.5 with cabal2obs.
Mon Jul 25 14:00:00 2016 psimonsAATTsuse.com
- Update to version 0.2.4 revision 0 with cabal2obs.
Sun Jul 10 14:00:00 2016 psimonsAATTsuse.com
- Update to version 0.2.3 revision 0 with cabal2obs.
Sat Jun 11 14:00:00 2016 mimi.vxAATTgmail.com
- update to 0.2.3
* Add more parser helpers for Bounded Enum types.
Sun Dec 13 13:00:00 2015 mimi.vxAATTgmail.com
- update to 0.2.2
* Add instances for more time types: LocalTime, ZonedTime, UTCTime and NominalDiffTime
Mon Nov 23 13:00:00 2015 mimi.vxAATTgmail.com
- correct license to BSD-2-Clause
Thu Nov 19 13:00:00 2015 mimi.vxAATTgmail.com
- initial commit