forked from pool/ghc-http-api-data
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-http-api-data?expand=0&rev=96
147 lines
4.9 KiB
Plaintext
147 lines
4.9 KiB
Plaintext
-------------------------------------------------------------------
|
|
Mon Mar 31 23:31:38 UTC 2025 - Peter Simons <psimons@suse.com>
|
|
|
|
- Update http-api-data to version 0.6.2.
|
|
0.6.2
|
|
|
|
* Support GHC-9.12
|
|
* Require `cookie-0.5.1`
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Aug 2 15:48:07 UTC 2024 - Peter Simons <psimons@suse.com>
|
|
|
|
- Update http-api-data to version 0.6.1 revision 1.
|
|
Upstream has revised the Cabal build instructions on Hackage.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed May 22 10:04:17 UTC 2024 - Peter Simons <psimons@suse.com>
|
|
|
|
- Update http-api-data to version 0.6.1.
|
|
0.6.1
|
|
|
|
* Require at least GHC-8.6
|
|
* Support `cookie-0.5.0`, see [#137](https://github.com/fizruk/http-api-data/pull/137).
|
|
|
|
Note that `cookie-0.5.0`'s parser now removes double quotes around cookie values.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Oct 11 11:42:57 UTC 2023 - Peter Simons <psimons@suse.com>
|
|
|
|
- Update http-api-data to version 0.6 revision 1.
|
|
0.6
|
|
---
|
|
|
|
* Use [`text-iso8601`](https://hackage.haskell.org/package/text-iso8601)
|
|
to parse and serialise `time` types. (Instead of `attoparsec-iso8601`).
|
|
Due this change some formats are slightly changed:
|
|
|
|
- Space between timezone is not accepted
|
|
- Timezone offset can be between -23:59..23:59
|
|
- Timezone offset is output with colon between hours and minutes
|
|
|
|
* Require at least GHC-8.2
|
|
|
|
0.5.1
|
|
-----
|
|
|
|
* Add `toEncodedQueryParam` to `ToHttpApiData` type class. It has default
|
|
implementation using `toQueryParam`, but may be overriden with more efficient
|
|
one.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jun 21 17:08:10 UTC 2023 - Peter Simons <psimons@suse.com>
|
|
|
|
- Relax overspecified constraint on base-compat.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Mar 30 17:07:09 UTC 2023 - Peter Simons <psimons@suse.com>
|
|
|
|
- Updated spec file to conform with ghc-rpm-macros-2.5.2.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Aug 23 15:58:34 UTC 2022 - Peter Simons <psimons@suse.com>
|
|
|
|
- Update http-api-data to version 0.5 revision 1.
|
|
Upstream has revised the Cabal build instructions on Hackage.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jun 15 15:54:00 UTC 2022 - Peter Simons <psimons@suse.com>
|
|
|
|
- Update http-api-data to version 0.5.
|
|
0.5
|
|
---
|
|
|
|
* Use `attoparsec-iso8601-1.1.0.0`.
|
|
`Day` and `UTCTime` parsers require at least 4 digits now, which is a breaking change.
|
|
* Drop GHC-7.8 and GHC-7.10 support.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jan 4 00:30:26 UTC 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 06:57:49 UTC 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 2 08:33:15 UTC 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 6 13:21:54 UTC 2021 - Ondřej Súkup <mimi.vx@gmail.com>
|
|
|
|
- fix license to BSD-2-Clause
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Mar 24 11:20:34 UTC 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 12:47:57 UTC 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 4 11:06:21 UTC 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 12:20:00 UTC 2020 - Ondřej Súkup <mimi.vx@gmail.com>
|
|
|
|
- disable %{ix86} build
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Aug 30 02:00:37 UTC 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 10:45:06 UTC 2020 - Peter Simons <psimons@suse.com>
|
|
|
|
- Replace %setup -q with the more modern %autosetup macro.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jun 9 09:26:13 UTC 2020 - psimons@suse.com
|
|
|
|
- Add http-api-data at version 0.4.1.1.
|
|
|