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

ghc-http-client-devel-0.6.4.1-lp152.1.1 RPM for ppc64le

From OpenSuSE Ports Leap 15.2 for ppc64le

Name: ghc-http-client-devel Distribution: openSUSE:Leap:15.2:PowerPC / ports
Version: 0.6.4.1 Vendor: openSUSE
Release: lp152.1.1 Build date: Fri May 22 01:25:40 2020
Group: Unspecified Build host: obs-power8-05
Size: 14132858 Source RPM: ghc-http-client-0.6.4.1-lp152.1.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://hackage.haskell.org/package/http-client
Summary: Haskell http-client library development files
This package provides the Haskell http-client library development files.

Provides

Requires

License

MIT

Changelog

* 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)
* Thu Aug 03 2017 psimons@suse.com
  - Updated with latest spec-cleaner version 0.9.8-8-geadfbbf.
* Wed May 31 2017 psimons@suse.com
  - Update to version 0.5.7.0.
* Mon Feb 27 2017 psimons@suse.com
  - Update to version 0.5.6.1 with cabal2obs.
* Sun Feb 12 2017 psimons@suse.com
  - Update to version 0.5.5 with cabal2obs.
* Tue Nov 29 2016 psimons@suse.com
  - Update to version 0.4.31.2 with cabal2obs.
* Thu Sep 15 2016 psimons@suse.com
  - Update to version 0.4.31.1 revision 0 with cabal2obs.
* Sun Jul 10 2016 mimi.vx@gmail.com
  - update to version 0.4.31 revision 0
    * Added length validation for RequestBodyStream
* Sun Jul 03 2016 mimi.vx@gmail.com
  - update to 0.4.30
    * Deprecate parseUrl
    * Add parseUrlThrow, parseRequest, and parseRequest_
* Fri Jun 17 2016 mimi.vx@gmail.com
  - update to 0.4.29
    * Changed the order of connecting a socket and tweaking a socket, such that
      the socket tweaking callback now happen before connecting.
    * add setRequestIgnoreStatus
    * Added missing Host: HTTP header for https CONNECT
    * Fix: Redirects will be followed in httpRaw' when reusing a dead connection
* Sat Apr 16 2016 mimi.vx@gmail.com
  - update to 0.4.28
    * Add support for including request method in URL
    * requestManagerOverride
    * RequestBodyIO
* Tue Apr 12 2016 mimi.vx@gmail.com
  - update to 0.4.27.1
    * Incorrect idle connection count in HTTP manager
* Fri Jan 22 2016 mimi.vx@gmail.com
  - update to 0.4.27
    * Enable managerModifyRequest to modify checkStatus
* Thu Dec 24 2015 mimi.vx@gmail.com
  - update to 0.4.26.2
    * Fix compilation for GHC 7.4
* Thu Dec 17 2015 mimi.vx@gmail.com
  - update to 0.4.26.1
    * Make sure we never read from or write to closed socket
* Sun Dec 13 2015 mimi.vx@gmail.com
  - update to 0.4.25
    * Don't error out when response body flushing fails
* Sun Sep 27 2015 mimi.vx@gmail.com
  - update to 0.4.24
    * Use a new TlsExceptionHostPort exception to indicate the host and port of the
    server we were trying to connect to when a TLS exception occurred.
* Sun Sep 20 2015 mimi.vx@gmail.com
  - update to 0.4.23
    * Case insensitive cookie domains
* Sun Sep 13 2015 mimi.vx@gmail.com
  - update to 0.4.22.1
    * ProxyConnectException now returns Right HttpException.
* Mon Aug 31 2015 mimi.vx@gmail.com
  - update to 0.4.21
    * Support no_proxy environment variable
* Sun Aug 23 2015 mimi.vx@gmail.com
  - update to 0.4.20
    * Expose brReadSome
* Thu Aug 13 2015 mimi.vx@gmail.com
  - update to 0.4.19
    * Move HasHttpManager from http-conduit to http-client
    * Chunked request bodies use less TCP packets
* Mon Jul 27 2015 mimi.vx@gmail.com
  - update to 0.4.18.1
    * Case insensitive proxy environment variables
    * Deprecate closeManager
