diff --git a/ghc-http-client.changes b/ghc-http-client.changes index e9a08c9..ca031ab 100644 --- a/ghc-http-client.changes +++ b/ghc-http-client.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +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 diff --git a/ghc-http-client.spec b/ghc-http-client.spec index 7b0cf2d..f17cc43 100644 --- a/ghc-http-client.spec +++ b/ghc-http-client.spec @@ -1,7 +1,7 @@ # # spec file for package ghc-http-client # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 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.5.14 +Version: 0.6.0 Release: 0 Summary: An HTTP client engine License: MIT diff --git a/http-client-0.5.14.tar.gz b/http-client-0.5.14.tar.gz deleted file mode 100644 index 47456e7..0000000 --- a/http-client-0.5.14.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8e50409704021c51a8955b2d03bfec900ebc3e11fbaebf973f2e654d7bde3647 -size 88654 diff --git a/http-client-0.6.0.tar.gz b/http-client-0.6.0.tar.gz new file mode 100644 index 0000000..00b3322 --- /dev/null +++ b/http-client-0.6.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:736fcfd1b2addff1ac68ddd399a4e63d0e19746f9d4f4905691f16fdb6d968fc +size 88836