Hello community,

here is the log from the commit of package ghc-base-compat for openSUSE:Factory 
checked in at 2018-10-25 08:21:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-base-compat (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-base-compat.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-base-compat"

Thu Oct 25 08:21:38 2018 rev:10 rq:643327 version:0.10.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-base-compat/ghc-base-compat.changes  
2018-07-24 17:13:08.170584644 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-base-compat.new/ghc-base-compat.changes     
2018-10-25 08:21:40.387929468 +0200
@@ -1,0 +2,7 @@
+Fri Oct 19 02:01:15 UTC 2018 - psim...@suse.com
+
+- Update base-compat to version 0.10.5.
+  ## Changes in 0.10.5 [2018.10.18]
+   - Enable `BangPatterns` in `Prelude.Compat`.
+
+-------------------------------------------------------------------

Old:
----
  base-compat-0.10.4.tar.gz

New:
----
  base-compat-0.10.5.tar.gz

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

Other differences:
------------------
++++++ ghc-base-compat.spec ++++++
--- /var/tmp/diff_new_pack.PrjVrj/_old  2018-10-25 08:21:40.995929195 +0200
+++ /var/tmp/diff_new_pack.PrjVrj/_new  2018-10-25 08:21:40.995929195 +0200
@@ -12,13 +12,13 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 %global pkg_name base-compat
 Name:           ghc-%{pkg_name}
-Version:        0.10.4
+Version:        0.10.5
 Release:        0
 Summary:        A compatibility layer for base
 License:        MIT

++++++ base-compat-0.10.4.tar.gz -> base-compat-0.10.5.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/base-compat-0.10.4/CHANGES.markdown 
new/base-compat-0.10.5/CHANGES.markdown
--- old/base-compat-0.10.4/CHANGES.markdown     2018-07-04 02:33:03.000000000 
+0200
+++ new/base-compat-0.10.5/CHANGES.markdown     2018-10-18 16:41:48.000000000 
+0200
@@ -1,3 +1,6 @@
+## Changes in 0.10.5 [2018.10.18]
+ - Enable `BangPatterns` in `Prelude.Compat`.
+
 ## Changes in 0.10.4 [2018.07.03]
  - Make more modules `Trustworthy`. In particular, fix a regression in which
    `Prelude.Compat` was inferred as `Unsafe` by explicitly marking it as
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/base-compat-0.10.4/README.markdown 
new/base-compat-0.10.5/README.markdown
--- old/base-compat-0.10.4/README.markdown      2018-07-04 02:33:03.000000000 
+0200
+++ new/base-compat-0.10.5/README.markdown      2018-10-18 16:41:48.000000000 
+0200
@@ -303,6 +303,7 @@
 ## Supported versions of GHC/`base`
 
  * `ghc-8.6.1`  / `base-4.12.0.0`
+ * `ghc-8.4.4`  / `base-4.11.1.0`
  * `ghc-8.4.3`  / `base-4.11.1.0`
  * `ghc-8.4.2`  / `base-4.11.1.0`
  * `ghc-8.4.1`  / `base-4.11.0.0`
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/base-compat-0.10.4/base-compat.cabal 
new/base-compat-0.10.5/base-compat.cabal
--- old/base-compat-0.10.4/base-compat.cabal    2018-07-04 02:33:03.000000000 
+0200
+++ new/base-compat-0.10.5/base-compat.cabal    2018-10-18 16:41:48.000000000 
+0200
@@ -1,5 +1,5 @@
 name:             base-compat
-version:          0.10.4
+version:          0.10.5
 license:          MIT
 license-file:     LICENSE
 copyright:        (c) 2012-2018 Simon Hengel,
@@ -43,16 +43,16 @@
                   module with the suffix @.Repl@, which are distinct from
                   anything in @base-compat-batteries@, to allow for easier
                   use in GHCi.
-tested-with:        GHC == 7.0.1,  GHC == 7.0.2,  GHC == 7.0.3,  GHC == 7.0.4
-                  , GHC == 7.2.1,  GHC == 7.2.2
-                  , GHC == 7.4.1,  GHC == 7.4.2
-                  , GHC == 7.6.1,  GHC == 7.6.2,  GHC == 7.6.3
-                  , GHC == 7.8.1,  GHC == 7.8.2,  GHC == 7.8.3,  GHC == 7.8.4
-                  , GHC == 7.10.1, GHC == 7.10.2, GHC == 7.10.3
-                  , GHC == 8.0.1,  GHC == 8.0.2
-                  , GHC == 8.2.1,  GHC == 8.2.2
-                  , GHC == 8.4.1,  GHC == 8.4.2,  GHC == 8.4.3
-                  , GHC == 8.6.1
+tested-with:        GHC == 7.0.*
+                  , GHC == 7.2.*
+                  , GHC == 7.4.*
+                  , GHC == 7.6.*
+                  , GHC == 7.8.*
+                  , GHC == 7.10.*
+                  , GHC == 8.0.*
+                  , GHC == 8.2.*
+                  , GHC == 8.4.*
+                  , GHC == 8.6.*
 extra-source-files: CHANGES.markdown, README.markdown
 
 source-repository head
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/base-compat-0.10.4/src/Prelude/Compat.hs 
new/base-compat-0.10.5/src/Prelude/Compat.hs
--- old/base-compat-0.10.4/src/Prelude/Compat.hs        2018-07-04 
02:33:03.000000000 +0200
+++ new/base-compat-0.10.5/src/Prelude/Compat.hs        2018-10-18 
16:41:48.000000000 +0200
@@ -3,6 +3,7 @@
 {-# LANGUAGE Trustworthy #-}
 #endif
 #if MIN_VERSION_base(4,10,0) && !(MIN_VERSION_base(4,12,0))
+{-# LANGUAGE BangPatterns #-}
 {-# LANGUAGE RankNTypes #-}
 {-# LANGUAGE TypeInType #-}
 #endif


Reply via email to