From 47fcbacbb19a3c09cb0b52911a4f14be34ef08ced6ac48b681cd63995bd5068e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Sat, 28 Dec 2019 14:41:11 +0000 Subject: [PATCH 1/4] osc copypac from project:devel:languages:haskell:ghc-8.8.x package:ghc-http-client revision:2, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-http-client?expand=0&rev=91 --- ghc-http-client.changes | 288 +--------------------------------------- 1 file changed, 2 insertions(+), 286 deletions(-) diff --git a/ghc-http-client.changes b/ghc-http-client.changes index 47f227e..ddc7f46 100644 --- a/ghc-http-client.changes +++ b/ghc-http-client.changes @@ -1,289 +1,5 @@ ------------------------------------------------------------------- -Fri Nov 8 16:13:58 UTC 2019 - Peter Simons +Wed Aug 28 17:31:09 UTC 2019 - psimons@suse.com -- Drop obsolete group attributes. +- Add http-client at version 0.6.4. -------------------------------------------------------------------- -Sat Apr 13 02:03:10 UTC 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 3 02:01:38 UTC 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 03:01:36 UTC 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 07:46:57 UTC 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 03:03:10 UTC 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 15:43:32 UTC 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 16:03:02 UTC 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 11:31:36 UTC 2018 - Peter Simons - -- Use https URL to refer to bugs.opensuse.org. - -------------------------------------------------------------------- -Wed Jul 18 14:26:28 UTC 2018 - psimons@suse.com - -- Cosmetic: replace tabs with blanks, strip trailing white space, - and update copyright headers with spec-cleaner. - -------------------------------------------------------------------- -Fri Jul 13 14:31:24 UTC 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 17:02:11 UTC 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 3 15:38:38 UTC 2017 - psimons@suse.com - -- Updated with latest spec-cleaner version 0.9.8-8-geadfbbf. - -------------------------------------------------------------------- -Wed May 31 14:01:08 UTC 2017 - psimons@suse.com - -- Update to version 0.5.7.0. - -------------------------------------------------------------------- -Mon Feb 27 10:12:10 UTC 2017 - psimons@suse.com - -- Update to version 0.5.6.1 with cabal2obs. - -------------------------------------------------------------------- -Sun Feb 12 14:18:32 UTC 2017 - psimons@suse.com - -- Update to version 0.5.5 with cabal2obs. - -------------------------------------------------------------------- -Tue Nov 29 11:30:54 UTC 2016 - psimons@suse.com - -- Update to version 0.4.31.2 with cabal2obs. - -------------------------------------------------------------------- -Thu Sep 15 07:01:48 UTC 2016 - psimons@suse.com - -- Update to version 0.4.31.1 revision 0 with cabal2obs. - -------------------------------------------------------------------- -Sun Jul 10 15:42:37 UTC 2016 - mimi.vx@gmail.com - -- update to version 0.4.31 revision 0 -* Added length validation for RequestBodyStream - -------------------------------------------------------------------- -Sun Jul 3 12:10:09 UTC 2016 - mimi.vx@gmail.com - -- update to 0.4.30 -* Deprecate parseUrl -* Add parseUrlThrow, parseRequest, and parseRequest_ - -------------------------------------------------------------------- -Fri Jun 17 07:48:56 UTC 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 07:00:55 UTC 2016 - mimi.vx@gmail.com - -- update to 0.4.28 -* Add support for including request method in URL -* requestManagerOverride -* RequestBodyIO - -------------------------------------------------------------------- -Tue Apr 12 09:50:06 UTC 2016 - mimi.vx@gmail.com - -- update to 0.4.27.1 -* Incorrect idle connection count in HTTP manager - -------------------------------------------------------------------- -Fri Jan 22 08:59:09 UTC 2016 - mimi.vx@gmail.com - -- update to 0.4.27 -* Enable managerModifyRequest to modify checkStatus - -------------------------------------------------------------------- -Thu Dec 24 09:31:02 UTC 2015 - mimi.vx@gmail.com - -- update to 0.4.26.2 -* Fix compilation for GHC 7.4 - -------------------------------------------------------------------- -Thu Dec 17 10:40:19 UTC 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 16:44:45 UTC 2015 - mimi.vx@gmail.com - -- update to 0.4.25 -* Don't error out when response body flushing fails - -------------------------------------------------------------------- -Sun Sep 27 10:04:09 UTC 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 19:18:53 UTC 2015 - mimi.vx@gmail.com - -- update to 0.4.23 -* Case insensitive cookie domains - -------------------------------------------------------------------- -Sun Sep 13 12:49:54 UTC 2015 - mimi.vx@gmail.com - -- update to 0.4.22.1 -* ProxyConnectException now returns Right HttpException. - -------------------------------------------------------------------- -Mon Aug 31 08:04:52 UTC 2015 - mimi.vx@gmail.com - -- update to 0.4.21 -* Support no_proxy environment variable - -------------------------------------------------------------------- -Sun Aug 23 17:34:03 UTC 2015 - mimi.vx@gmail.com - -- update to 0.4.20 -* Expose brReadSome - -------------------------------------------------------------------- -Thu Aug 13 16:03:03 UTC 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 07:28:06 UTC 2015 - mimi.vx@gmail.com - -- update to 0.4.18.1 -* Case insensitive proxy environment variables -* Deprecate closeManager - -------------------------------------------------------------------- -Mon Jul 13 05:40:57 UTC 2015 - mimi.vx@gmail.com - -- update to 0.4.16 -* Proxy auth for HTTPS - -------------------------------------------------------------------- -Mon Jul 6 12:25:51 UTC 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 16:50:40 UTC 2015 - mimi.vx@gmail.com - -- update to 0.4.12 -* Added IsString RequestBody instance - -------------------------------------------------------------------- -Mon Jun 8 06:30:24 UTC 2015 - mimi.vx@gmail.com - -- update to 0.4.11.3 -* Fix getUri to insert "?" to uriQuery when necessary. - -------------------------------------------------------------------- -Mon May 4 05:55:20 UTC 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 09:12:19 UTC 2015 - mimi.vx@gmail.com - -- initial commit From ab73cce4c3d7a8fba9cf21247876711beae66a5da957c4174f250ab4a20621fd Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sun, 29 Dec 2019 02:02:58 +0000 Subject: [PATCH 2/4] osc copypac from project:devel:languages:haskell:ghc-8.6.x package:ghc-http-client revision:13, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-http-client?expand=0&rev=92 --- ghc-http-client.changes | 288 +++++++++++++++++++++++++++++++++++++++- 1 file changed, 286 insertions(+), 2 deletions(-) diff --git a/ghc-http-client.changes b/ghc-http-client.changes index ddc7f46..47f227e 100644 --- a/ghc-http-client.changes +++ b/ghc-http-client.changes @@ -1,5 +1,289 @@ ------------------------------------------------------------------- -Wed Aug 28 17:31:09 UTC 2019 - psimons@suse.com +Fri Nov 8 16:13:58 UTC 2019 - Peter Simons -- Add http-client at version 0.6.4. +- Drop obsolete group attributes. +------------------------------------------------------------------- +Sat Apr 13 02:03:10 UTC 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 3 02:01:38 UTC 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 03:01:36 UTC 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 07:46:57 UTC 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 03:03:10 UTC 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 15:43:32 UTC 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 16:03:02 UTC 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 11:31:36 UTC 2018 - Peter Simons + +- Use https URL to refer to bugs.opensuse.org. + +------------------------------------------------------------------- +Wed Jul 18 14:26:28 UTC 2018 - psimons@suse.com + +- Cosmetic: replace tabs with blanks, strip trailing white space, + and update copyright headers with spec-cleaner. + +------------------------------------------------------------------- +Fri Jul 13 14:31:24 UTC 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 17:02:11 UTC 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 3 15:38:38 UTC 2017 - psimons@suse.com + +- Updated with latest spec-cleaner version 0.9.8-8-geadfbbf. + +------------------------------------------------------------------- +Wed May 31 14:01:08 UTC 2017 - psimons@suse.com + +- Update to version 0.5.7.0. + +------------------------------------------------------------------- +Mon Feb 27 10:12:10 UTC 2017 - psimons@suse.com + +- Update to version 0.5.6.1 with cabal2obs. + +------------------------------------------------------------------- +Sun Feb 12 14:18:32 UTC 2017 - psimons@suse.com + +- Update to version 0.5.5 with cabal2obs. + +------------------------------------------------------------------- +Tue Nov 29 11:30:54 UTC 2016 - psimons@suse.com + +- Update to version 0.4.31.2 with cabal2obs. + +------------------------------------------------------------------- +Thu Sep 15 07:01:48 UTC 2016 - psimons@suse.com + +- Update to version 0.4.31.1 revision 0 with cabal2obs. + +------------------------------------------------------------------- +Sun Jul 10 15:42:37 UTC 2016 - mimi.vx@gmail.com + +- update to version 0.4.31 revision 0 +* Added length validation for RequestBodyStream + +------------------------------------------------------------------- +Sun Jul 3 12:10:09 UTC 2016 - mimi.vx@gmail.com + +- update to 0.4.30 +* Deprecate parseUrl +* Add parseUrlThrow, parseRequest, and parseRequest_ + +------------------------------------------------------------------- +Fri Jun 17 07:48:56 UTC 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 07:00:55 UTC 2016 - mimi.vx@gmail.com + +- update to 0.4.28 +* Add support for including request method in URL +* requestManagerOverride +* RequestBodyIO + +------------------------------------------------------------------- +Tue Apr 12 09:50:06 UTC 2016 - mimi.vx@gmail.com + +- update to 0.4.27.1 +* Incorrect idle connection count in HTTP manager + +------------------------------------------------------------------- +Fri Jan 22 08:59:09 UTC 2016 - mimi.vx@gmail.com + +- update to 0.4.27 +* Enable managerModifyRequest to modify checkStatus + +------------------------------------------------------------------- +Thu Dec 24 09:31:02 UTC 2015 - mimi.vx@gmail.com + +- update to 0.4.26.2 +* Fix compilation for GHC 7.4 + +------------------------------------------------------------------- +Thu Dec 17 10:40:19 UTC 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 16:44:45 UTC 2015 - mimi.vx@gmail.com + +- update to 0.4.25 +* Don't error out when response body flushing fails + +------------------------------------------------------------------- +Sun Sep 27 10:04:09 UTC 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 19:18:53 UTC 2015 - mimi.vx@gmail.com + +- update to 0.4.23 +* Case insensitive cookie domains + +------------------------------------------------------------------- +Sun Sep 13 12:49:54 UTC 2015 - mimi.vx@gmail.com + +- update to 0.4.22.1 +* ProxyConnectException now returns Right HttpException. + +------------------------------------------------------------------- +Mon Aug 31 08:04:52 UTC 2015 - mimi.vx@gmail.com + +- update to 0.4.21 +* Support no_proxy environment variable + +------------------------------------------------------------------- +Sun Aug 23 17:34:03 UTC 2015 - mimi.vx@gmail.com + +- update to 0.4.20 +* Expose brReadSome + +------------------------------------------------------------------- +Thu Aug 13 16:03:03 UTC 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 07:28:06 UTC 2015 - mimi.vx@gmail.com + +- update to 0.4.18.1 +* Case insensitive proxy environment variables +* Deprecate closeManager + +------------------------------------------------------------------- +Mon Jul 13 05:40:57 UTC 2015 - mimi.vx@gmail.com + +- update to 0.4.16 +* Proxy auth for HTTPS + +------------------------------------------------------------------- +Mon Jul 6 12:25:51 UTC 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 16:50:40 UTC 2015 - mimi.vx@gmail.com + +- update to 0.4.12 +* Added IsString RequestBody instance + +------------------------------------------------------------------- +Mon Jun 8 06:30:24 UTC 2015 - mimi.vx@gmail.com + +- update to 0.4.11.3 +* Fix getUri to insert "?" to uriQuery when necessary. + +------------------------------------------------------------------- +Mon May 4 05:55:20 UTC 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 09:12:19 UTC 2015 - mimi.vx@gmail.com + +- initial commit From e1624ee15ce24828c75362824b60c720b0299a116bd0cb8541e9c1c722bc32f9 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Tue, 24 Mar 2020 08:13:54 +0000 Subject: [PATCH 3/4] osc copypac from project:devel:languages:haskell:ghc-8.8.x package:ghc-http-client revision:4, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-http-client?expand=0&rev=93 --- ghc-http-client.changes | 8 ++++++++ ghc-http-client.spec | 4 ++-- http-client-0.6.4.1.tar.gz | 3 +++ http-client-0.6.4.tar.gz | 3 --- 4 files changed, 13 insertions(+), 5 deletions(-) create mode 100644 http-client-0.6.4.1.tar.gz delete mode 100644 http-client-0.6.4.tar.gz diff --git a/ghc-http-client.changes b/ghc-http-client.changes index 47f227e..79396bc 100644 --- a/ghc-http-client.changes +++ b/ghc-http-client.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Tue Mar 24 08:06:50 UTC 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 8 16:13:58 UTC 2019 - Peter Simons diff --git a/ghc-http-client.spec b/ghc-http-client.spec index 521ca1f..0244ca7 100644 --- a/ghc-http-client.spec +++ b/ghc-http-client.spec @@ -1,7 +1,7 @@ # # spec file for package ghc-http-client # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %global pkg_name http-client %bcond_with tests Name: ghc-%{pkg_name} -Version: 0.6.4 +Version: 0.6.4.1 Release: 0 Summary: An HTTP client engine License: MIT diff --git a/http-client-0.6.4.1.tar.gz b/http-client-0.6.4.1.tar.gz new file mode 100644 index 0000000..9fd8c0e --- /dev/null +++ b/http-client-0.6.4.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5742f36965c1030d7fb52b5fc67ccd45802f6f7e55eb7595df4eef6ea0eb22f8 +size 89702 diff --git a/http-client-0.6.4.tar.gz b/http-client-0.6.4.tar.gz deleted file mode 100644 index 5cda52b..0000000 --- a/http-client-0.6.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:369278ec3d0d89bfdd8bee5bd367b22b7812b98fd62a1121276d728aeeb239d9 -size 89810 From 6a7f9bfc1860d9ad01fefbfc292f38f4e17c6a7fdf477ccdcd16ce265fce5688 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 6 May 2020 13:42:09 +0000 Subject: [PATCH 4/4] osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-http-client revision:4, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-http-client?expand=0&rev=94 --- ghc-http-client.changes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc-http-client.changes b/ghc-http-client.changes index 79396bc..e55b882 100644 --- a/ghc-http-client.changes +++ b/ghc-http-client.changes @@ -1,5 +1,5 @@ ------------------------------------------------------------------- -Tue Mar 24 08:06:50 UTC 2020 - psimons@suse.com +Wed May 6 06:54:13 UTC 2020 - psimons@suse.com - Update http-client to version 0.6.4.1. ## 0.6.4.1