AArch64 | |
ppc64le | |
s390x | |
x86-64 |
- Update http-types to version 0.12.4. 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-types-0.12.4/src/CHANGELOG
- disable %{ix86} build
- Replace %setup -q with the more modern %autosetup macro.
- Re-generate file with latest version of spec-cleaner.
- Drop obsolete group attributes.
- update to 0.9
- version bump to 0.8.6 * no upstream changelog
- version bump to 0.8.5 + should not link to aws + Allow array 0.5 + remove upper boundary on text, may text simply never break anything + Derive some typeclasses for ByteRange + Allow case-insensitive 1.2 + Add additional HTTP status codes as per RFC 6585 (close #45) + Add Network.HTTP.Types.URI.extractPath … + Add support for HTTPS URLs to extractPath + Add documentation and tests for extractPath + Add doctest driver + extractPath from Network.HTTP.Types + Added urlEncode docs
- Initial package - version 0.8.1
- disable %{ix86} build
- Replace %setup -q with the more modern %autosetup macro.
- Re-generate file with latest version of spec-cleaner.
- Drop obsolete group attributes.
- Update http-types to version 0.12.3. * 0.12.3 [2019-02-24] Remove now-invalid doctest options from doctests.hs.
- Update http-types to version 0.12.2. * 0.12.2 [2018-09-26] Add new parseQueryReplacePlus function, which allows specifying whether to replace '+' with ' '. Add header name constants for "Prefer" and "Preference-Applied" (RFC 7240).
- Cosmetic: replace tabs with blanks, strip trailing white space, and update copyright headers with spec-cleaner.
- Update http-types to version 0.12.1. * Add new functions for constructing a query URI where not all parts are escaped. * URI encoding is now back to upper-case hexadecimal, as that is the preferred canonicalization, and the previous change caused issues with URI * signing in at least amazonka. * Remove dependency on blaze-builder. (Note that as a side effect of this, URI encoding is now using lower-case rather than uppercase hexadecimal.) * Add Bounded instance to Status. * Re-export more status codes and http20 from Network.HTTP.Types. * New status codes, new headers. * Fixed typo in imATeapot, added missing toEnum. * Oh, and http20.