Hello community,

here is the log from the commit of package ghc-ratel for openSUSE:Factory 
checked in at 2017-08-31 20:58:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-ratel (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-ratel.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-ratel"

Thu Aug 31 20:58:13 2017 rev:2 rq:513462 version:0.3.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-ratel/ghc-ratel.changes      2017-05-09 
18:09:06.554365674 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-ratel.new/ghc-ratel.changes 2017-08-31 
20:58:14.384442452 +0200
@@ -1,0 +2,5 @@
+Thu Jul 27 14:07:28 UTC 2017 - [email protected]
+
+- Update to version 0.3.4.
+
+-------------------------------------------------------------------

Old:
----
  ratel-0.3.3.tar.gz

New:
----
  ratel-0.3.4.tar.gz

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

Other differences:
------------------
++++++ ghc-ratel.spec ++++++
--- /var/tmp/diff_new_pack.ZlGEcn/_old  2017-08-31 20:58:15.476289045 +0200
+++ /var/tmp/diff_new_pack.ZlGEcn/_new  2017-08-31 20:58:15.480288483 +0200
@@ -19,7 +19,7 @@
 %global pkg_name ratel
 %bcond_with tests
 Name:           ghc-%{pkg_name}
-Version:        0.3.3
+Version:        0.3.4
 Release:        0
 Summary:        Notify Honeybadger about exceptions
 License:        MIT

++++++ ratel-0.3.3.tar.gz -> ratel-0.3.4.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ratel-0.3.3/library/Ratel.hs 
new/ratel-0.3.4/library/Ratel.hs
--- old/ratel-0.3.3/library/Ratel.hs    2017-04-17 15:53:45.000000000 +0200
+++ new/ratel-0.3.4/library/Ratel.hs    2017-07-21 01:47:01.000000000 +0200
@@ -55,7 +55,7 @@
         Right notice -> return (unwrapNoticeUuid (noticeUuid notice))
 
 
-toError :: (?callStack :: Stack.CallStack) => Exception.SomeException -> Error
+toError :: (Exception.Exception exception, Stack.HasCallStack) => exception -> 
Error
 toError exception = Error
     { errorBacktrace = Just (toTraces ?callStack)
     , errorClass = Just (show (Typeable.typeOf exception))
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ratel-0.3.3/package.yaml new/ratel-0.3.4/package.yaml
--- old/ratel-0.3.3/package.yaml        2017-04-17 15:53:45.000000000 +0200
+++ new/ratel-0.3.4/package.yaml        2017-07-21 01:47:01.000000000 +0200
@@ -36,4 +36,4 @@
     - tasty-hspec ==1.1.*
     main: Main.hs
     source-dirs: test-suite
-version: '0.3.3'
+version: '0.3.4'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ratel-0.3.3/ratel.cabal new/ratel-0.3.4/ratel.cabal
--- old/ratel-0.3.3/ratel.cabal 2017-04-17 15:56:08.000000000 +0200
+++ new/ratel-0.3.4/ratel.cabal 2017-07-21 01:48:05.000000000 +0200
@@ -3,7 +3,7 @@
 -- see: https://github.com/sol/hpack
 
 name:           ratel
-version:        0.3.3
+version:        0.3.4
 synopsis:       Notify Honeybadger about exceptions.
 description:    Ratel notifies Honeybadger about exceptions.
 category:       Exceptions


Reply via email to