Hello community,

here is the log from the commit of package ghc-mtl-compat for openSUSE:Factory 
checked in at 2018-04-27 16:08:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-mtl-compat (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-mtl-compat.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-mtl-compat"

Fri Apr 27 16:08:05 2018 rev:4 rq:601384 version:0.2.1.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-mtl-compat/ghc-mtl-compat.changes    
2017-09-15 21:59:21.293589183 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-mtl-compat.new/ghc-mtl-compat.changes       
2018-04-27 16:08:26.164241114 +0200
@@ -1,0 +2,9 @@
+Thu Apr 26 07:19:04 UTC 2018 - [email protected]
+
+- Update the cabal file to revision 4.
+
+- Disable Haddock phase to fix the build with modern compilers (on
+  which this is effectively empty, because its contents has moved
+  into the base library).
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ ghc-mtl-compat.spec ++++++
--- /var/tmp/diff_new_pack.q1iJsQ/_old  2018-04-27 16:08:26.860215586 +0200
+++ /var/tmp/diff_new_pack.q1iJsQ/_new  2018-04-27 16:08:26.860215586 +0200
@@ -25,7 +25,7 @@
 Group:          Development/Libraries/Haskell
 URL:            https://hackage.haskell.org/package/%{pkg_name}
 Source0:        
https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
-Source1:        
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/3.cabal#/%{pkg_name}.cabal
+Source1:        
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/4.cabal#/%{pkg_name}.cabal
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-mtl-devel
 BuildRequires:  ghc-rpm-macros
@@ -61,7 +61,7 @@
 cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
-%ghc_lib_build
+%ghc_lib_build_without_haddock
 
 %install
 %ghc_lib_install

++++++ mtl-compat.cabal ++++++
--- /var/tmp/diff_new_pack.q1iJsQ/_old  2018-04-27 16:08:26.904213972 +0200
+++ /var/tmp/diff_new_pack.q1iJsQ/_new  2018-04-27 16:08:26.904213972 +0200
@@ -1,6 +1,6 @@
 name:                mtl-compat
 version:             0.2.1.3
-x-revision: 3
+x-revision: 4
 synopsis:            Backported Control.Monad.Except module from mtl
 description:         This package backports the "Control.Monad.Except" module 
from
                      @mtl@ (if using @mtl-2.2.0.1@ or earlier), which 
reexports the
@@ -55,7 +55,7 @@
   
   if flag(two-point-one)
     build-depends:     mtl                 >= 2.0.1   && < 2.2
-                     , transformers-compat >= 0.4     && < 0.6
+                     , transformers-compat >= 0.4     && < 0.7
   else
     if flag(two-point-two)
       build-depends:   mtl                 >= 2.2.0.1 && < 2.2.1


Reply via email to