File ghc-http-api-data.changes of Package ghc-http-api-data
-------------------------------------------------------------------
Thu May 7 08:38:40 UTC 2020 - Peter Simons <psimons@suse.com>
- Update Cabal file to get more accurate dependency information.
-------------------------------------------------------------------
Tue Nov 12 09:57:07 UTC 2019 - psimons@suse.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 8 16:13:57 UTC 2019 - Peter Simons <psimons@suse.com>
- Drop obsolete group attributes.
-------------------------------------------------------------------
Sun May 26 09:27:02 UTC 2019 - psimons@suse.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 03:01:49 UTC 2018 - psimons@suse.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 19:24:02 UTC 2018 - psimons@suse.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:26:28 UTC 2018 - psimons@suse.com
- Cosmetic: replace tabs with blanks, strip trailing white space,
and update copyright headers with spec-cleaner.
-------------------------------------------------------------------
Mon May 14 17:02:11 UTC 2018 - psimons@suse.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 15:38:38 UTC 2017 - psimons@suse.com
- Updated with latest spec-cleaner version 0.9.8-8-geadfbbf.
-------------------------------------------------------------------
Thu May 18 09:52:26 UTC 2017 - psimons@suse.com
- Update to version 0.3.7.1 with cabal2obs.
-------------------------------------------------------------------
Mon Apr 24 12:26:17 UTC 2017 - psimons@suse.com
- Update to version 0.3.7 with cabal2obs.
-------------------------------------------------------------------
Wed Apr 19 13:32:14 UTC 2017 - psimons@suse.com
- Update to version 0.3.6 with cabal2obs.
-------------------------------------------------------------------
Fri Mar 31 14:57:24 UTC 2017 - psimons@suse.com
- Improve package description.
-------------------------------------------------------------------
Sun Feb 12 14:17:23 UTC 2017 - psimons@suse.com
- Update to version 0.3.5 with cabal2obs.
-------------------------------------------------------------------
Mon Jul 25 11:25:03 UTC 2016 - psimons@suse.com
- Update to version 0.2.4 revision 0 with cabal2obs.
-------------------------------------------------------------------
Sun Jul 10 17:31:34 UTC 2016 - psimons@suse.com
- Update to version 0.2.3 revision 0 with cabal2obs.
-------------------------------------------------------------------
Sat Jun 11 11:30:24 UTC 2016 - mimi.vx@gmail.com
- update to 0.2.3
* Add more parser helpers for Bounded Enum types.
-------------------------------------------------------------------
Sun Dec 13 16:38:11 UTC 2015 - mimi.vx@gmail.com
- update to 0.2.2
* Add instances for more time types: LocalTime, ZonedTime, UTCTime and NominalDiffTime
-------------------------------------------------------------------
Mon Nov 23 13:12:02 UTC 2015 - mimi.vx@gmail.com
- correct license to BSD-2-Clause
-------------------------------------------------------------------
Thu Nov 19 14:17:04 UTC 2015 - mimi.vx@gmail.com
- initial commit