Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

ghc-http-client-0.7.8-1.4 RPM for armv7hl

From OpenSuSE Ports Tumbleweed for armv7hl

Name: ghc-http-client Distribution: openSUSE Tumbleweed
Version: 0.7.8 Vendor: openSUSE
Release: 1.4 Build date: Wed Jun 23 23:13:15 2021
Group: Unspecified Build host: armbuild21
Size: 1258726 Source RPM: ghc-http-client-0.7.8-1.4.src.rpm
Packager: http://bugs.opensuse.org
Url: https://hackage.haskell.org/package/http-client
Summary: An HTTP client engine
Hackage documentation generation is not reliable. For up to date documentation,
please see: <http://www.stackage.org/package/http-client>.

Provides

Requires

License

MIT

Changelog

* Thu Apr 22 2021 psimons@suse.com
  - Update http-client to version 0.7.8.
    [#]# 0.7.8
    * Include the original `Request` in the `Response`. Expose it via `getOriginalRequest`.
* Wed Apr 14 2021 psimons@suse.com
  - Update http-client to version 0.7.7.
    [#]# 0.7.7
    * Allow secure cookies for localhost without HTTPS [#460](https://github.com/snoyberg/http-client/pull/460)
* Sun Feb 21 2021 psimons@suse.com
  - Update http-client to version 0.7.6.
    [#]# 0.7.6
    * Add `applyBearerAuth` function [#457](https://github.com/snoyberg/http-client/pull/457/files)
* Fri Feb 05 2021 psimons@suse.com
  - Update http-client to version 0.7.5.
    [#]# 0.7.5
    * Force closing connections in case of exceptions throwing [#454](https://github.com/snoyberg/http-client/pull/454).
* Wed Jan 13 2021 psimons@suse.com
  - Update http-client to version 0.7.4.
    [#]# 0.7.4
    * Depend on base64-bytestring instead of memory [#453](https://github.com/snoyberg/http-client/pull/453)
* Thu Dec 17 2020 Ondřej Súkup <mimi.vx@gmail.com>
  - disable %{ix86} build
* Tue Nov 17 2020 psimons@suse.com
  - Update http-client to version 0.7.3.
    [#]# 0.7.3
    * Added `withSocket` to `Network.HTTP.Client.Connection`.
* Mon Aug 24 2020 psimons@suse.com
  - Update http-client to version 0.7.2.1.
    [#]# 0.7.2.1
    * Fix bug in `useProxySecureWithoutConnect`.
* Fri Aug 21 2020 psimons@suse.com
  - Update http-client to version 0.7.2.
    [#]# 0.7.2
    * Add a new proxy mode, proxySecureWithoutConnect, for sending HTTPS requests in plain text to a proxy without using the CONNECT method.
* Tue Aug 18 2020 Peter Simons <psimons@suse.com>
  - Replace %setup -q with the more modern %autosetup macro.
* Fri Jun 19 2020 psimons@suse.com
  - Update http-client to version 0.7.1.
    [#]# 0.7.1
    * Remove `AI_ADDRCONFIG` [#400](https://github.com/snoyberg/http-client/issues/400)
* Tue Jun 09 2020 psimons@suse.com
  - Update http-client to version 0.7.0.
    [#]# 0.7.0
    * Remove Eq instances for Cookie, CookieJar, Response, Ord instance for Cookie [#435](https://github.com/snoyberg/http-client/pull/435)
* Wed May 06 2020 psimons@suse.com
  - Update http-client to version 0.6.4.1.
    [#]# 0.6.4.1
    * Win32 2.8 support [#430](https://github.com/snoyberg/http-client/pull/430)
* Fri Nov 08 2019 Peter Simons <psimons@suse.com>
  - Drop obsolete group attributes.
* Sat Apr 13 2019 psimons@suse.com
  - Update http-client to version 0.6.4.
    [#]# 0.6.4
    * Avoid throwing an exception when a malformed HTTP header is received,
      to be as robust as commonly used HTTP clients.
      See [#398](https://github.com/snoyberg/http-client/issues/398)
* Wed Apr 03 2019 psimons@suse.com
  - Update http-client to version 0.6.3.
    [#]# 0.6.3
    * Detect response body termination before reading an extra null chunk
      when possible. This allows connections to be reused in some corner
      cases. See
      [#395](https://github.com/snoyberg/http-client/issues/395)
* Thu Feb 28 2019 psimons@suse.com
  - Update http-client to version 0.6.2.
    [#]# 0.6.2
    * Add `shouldStripHeaderOnRedirect` option to `Request` [#300](https://github.com/snoyberg/http-client/issues/300)
* Thu Feb 21 2019 psimons@suse.com
  - Update http-client to version 0.6.1.1.
    [#]# 0.6.1.1
    * Ensure that `Int` parsing doesn't overflow [#383](https://github.com/snoyberg/http-client/issues/383)
* Tue Jan 15 2019 psimons@suse.com
  - Update http-client to version 0.6.1.
    [#]# 0.6.1
    * Add `setUriEither` to `Network.HTTP.Client.Internal`
* Thu Jan 10 2019 psimons@suse.com
  - Update http-client to version 0.6.0.
    [#]# 0.6.0
    * Generalize `renderParts` over arbitrary applicative functors.  One particular
      use case that is enabled by this change is that now `renderParts` can be used
      in pure code by using it in combination with `runIdentity`.
* Mon Nov 19 2018 psimons@suse.com
  - Update http-client to version 0.5.14.
    [#] Changelog for http-client
    [#]# 0.5.14
    * Omit port for `getUri` when protocol is `http` and port is `80`, or when
      protocol is `https` and port is `443`
    * Sending requests with invalid headers now throws InvalidRequestHeader exception
* Sat Oct 20 2018 Peter Simons <psimons@suse.com>
  - Use https URL to refer to bugs.opensuse.org.
* Wed Jul 18 2018 psimons@suse.com
  - Cosmetic: replace tabs with blanks, strip trailing white space,
    and update copyright headers with spec-cleaner.
* Fri Jul 13 2018 psimons@suse.com
  - Update http-client to version 0.5.13.1.
    [#]# 0.5.13.1
    * Add a workaround for a cabal bug [haskell-infra/hackage-trustees#165](https://github.com/haskell-infra/hackage-trustees/issues/165)
    [#]# 0.5.13
    * Adds `setRequestCheckStatus` and `throwErrorStatusCodes` functions.
      See [#304](https://github.com/snoyberg/http-client/issues/304)
    * Add `withConnection` function.
      See [#352](https://github.com/snoyberg/http-client/pull/352).
* Mon May 14 2018 psimons@suse.com
  - Update http-client to version 0.5.12.1 revision 1.
    * Make the chunked transfer-encoding detection case insensitive
      [#303](https://github.com/snoyberg/http-client/pull/303)
    * Remove some unneeded language extensions
    * Mark older versions of GHC as unsupported
    * Added `requestFromURI` and `requestFromURI_` functions.
    * Fixed non-TLS connections going though proxy [#337](https://github.com/snoyberg/http-client/issues/337)
    * Replaced `base64-bytestring` dependency with `memory`.
    * New function to partial escape query strings
    * Add `Semigroup` instances for GHC 8.4 [#320](https://github.com/snoyberg/http-client/pull/320)
    * Switch to the new STM-based manager
      [#254](https://github.com/snoyberg/http-client/pull/254)
    * Redact sensitive headers [#318](https://github.com/snoyberg/http-client/pull/318)
    * Code cleanup/delete dead code
    * Compat with Win32 2.6 [#309](https://github.com/snoyberg/http-client/issues/309)

Files

/usr/lib/ghc-8.10.4/http-client-0.7.8
/usr/lib/ghc-8.10.4/http-client-0.7.8/libHShttp-client-0.7.8-4q7uazeDJFcDGoyyYyk5Mj-ghc8.10.4.so
/usr/share/licenses/ghc-http-client
/usr/share/licenses/ghc-http-client/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Apr 27 00:22:44 2024