Hello community,

here is the log from the commit of package ghc-base-prelude for 
openSUSE:Factory checked in at 2015-12-23 08:50:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-base-prelude (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-base-prelude.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-base-prelude"

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-base-prelude/ghc-base-prelude.changes        
2015-11-10 10:02:19.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-base-prelude.new/ghc-base-prelude.changes   
2015-12-23 08:50:12.000000000 +0100
@@ -1,0 +2,5 @@
+Mon Dec 21 07:59:22 UTC 2015 - [email protected]
+
+- update to 0.1.20 
+
+-------------------------------------------------------------------

Old:
----
  base-prelude-0.1.19.tar.gz

New:
----
  base-prelude-0.1.20.tar.gz

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

Other differences:
------------------
++++++ ghc-base-prelude.spec ++++++
--- /var/tmp/diff_new_pack.uQSFTq/_old  2015-12-23 08:50:12.000000000 +0100
+++ /var/tmp/diff_new_pack.uQSFTq/_new  2015-12-23 08:50:12.000000000 +0100
@@ -15,15 +15,16 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 %global pkg_name base-prelude
 
 Name:           ghc-base-prelude
-Version:        0.1.19
+Version:        0.1.20
 Release:        0
 Summary:        The most complete prelude formed from only the "base" package
+License:        MIT
 Group:          System/Libraries
 
-License:        MIT
 Url:            https://hackage.haskell.org/package/%{pkg_name}
 Source0:        
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -54,30 +55,23 @@
 %prep
 %setup -q -n %{pkg_name}-%{version}
 
-
 %build
 %ghc_lib_build
 
-
 %install
 %ghc_lib_install
 
-
 %post devel
 %ghc_pkg_recache
 
-
 %postun devel
 %ghc_pkg_recache
 
-
 %files -f %{name}.files
 %defattr(-,root,root,-)
 %doc LICENSE
 
-
 %files devel -f %{name}-devel.files
 %defattr(-,root,root,-)
 
-
 %changelog

++++++ base-prelude-0.1.19.tar.gz -> base-prelude-0.1.20.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/base-prelude-0.1.19/base-prelude.cabal 
new/base-prelude-0.1.20/base-prelude.cabal
--- old/base-prelude-0.1.19/base-prelude.cabal  2015-03-31 08:21:26.000000000 
+0200
+++ new/base-prelude-0.1.20/base-prelude.cabal  2015-12-18 05:21:29.000000000 
+0100
@@ -1,7 +1,7 @@
 name:
   base-prelude
 version:
-  0.1.19
+  0.1.20
 synopsis:
   The most complete prelude formed from only the "base" package
 description:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/base-prelude-0.1.19/library/BasePrelude.hs 
new/base-prelude-0.1.20/library/BasePrelude.hs
--- old/base-prelude-0.1.19/library/BasePrelude.hs      2015-03-31 
08:21:26.000000000 +0200
+++ new/base-prelude-0.1.20/library/BasePrelude.hs      2015-12-18 
05:21:29.000000000 +0100
@@ -67,6 +67,7 @@
 import GHC.Exts as Exports (lazy, inline, sortWith, groupWith)
 import GHC.Generics as Exports (Generic)
 import GHC.IO.Exception as Exports
+import Numeric as Exports
 import Prelude as Exports hiding (concat, foldr, mapM_, sequence_, foldl1, 
maximum, minimum, product, sum, all, and, any, concatMap, elem, foldl, foldr1, 
notElem, or, mapM, sequence, id, (.))
 import System.Environment as Exports
 import System.Exit as Exports


Reply via email to