Package Release Info

ghc-http-types-0.9.1-bp150.2.5

Update Info: Base Release
Available in Package Hub : 15

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

ghc-http-types
ghc-http-types-devel

Change Logs

Version: 0.12.3-150500.1.1
* Thu Dec 17 2020 mimi.vx@gmail.com
- disable %{ix86} build
* Tue Aug 18 2020 psimons@suse.com
- Replace %setup -q with the more modern %autosetup macro.
* Tue Jun 16 2020 psimons@suse.com
- Re-generate file with latest version of spec-cleaner.
* Fri Nov 08 2019 psimons@suse.com
- Drop obsolete group attributes.
* Mon Feb 25 2019 psimons@suse.com
- Update http-types to version 0.12.3.
  * 0.12.3 [2019-02-24]
  Remove now-invalid doctest options from doctests.hs.
Version: 0.9.1-bp150.2.4
* Thu Aug 03 2017 psimons@suse.com
- Updated with latest spec-cleaner version 0.9.8-8-geadfbbf.
Version: 0.9.1-6.5
* Sun Jul 10 2016 psimons@suse.com
- Update to version 0.9.1 revision 0 with cabal2obs.
* Sun Jun 05 2016 mimi.vx@gmail.com
- update to 0.9.1
- remove useless _service
  * New function: parseByteRanges.
  * Support for HTTP status 422 "Unprocessable Entity" (RFC 4918).
Version: 0.9-3.1
* Wed Dec 30 2015 mimi.vx@gmail.com
- update to 0.9
* Tue Apr 21 2015 mimi.vx@gmail.com
- version bump to 0.8.6
  * no upstream changelog
* Sun Feb 01 2015 mimi.vx@gmail.com
- 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
* Mon Oct 07 2013 sbahling@suse.com
- Initial package - version 0.8.1
Version: 0.12.3-bp154.2.13
* Thu Dec 17 2020 Ond?ej SĂșkup <mimi.vx@gmail.com>
- disable %{ix86} build
* Tue Aug 18 2020 Peter Simons <psimons@suse.com>
- Replace %setup -q with the more modern %autosetup macro.
* Tue Jun 16 2020 Peter Simons <psimons@suse.com>
- Re-generate file with latest version of spec-cleaner.
Version: 0.12.3-bp152.1.12
* Fri Nov 08 2019 Peter Simons <psimons@suse.com>
- Drop obsolete group attributes.
Version: 0.12.2-bp151.1.9
* Wed Oct 10 2018 psimons@suse.com
- 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).
* 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-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.