Hello community,

here is the log from the commit of package ghc-http-client for openSUSE:Factory 
checked in at 2015-12-29 12:59:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-http-client (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-http-client.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-http-client"

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-http-client/ghc-http-client.changes  
2015-12-23 08:50:13.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-http-client.new/ghc-http-client.changes     
2015-12-29 12:59:57.000000000 +0100
@@ -1,0 +2,6 @@
+Thu Dec 24 09:31:02 UTC 2015 - [email protected]
+
+- update to 0.4.26.2
+* Fix compilation for GHC 7.4
+
+-------------------------------------------------------------------

Old:
----
  http-client-0.4.26.1.tar.gz

New:
----
  http-client-0.4.26.2.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ ghc-http-client.spec ++++++
--- /var/tmp/diff_new_pack.YO3Z6F/_old  2015-12-29 12:59:58.000000000 +0100
+++ /var/tmp/diff_new_pack.YO3Z6F/_new  2015-12-29 12:59:58.000000000 +0100
@@ -21,7 +21,7 @@
 %bcond_with tests
 
 Name:           ghc-http-client
-Version:        0.4.26.1
+Version:        0.4.26.2
 Release:        0
 Summary:        HTTP client engine, intended as a base layer 
 License:        MIT

++++++ http-client-0.4.26.1.tar.gz -> http-client-0.4.26.2.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/http-client-0.4.26.1/ChangeLog.md 
new/http-client-0.4.26.2/ChangeLog.md
--- old/http-client-0.4.26.1/ChangeLog.md       2015-12-15 06:31:42.000000000 
+0100
+++ new/http-client-0.4.26.2/ChangeLog.md       2015-12-22 18:46:34.000000000 
+0100
@@ -1,3 +1,7 @@
+## 0.4.26.2
+
+* Fix compilation for GHC 7.4
+
 ## 0.4.26.1
 
 * Fix compilation for GHC < 7.10
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/http-client-0.4.26.1/Network/HTTP/Client/Core.hs 
new/http-client-0.4.26.2/Network/HTTP/Client/Core.hs
--- old/http-client-0.4.26.1/Network/HTTP/Client/Core.hs        2015-12-15 
06:31:42.000000000 +0100
+++ new/http-client-0.4.26.2/Network/HTTP/Client/Core.hs        2015-12-22 
18:46:34.000000000 +0100
@@ -12,6 +12,9 @@
     , httpRedirect
     ) where
 
+#if !MIN_VERSION_base(4,6,0)
+import Prelude hiding (catch)
+#endif
 import Network.HTTP.Types
 import Network.HTTP.Client.Manager
 import Network.HTTP.Client.Types
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/http-client-0.4.26.1/http-client.cabal 
new/http-client-0.4.26.2/http-client.cabal
--- old/http-client-0.4.26.1/http-client.cabal  2015-12-15 06:31:42.000000000 
+0100
+++ new/http-client-0.4.26.2/http-client.cabal  2015-12-22 18:46:34.000000000 
+0100
@@ -1,5 +1,5 @@
 name:                http-client
-version:             0.4.26.1
+version:             0.4.26.2
 synopsis:            An HTTP client engine, intended as a base layer for more 
user-friendly packages.
 description:         Hackage documentation generation is not reliable. For up 
to date documentation, please see: 
<http://www.stackage.org/package/http-client>.
 homepage:            https://github.com/snoyberg/http-client


Reply via email to