Hello community,

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

Package is "doctest-discover"

Fri Apr 27 16:08:14 2018 rev:3 rq:601388 version:0.1.0.7

Changes:
--------
--- /work/SRC/openSUSE:Factory/doctest-discover/doctest-discover.changes        
2017-09-15 21:11:00.690179856 +0200
+++ /work/SRC/openSUSE:Factory/.doctest-discover.new/doctest-discover.changes   
2018-04-27 16:08:29.300126094 +0200
@@ -1,0 +2,7 @@
+Thu Apr 26 07:19:04 UTC 2018 - [email protected]
+
+- 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:
------------------
++++++ doctest-discover.spec ++++++
--- /var/tmp/diff_new_pack.nSnzZy/_old  2018-04-27 16:08:29.984101007 +0200
+++ /var/tmp/diff_new_pack.nSnzZy/_new  2018-04-27 16:08:29.984101007 +0200
@@ -57,9 +57,11 @@
 
 %prep
 %setup -q
+echo > Setup.hs 'import Distribution.Simple'
+echo >>Setup.hs 'main = defaultMain'
 
 %build
-%ghc_lib_build
+%ghc_lib_build_without_haddock
 
 %install
 %ghc_lib_install
@@ -75,13 +77,11 @@
 
 %files
 %doc LICENSE
-%doc doctest-discover.cabal
 %{_bindir}/%{name}
 
 %files -n ghc-%{name} -f ghc-%{name}.files
 %doc LICENSE
 
 %files -n ghc-%{name}-devel -f ghc-%{name}-devel.files
-%doc doctest-discover.cabal
 
 %changelog


Reply via email to