Hello community, here is the log from the commit of package ghc-http-conduit for openSUSE:Factory checked in at 2015-08-27 08:55:30 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-http-conduit (Old) and /work/SRC/openSUSE:Factory/.ghc-http-conduit.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-http-conduit" Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-http-conduit/ghc-http-conduit.changes 2015-08-05 06:52:01.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.ghc-http-conduit.new/ghc-http-conduit.changes 2015-08-27 08:55:32.000000000 +0200 @@ -1,0 +2,6 @@ +Thu Aug 13 16:06:48 UTC 2015 - [email protected] + +- update to 2.1.8 +* Move HasHttpManager from http-conduit to http-client + +------------------------------------------------------------------- Old: ---- http-conduit-2.1.7.2.tar.gz New: ---- http-conduit-2.1.8.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-http-conduit.spec ++++++ --- /var/tmp/diff_new_pack.zy1g3O/_old 2015-08-27 08:55:32.000000000 +0200 +++ /var/tmp/diff_new_pack.zy1g3O/_new 2015-08-27 08:55:32.000000000 +0200 @@ -21,7 +21,7 @@ %bcond_with tests Name: ghc-http-conduit -Version: 2.1.7.2 +Version: 2.1.8 Release: 0 Summary: HTTP client package with conduit interface and HTTPS support License: BSD-2-Clause ++++++ http-conduit-2.1.7.2.tar.gz -> http-conduit-2.1.8.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/http-conduit-2.1.7.2/ChangeLog.md new/http-conduit-2.1.8/ChangeLog.md --- old/http-conduit-2.1.7.2/ChangeLog.md 2015-07-30 16:55:19.000000000 +0200 +++ new/http-conduit-2.1.8/ChangeLog.md 2015-08-10 18:05:04.000000000 +0200 @@ -1,3 +1,7 @@ +## 2.1.8 + +* Move HasHttpManager from http-conduit to http-client [#147](https://github.com/snoyberg/http-client/pull/147) + ## 2.1.7 * Deprecate `conduitManagerSettings`, re-export `tlsManagerSettings` [#136](https://github.com/snoyberg/http-client/issues/136) [#137](https://github.com/snoyberg/http-client/issues/137) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/http-conduit-2.1.7.2/Network/HTTP/Client/Conduit.hs new/http-conduit-2.1.8/Network/HTTP/Client/Conduit.hs --- old/http-conduit-2.1.7.2/Network/HTTP/Client/Conduit.hs 2015-07-30 16:55:19.000000000 +0200 +++ new/http-conduit-2.1.8/Network/HTTP/Client/Conduit.hs 2015-08-10 18:05:04.000000000 +0200 @@ -17,7 +17,6 @@ , withManager , withManagerSettings , newManagerSettings - , HasHttpManager (..) -- * General HTTP client interface , module Network.HTTP.Client , httpLbs @@ -45,6 +44,7 @@ newManager, responseClose, responseOpen, withManager, withResponse, BodyReader, brRead, brConsume, httpNoBody) +import Network.HTTP.Client (HasHttpManager(..)) import qualified Network.HTTP.Client as H import Network.HTTP.Client.TLS (tlsManagerSettings) @@ -126,11 +126,6 @@ responseClose :: MonadIO m => Response body -> m () responseClose = liftIO . H.responseClose -class HasHttpManager a where - getHttpManager :: a -> Manager -instance HasHttpManager Manager where - getHttpManager = id - bodyReaderSource :: MonadIO m => H.BodyReader -> Producer m ByteString diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/http-conduit-2.1.7.2/http-conduit.cabal new/http-conduit-2.1.8/http-conduit.cabal --- old/http-conduit-2.1.7.2/http-conduit.cabal 2015-07-30 16:55:19.000000000 +0200 +++ new/http-conduit-2.1.8/http-conduit.cabal 2015-08-10 18:05:04.000000000 +0200 @@ -1,5 +1,5 @@ name: http-conduit -version: 2.1.7.2 +version: 2.1.8 license: BSD3 license-file: LICENSE author: Michael Snoyman <[email protected]>
