Hello community,
here is the log from the commit of package ghc-rio-prettyprint for
openSUSE:Factory checked in at 2020-05-11 13:36:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-rio-prettyprint (Old)
and /work/SRC/openSUSE:Factory/.ghc-rio-prettyprint.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-rio-prettyprint"
Mon May 11 13:36:10 2020 rev:4 rq:801050 version:0.1.0.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-rio-prettyprint/ghc-rio-prettyprint.changes
2019-12-27 13:57:08.224767562 +0100
+++
/work/SRC/openSUSE:Factory/.ghc-rio-prettyprint.new.2738/ghc-rio-prettyprint.changes
2020-05-11 13:36:26.128498978 +0200
@@ -1,0 +2,11 @@
+Thu May 7 08:38:41 UTC 2020 - Peter Simons <[email protected]>
+
+- Update Cabal file to get more accurate dependency information.
+
+-------------------------------------------------------------------
+Thu May 7 07:48:19 UTC 2020 - Peter Simons <[email protected]>
+
+- Drop obsolete %setup hack to work around a missing Setup.hs file.
+ New ghc-rpm-macros do this automatically.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-rio-prettyprint.spec ++++++
--- /var/tmp/diff_new_pack.Vmf24T/_old 2020-05-11 13:36:26.776500336 +0200
+++ /var/tmp/diff_new_pack.Vmf24T/_new 2020-05-11 13:36:26.776500336 +0200
@@ -54,8 +54,6 @@
%prep
%setup -q -n %{pkg_name}-%{version}
cp -p %{SOURCE1} %{pkg_name}.cabal
-echo > Setup.hs 'import Distribution.Simple'
-echo >>Setup.hs 'main = defaultMain'
%build
%ghc_lib_build