Package Release Info

ghc-http-api-data-0.4.3-bp154.2.15

Update Info: Base Release
Available in Package Hub : 15 SP4

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

ghc-http-api-data
ghc-http-api-data-devel

Change Logs

* Tue Jan 04 2022 Peter Simons <psimons@suse.com>
- Update http-api-data to version 0.4.3 revision 6.
  Upstream has revised the Cabal build instructions on Hackage.
* Mon Nov 15 2021 psimons@suse.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 psimons@suse.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 <mimi.vx@gmail.com>
- fix license to BSD-2-Clause
* Wed Mar 24 2021 psimons@suse.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 psimons@suse.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 psimons@suse.com
- Update http-api-data to version 0.4.3.
  0.4.3
  - ----
  * Add `Quarter`, `QuarterOfYear` and `Month` instances
  * Support `bytestring-0.11`
* Thu Dec 17 2020 Ond?ej Súkup <mimi.vx@gmail.com>
- disable %{ix86} build
* Sun Aug 30 2020 psimons@suse.com
- Update http-api-data to version 0.4.2.
  0.4.2
  - ----
  * Add instances for `Const` and `Identity`
* Tue Aug 18 2020 Peter Simons <psimons@suse.com>
- Replace %setup -q with the more modern %autosetup macro.
* Tue Jun 09 2020 psimons@suse.com
- Add http-api-data at version 0.4.1.1.
Version: 0.4.1.1-bp152.2.3
* Thu May 07 2020 Peter Simons <psimons@suse.com>
- Update Cabal file to get more accurate dependency information.
* Tue Nov 12 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 08 2019 Peter Simons <psimons@suse.com>
- Drop obsolete group attributes.
* Sun May 26 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
Version: 0.4-bp151.1.8
* Wed Nov 14 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 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 2018 psimons@suse.com
- Cosmetic: replace tabs with blanks, strip trailing white space,
  and update copyright headers with spec-cleaner.
* Mon May 14 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)).
Version: 0.3.7.1-bp150.2.4
* Thu Aug 03 2017 psimons@suse.com
- Updated with latest spec-cleaner version 0.9.8-8-geadfbbf.
* Thu May 18 2017 psimons@suse.com
- Update to version 0.3.7.1 with cabal2obs.
* Mon Apr 24 2017 psimons@suse.com
- Update to version 0.3.7 with cabal2obs.
* Wed Apr 19 2017 psimons@suse.com
- Update to version 0.3.6 with cabal2obs.
* Fri Mar 31 2017 psimons@suse.com
- Improve package description.
* Sun Feb 12 2017 psimons@suse.com
- Update to version 0.3.5 with cabal2obs.
* Mon Jul 25 2016 psimons@suse.com
- Update to version 0.2.4 revision 0 with cabal2obs.
Version: 0.2.3-2.3
* Sun Jul 10 2016 psimons@suse.com
- Update to version 0.2.3 revision 0 with cabal2obs.
* Sat Jun 11 2016 mimi.vx@gmail.com
- update to 0.2.3
  * Add more parser helpers for Bounded Enum types.
* Sun Dec 13 2015 mimi.vx@gmail.com
- update to 0.2.2
  * Add instances for more time types: LocalTime, ZonedTime, UTCTime and NominalDiffTime
* Mon Nov 23 2015 mimi.vx@gmail.com
- correct license to BSD-2-Clause
* Thu Nov 19 2015 mimi.vx@gmail.com
- initial commit