* Mon Jul 13 2015 mimi.vx@gmail.com
  - update to 0.4.16
    * Proxy auth for HTTPS
* Mon Jul 06 2015 mimi.vx@gmail.com
  - update to 0.4.15
    * Support proxy authentication in environment variables
    * Ignore empty http_proxy
    * Support for auth via url
* Sun Jun 21 2015 mimi.vx@gmail.com
  - update to 0.4.12
    * Added IsString RequestBody instance
* Mon Jun 08 2015 mimi.vx@gmail.com
  - update to 0.4.11.3
    * Fix getUri to insert "?" to uriQuery when necessary.
* Mon May 04 2015 mimi.vx@gmail.com
  - update to 0.4.11.2
    + Removed publicsuffixlist dependency, see [Github discussion](https://github.com/litherum/publicsuffixlist/pull/7)
* Wed Apr 22 2015 mimi.vx@gmail.com
  - initial commit

Files

/usr/lib64/ghc-8.10.1/http-client-0.6.4.1/Data
/usr/lib64/ghc-8.10.1/http-client-0.6.4.1/Data/KeyedPool.dyn_hi
/usr/lib64/ghc-8.10.1/http-client-0.6.4.1/Data/KeyedPool.hi
/usr/lib64/ghc-8.10.1/http-client-0.6.4.1/Data/KeyedPool.p_hi
/usr/lib64/ghc-8.10.1/http-client-0.6.4.1/Network
/usr/lib64/ghc-8.10.1/http-client-0.6.4.1/Network/HTTP
/usr/lib64/ghc-8.10.1/http-client-0.6.4.1/Network/HTTP/Client
/usr/lib64/ghc-8.10.1/http-client-0.6.4.1/Network/HTTP/Client.dyn_hi
/usr/lib64/ghc-8.10.1/http-client-0.6.4.1/Network/HTTP/Client.hi
/usr/lib64/ghc-8.10.1/http-client-0.6.4.1/Network/HTTP/Client.p_hi
/usr/lib64/ghc-8.10.1/http-client-0.6.4.1/Network/HTTP/Client/Body.dyn_hi
/usr/lib64/ghc-8.10.1/http-client-0.6.4.1/Network/HTTP/Client/Body.hi
/usr/lib64/ghc-8.10.1/http-client-0.6.4.1/Network/HTTP/Client/Body.p_hi
/usr/lib64/ghc-8.10.1/http-client-0.6.4.1/Network/HTTP/Client/Connection.dyn_hi
/usr/lib64/ghc-8.10.1/http-client-0.6.4.1/Network/HTTP/Client/Connection.hi
/usr/lib64/ghc-8.10.1/http-client-0.6.4.1/Network/HTTP/Client/Connection.p_hi
/usr/lib64/ghc-8.10.1/http-client-0.6.4.1/Network/HTTP/Client/Cookies.dyn_hi
/usr/lib64/ghc-8.10.1/http-client-0.6.4.1/Network/HTTP/Client/Cookies.hi
/usr/lib64/ghc-8.10.1/http-client-0.6.4.1/Network/HTTP/Client/Cookies.p_hi
/usr/lib64/ghc-8.10.1/http-client-0.6.4.1/Network/HTTP/Client/Core.dyn_hi
/usr/lib64/ghc-8.10.1/http-client-0.6.4.1/Network/HTTP/Client/Core.hi
/usr/lib64/ghc-8.10.1/http-client-0.6.4.1/Network/HTTP/Client/Core.p_hi
/usr/lib64/ghc-8.10.1/http-client-0.6.4.1/Network/HTTP/Client/Headers.dyn_hi
/usr/lib64/ghc-8.10.1/http-client-0.6.4.1/Network/HTTP/Client/Headers.hi
/usr/lib64/ghc-8.10.1/http-client-0.6.4.1/Network/HTTP/Client/Headers.p_hi
/usr/lib64/ghc-8.10.1/http-client-0.6.4.1/Network/HTTP/Client/Internal.dyn_hi
/usr/lib64/ghc-8.10.1/http-client-0.6.4.1/Network/HTTP/Client/Internal.hi
/usr/lib64/ghc-8.10.1/http-client-0.6.4.1/Network/HTTP/Client/Internal.p_hi
/usr/lib64/ghc-8.10.1/http-client-0.6.4.1/Network/HTTP/Client/Manager.dyn_hi
/usr/lib64/ghc-8.10.1/http-client-0.6.4.1/Network/HTTP/Client/Manager.hi
/usr/lib64/ghc-8.10.1/http-client-0.6.4.1/Network/HTTP/Client/Manager.p_hi
/usr/lib64/ghc-8.10.1/http-client-0.6.4.1/Network/HTTP/Client/MultipartFormData.dyn_hi
/usr/lib64/ghc-8.10.1/http-client-0.6.4.1/Network/HTTP/Client/MultipartFormData.hi
/usr/lib64/ghc-8.10.1/http-client-0.6.4.1/Network/HTTP/Client/MultipartFormData.p_hi
/usr/lib64/ghc-8.10.1/http-client-0.6.4.1/Network/HTTP/Client/Request.dyn_hi
/usr/lib64/ghc-8.10.1/http-client-0.6.4.1/Network/HTTP/Client/Request.hi
/usr/lib64/ghc-8.10.1/http-client-0.6.4.1/Network/HTTP/Client/Request.p_hi
/usr/lib64/ghc-8.10.1/http-client-0.6.4.1/Network/HTTP/Client/Response.dyn_hi
/usr/lib64/ghc-8.10.1/http-client-0.6.4.1/Network/HTTP/Client/Response.hi
/usr/lib64/ghc-8.10.1/http-client-0.6.4.1/Network/HTTP/Client/Response.p_hi
/usr/lib64/ghc-8.10.1/http-client-0.6.4.1/Network/HTTP/Client/Types.dyn_hi
/usr/lib64/ghc-8.10.1/http-client-0.6.4.1/Network/HTTP/Client/Types.hi
/usr/lib64/ghc-8.10.1/http-client-0.6.4.1/Network/HTTP/Client/Types.p_hi
/usr/lib64/ghc-8.10.1/http-client-0.6.4.1/Network/HTTP/Client/Util.dyn_hi
/usr/lib64/ghc-8.10.1/http-client-0.6.4.1/Network/HTTP/Client/Util.hi
/usr/lib64/ghc-8.10.1/http-client-0.6.4.1/Network/HTTP/Client/Util.p_hi
/usr/lib64/ghc-8.10.1/http-client-0.6.4.1/Network/HTTP/Proxy.dyn_hi
/usr/lib64/ghc-8.10.1/http-client-0.6.4.1/Network/HTTP/Proxy.hi
/usr/lib64/ghc-8.10.1/http-client-0.6.4.1/Network/HTTP/Proxy.p_hi
/usr/lib64/ghc-8.10.1/http-client-0.6.4.1/Network/PublicSuffixList
/usr/lib64/ghc-8.10.1/http-client-0.6.4.1/Network/PublicSuffixList/DataStructure.dyn_hi
/usr/lib64/ghc-8.10.1/http-client-0.6.4.1/Network/PublicSuffixList/DataStructure.hi
/usr/lib64/ghc-8.10.1/http-client-0.6.4.1/Network/PublicSuffixList/DataStructure.p_hi
/usr/lib64/ghc-8.10.1/http-client-0.6.4.1/Network/PublicSuffixList/Lookup.dyn_hi
/usr/lib64/ghc-8.10.1/http-client-0.6.4.1/Network/PublicSuffixList/Lookup.hi
/usr/lib64/ghc-8.10.1/http-client-0.6.4.1/Network/PublicSuffixList/Lookup.p_hi
/usr/lib64/ghc-8.10.1/http-client-0.6.4.1/Network/PublicSuffixList/Serialize.dyn_hi
/usr/lib64/ghc-8.10.1/http-client-0.6.4.1/Network/PublicSuffixList/Serialize.hi
/usr/lib64/ghc-8.10.1/http-client-0.6.4.1/Network/PublicSuffixList/Serialize.p_hi
/usr/lib64/ghc-8.10.1/http-client-0.6.4.1/Network/PublicSuffixList/Types.dyn_hi
/usr/lib64/ghc-8.10.1/http-client-0.6.4.1/Network/PublicSuffixList/Types.hi
/usr/lib64/ghc-8.10.1/http-client-0.6.4.1/Network/PublicSuffixList/Types.p_hi
/usr/lib64/ghc-8.10.1/http-client-0.6.4.1/libHShttp-client-0.6.4.1-I3M4Obk0x9IJdOKzp6cE0V.a
/usr/lib64/ghc-8.10.1/http-client-0.6.4.1/libHShttp-client-0.6.4.1-I3M4Obk0x9IJdOKzp6cE0V_p.a
/usr/lib64/ghc-8.10.1/package.conf.d/http-client-0.6.4.1.conf
/usr/share/doc/ghc-8.10.1/html/libraries/http-client-0.6.4.1
/usr/share/doc/ghc-8.10.1/html/libraries/http-client-0.6.4.1/Network-HTTP-Client-Internal.html
/usr/share/doc/ghc-8.10.1/html/libraries/http-client-0.6.4.1/Network-HTTP-Client-MultipartFormData.html
/usr/share/doc/ghc-8.10.1/html/libraries/http-client-0.6.4.1/Network-HTTP-Client.html
/usr/share/doc/ghc-8.10.1/html/libraries/http-client-0.6.4.1/doc-index-A.html
/usr/share/doc/ghc-8.10.1/html/libraries/http-client-0.6.4.1/doc-index-All.html
/usr/share/doc/ghc-8.10.1/html/libraries/http-client-0.6.4.1/doc-index-B.html
/usr/share/doc/ghc-8.10.1/html/libraries/http-client-0.6.4.1/doc-index-C.html
/usr/share/doc/ghc-8.10.1/html/libraries/http-client-0.6.4.1/doc-index-D.html
/usr/share/doc/ghc-8.10.1/html/libraries/http-client-0.6.4.1/doc-index-E.html
/usr/share/doc/ghc-8.10.1/html/libraries/http-client-0.6.4.1/doc-index-F.html
/usr/share/doc/ghc-8.10.1/html/libraries/http-client-0.6.4.1/doc-index-G.html
/usr/share/doc/ghc-8.10.1/html/libraries/http-client-0.6.4.1/doc-index-H.html
/usr/share/doc/ghc-8.10.1/html/libraries/http-client-0.6.4.1/doc-index-I.html
/usr/share/doc/ghc-8.10.1/html/libraries/http-client-0.6.4.1/doc-index-L.html
/usr/share/doc/ghc-8.10.1/html/libraries/http-client-0.6.4.1/doc-index-M.html
/usr/share/doc/ghc-8.10.1/html/libraries/http-client-0.6.4.1/doc-index-N.html
/usr/share/doc/ghc-8.10.1/html/libraries/http-client-0.6.4.1/doc-index-O.html
/usr/share/doc/ghc-8.10.1/html/libraries/http-client-0.6.4.1/doc-index-P.html
/usr/share/doc/ghc-8.10.1/html/libraries/http-client-0.6.4.1/doc-index-Q.html
/usr/share/doc/ghc-8.10.1/html/libraries/http-client-0.6.4.1/doc-index-R.html
/usr/share/doc/ghc-8.10.1/html/libraries/http-client-0.6.4.1/doc-index-S.html
/usr/share/doc/ghc-8.10.1/html/libraries/http-client-0.6.4.1/doc-index-T.html
/usr/share/doc/ghc-8.10.1/html/libraries/http-client-0.6.4.1/doc-index-U.html
/usr/share/doc/ghc-8.10.1/html/libraries/http-client-0.6.4.1/doc-index-V.html
/usr/share/doc/ghc-8.10.1/html/libraries/http-client-0.6.4.1/doc-index-W.html
/usr/share/doc/ghc-8.10.1/html/libraries/http-client-0.6.4.1/doc-index.html
/usr/share/doc/ghc-8.10.1/html/libraries/http-client-0.6.4.1/haddock-bundle.min.js
/usr/share/doc/ghc-8.10.1/html/libraries/http-client-0.6.4.1/http-client.haddock
/usr/share/doc/ghc-8.10.1/html/libraries/http-client-0.6.4.1/http-client.txt
/usr/share/doc/ghc-8.10.1/html/libraries/http-client-0.6.4.1/index.html
/usr/share/doc/ghc-8.10.1/html/libraries/http-client-0.6.4.1/linuwial.css
/usr/share/doc/ghc-8.10.1/html/libraries/http-client-0.6.4.1/meta.json
/usr/share/doc/ghc-8.10.1/html/libraries/http-client-0.6.4.1/quick-jump.css
/usr/share/doc/ghc-8.10.1/html/libraries/http-client-0.6.4.1/src
/usr/share/doc/ghc-8.10.1/html/libraries/http-client-0.6.4.1/src/Data.KeyedPool.html
/usr/share/doc/ghc-8.10.1/html/libraries/http-client-0.6.4.1/src/Network.HTTP.Client.Body.html
/usr/share/doc/ghc-8.10.1/html/libraries/http-client-0.6.4.1/src/Network.HTTP.Client.Connection.html
/usr/share/doc/ghc-8.10.1/html/libraries/http-client-0.6.4.1/src/Network.HTTP.Client.Cookies.html
/usr/share/doc/ghc-8.10.1/html/libraries/http-client-0.6.4.1/src/Network.HTTP.Client.Core.html
/usr/share/doc/ghc-8.10.1/html/libraries/http-client-0.6.4.1/src/Network.HTTP.Client.Headers.html
/usr/share/doc/ghc-8.10.1/html/libraries/http-client-0.6.4.1/src/Network.HTTP.Client.Internal.html
/usr/share/doc/ghc-8.10.1/html/libraries/http-client-0.6.4.1/src/Network.HTTP.Client.Manager.html
/usr/share/doc/ghc-8.10.1/html/libraries/http-client-0.6.4.1/src/Network.HTTP.Client.MultipartFormData.html
/usr/share/doc/ghc-8.10.1/html/libraries/http-client-0.6.4.1/src/Network.HTTP.Client.Request.html
/usr/share/doc/ghc-8.10.1/html/libraries/http-client-0.6.4.1/src/Network.HTTP.Client.Response.html
/usr/share/doc/ghc-8.10.1/html/libraries/http-client-0.6.4.1/src/Network.HTTP.Client.Types.html
/usr/share/doc/ghc-8.10.1/html/libraries/http-client-0.6.4.1/src/Network.HTTP.Client.Util.html
/usr/share/doc/ghc-8.10.1/html/libraries/http-client-0.6.4.1/src/Network.HTTP.Client.html
/usr/share/doc/ghc-8.10.1/html/libraries/http-client-0.6.4.1/src/Network.HTTP.Proxy.html
/usr/share/doc/ghc-8.10.1/html/libraries/http-client-0.6.4.1/src/Network.PublicSuffixList.DataStructure.html
/usr/share/doc/ghc-8.10.1/html/libraries/http-client-0.6.4.1/src/Network.PublicSuffixList.Lookup.html
/usr/share/doc/ghc-8.10.1/html/libraries/http-client-0.6.4.1/src/Network.PublicSuffixList.Serialize.html
/usr/share/doc/ghc-8.10.1/html/libraries/http-client-0.6.4.1/src/Network.PublicSuffixList.Types.html
/usr/share/doc/ghc-8.10.1/html/libraries/http-client-0.6.4.1/src/highlight.js
/usr/share/doc/ghc-8.10.1/html/libraries/http-client-0.6.4.1/src/style.css
/usr/share/doc/ghc-8.10.1/html/libraries/http-client-0.6.4.1/synopsis.png
/usr/share/doc/packages/ghc-http-client-devel
/usr/share/doc/packages/ghc-http-client-devel/ChangeLog.md
/usr/share/doc/packages/ghc-http-client-devel/README.md


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Mar 9 12:11:19 2024