Hello community,

here is the log from the commit of package ghc-HUnit for openSUSE:Factory 
checked in at 2016-01-21 23:43:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-HUnit (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-HUnit.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-HUnit"

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-HUnit/ghc-HUnit.changes      2016-01-08 
15:22:58.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-HUnit.new/ghc-HUnit.changes 2016-01-22 
01:08:35.000000000 +0100
@@ -1,0 +2,5 @@
+Fri Jan 15 10:01:12 UTC 2016 - mimi...@gmail.com
+
+- update to 1.3.1.0 
+
+-------------------------------------------------------------------

Old:
----
  HUnit-1.3.0.0.tar.gz

New:
----
  HUnit-1.3.1.0.tar.gz

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

Other differences:
------------------
++++++ ghc-HUnit.spec ++++++
--- /var/tmp/diff_new_pack.I27pWT/_old  2016-01-22 01:08:37.000000000 +0100
+++ /var/tmp/diff_new_pack.I27pWT/_new  2016-01-22 01:08:37.000000000 +0100
@@ -19,7 +19,7 @@
 %global pkg_name HUnit
 
 Name:           ghc-HUnit
-Version:        1.3.0.0
+Version:        1.3.1.0
 Release:        0
 Summary:        A unit testing framework for Haskell
 License:        BSD-3-Clause

++++++ HUnit-1.3.0.0.tar.gz -> HUnit-1.3.1.0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/HUnit-1.3.0.0/HUnit.cabal 
new/HUnit-1.3.1.0/HUnit.cabal
--- old/HUnit-1.3.0.0/HUnit.cabal       2015-08-21 10:48:41.000000000 +0200
+++ new/HUnit-1.3.1.0/HUnit.cabal       2016-01-11 10:04:20.000000000 +0100
@@ -1,5 +1,5 @@
 Name:                   HUnit
-Version:                1.3.0.0
+Version:                1.3.1.0
 Cabal-Version:          >= 1.8
 License:                BSD3
 License-File:           LICENSE
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/HUnit-1.3.0.0/README.md new/HUnit-1.3.1.0/README.md
--- old/HUnit-1.3.0.0/README.md 2015-08-21 10:48:41.000000000 +0200
+++ new/HUnit-1.3.1.0/README.md 2016-01-11 10:04:20.000000000 +0100
@@ -17,6 +17,10 @@
 
 ## Changes
 
+### 1.3.1.0
+
+- add minimal support for GHC 8.0
+
 ### 1.3.0.0
 
 - removed support for old compilers
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/HUnit-1.3.0.0/Test/HUnit/Base.hs 
new/HUnit-1.3.1.0/Test/HUnit/Base.hs
--- old/HUnit-1.3.0.0/Test/HUnit/Base.hs        2015-08-21 10:48:41.000000000 
+0200
+++ new/HUnit-1.3.1.0/Test/HUnit/Base.hs        2016-01-11 10:04:20.000000000 
+0100
@@ -2,6 +2,7 @@
 #if MIN_VERSION_base(4,8,1)
 #define HAS_SOURCE_LOCATIONS
 {-# LANGUAGE ImplicitParams #-}
+{-# LANGUAGE ConstrainedClassMethods #-}
 #endif
 
 -- | Basic definitions for the HUnit library.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/HUnit-1.3.0.0/Test/HUnit/Lang.hs 
new/HUnit-1.3.1.0/Test/HUnit/Lang.hs
--- old/HUnit-1.3.0.0/Test/HUnit/Lang.hs        2015-08-21 10:48:41.000000000 
+0200
+++ new/HUnit-1.3.1.0/Test/HUnit/Lang.hs        2016-01-11 10:04:20.000000000 
+0100
@@ -25,7 +25,9 @@
 import           Data.Typeable
 
 #ifdef HAS_SOURCE_LOCATIONS
+#if !(MIN_VERSION_base(4,9,0))
 import           GHC.SrcLoc
+#endif
 import           GHC.Stack
 #endif
 


Reply via email to