Hello community,

here is the log from the commit of package ghc-yesod for openSUSE:Factory 
checked in at 2017-04-11 09:44:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-yesod (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-yesod.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-yesod"

Tue Apr 11 09:44:36 2017 rev:5 rq:485226 version:1.4.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-yesod/ghc-yesod.changes      2017-03-28 
15:20:25.408851126 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-yesod.new/ghc-yesod.changes 2017-04-11 
09:44:37.853592629 +0200
@@ -1,0 +2,5 @@
+Tue Mar  7 11:19:31 UTC 2017 - [email protected]
+
+- Update to version 1.4.5 with cabal2obs.
+
+-------------------------------------------------------------------

Old:
----
  yesod-1.4.4.tar.gz

New:
----
  yesod-1.4.5.tar.gz

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

Other differences:
------------------
++++++ ghc-yesod.spec ++++++
--- /var/tmp/diff_new_pack.nrd8vT/_old  2017-04-11 09:44:39.769322007 +0200
+++ /var/tmp/diff_new_pack.nrd8vT/_new  2017-04-11 09:44:39.769322007 +0200
@@ -18,7 +18,7 @@
 
 %global pkg_name yesod
 Name:           ghc-%{pkg_name}
-Version:        1.4.4
+Version:        1.4.5
 Release:        0
 Summary:        Creation of type-safe, RESTful web applications
 License:        MIT

++++++ yesod-1.4.4.tar.gz -> yesod-1.4.5.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yesod-1.4.4/ChangeLog.md new/yesod-1.4.5/ChangeLog.md
--- old/yesod-1.4.4/ChangeLog.md        2017-01-04 16:57:49.000000000 +0100
+++ new/yesod-1.4.5/ChangeLog.md        2017-02-08 10:15:32.000000000 +0100
@@ -1,3 +1,7 @@
+## 1.4.5
+
+* Fix warnings
+
 ## 1.4.4
 
 * Reduce dependencies
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yesod-1.4.4/Yesod/Default/Config2.hs 
new/yesod-1.4.5/Yesod/Default/Config2.hs
--- old/yesod-1.4.4/Yesod/Default/Config2.hs    2017-01-04 16:57:49.000000000 
+0100
+++ new/yesod-1.4.5/Yesod/Default/Config2.hs    2017-02-05 13:38:01.000000000 
+0100
@@ -28,10 +28,6 @@
 
 import Data.Yaml.Config
 
-#if __GLASGOW_HASKELL__ < 710
-import Control.Applicative ((<$>))
-import Data.Monoid
-#endif
 import Data.Semigroup
 import Data.Aeson
 import qualified Data.HashMap.Strict as H
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yesod-1.4.4/Yesod/Default/Main.hs 
new/yesod-1.4.5/Yesod/Default/Main.hs
--- old/yesod-1.4.4/Yesod/Default/Main.hs       2017-01-04 16:57:49.000000000 
+0100
+++ new/yesod-1.4.5/Yesod/Default/Main.hs       2017-02-05 13:38:01.000000000 
+0100
@@ -41,8 +41,7 @@
 --   > main :: IO ()
 --   > main = defaultMain (fromArgs parseExtra) makeApplication
 --
-defaultMain :: (Show env, Read env)
-            => IO (AppConfig env extra)
+defaultMain :: IO (AppConfig env extra)
             -> (AppConfig env extra -> IO Application)
             -> IO ()
 defaultMain load getApp = do
@@ -60,8 +59,7 @@
 -- @Application@ to install Warp exception handlers.
 --
 -- Since 1.2.5
-defaultMainLog :: (Show env, Read env)
-               => IO (AppConfig env extra)
+defaultMainLog :: IO (AppConfig env extra)
                -> (AppConfig env extra -> IO (Application, LogFunc))
                -> IO ()
 defaultMainLog load getApp = do
@@ -113,8 +111,7 @@
 -- | Run your development app using a custom environment type and loader
 --   function
 defaultDevelApp
-    :: (Show env, Read env)
-    => IO (AppConfig env extra) -- ^ A means to load your development 
@'AppConfig'@
+    :: IO (AppConfig env extra) -- ^ A means to load your development 
@'AppConfig'@
     -> (AppConfig env extra -> IO Application) -- ^ Get your @Application@
     -> IO (Int, Application)
 defaultDevelApp load getApp = do
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yesod-1.4.4/yesod.cabal new/yesod-1.4.5/yesod.cabal
--- old/yesod-1.4.4/yesod.cabal 2017-01-04 16:57:49.000000000 +0100
+++ new/yesod-1.4.5/yesod.cabal 2017-02-08 10:15:35.000000000 +0100
@@ -1,5 +1,5 @@
 name:            yesod
-version:         1.4.4
+version:         1.4.5
 license:         MIT
 license-file:    LICENSE
 author:          Michael Snoyman <[email protected]>


Reply via email to