Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ghc-generic-monoid for 
openSUSE:Factory checked in at 2021-06-23 17:38:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-generic-monoid (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-generic-monoid.new.2625 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-generic-monoid"

Wed Jun 23 17:38:22 2021 rev:2 rq:901452 version:0.1.0.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-generic-monoid/ghc-generic-monoid.changes    
2021-05-05 20:40:31.198781198 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-generic-monoid.new.2625/ghc-generic-monoid.changes
  2021-06-23 17:38:28.364491358 +0200
@@ -1,0 +2,6 @@
+Sat Jun 19 17:44:55 UTC 2021 - [email protected]
+
+- Update generic-monoid to version 0.1.0.1 revision 1.
+  Upstream has revised the Cabal build instructions on Hackage.
+
+-------------------------------------------------------------------

New:
----
  generic-monoid.cabal

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

Other differences:
------------------
++++++ ghc-generic-monoid.spec ++++++
--- /var/tmp/diff_new_pack.QtbT8b/_old  2021-06-23 17:38:28.988492218 +0200
+++ /var/tmp/diff_new_pack.QtbT8b/_new  2021-06-23 17:38:28.992492223 +0200
@@ -24,6 +24,7 @@
 License:        BSD-3-Clause
 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/1.cabal#/%{pkg_name}.cabal
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-rpm-macros
 ExcludeArch:    %{ix86}
@@ -44,6 +45,7 @@
 
 %prep
 %autosetup -n %{pkg_name}-%{version}
+cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build

++++++ generic-monoid.cabal ++++++
name:                generic-monoid
version:             0.1.0.1
x-revision: 1
synopsis:            Derive monoid instances for product types.
description:         Using GHC's generics, allow for deriving `Monoid` and 
`Semigroup` instances for your product types.
license:             BSD3
license-file:        LICENSE
author:              Luke Clifton
maintainer:          [email protected]
copyright:           2018 Luke Clifton
category:            Data
build-type:          Simple
extra-source-files:  ChangeLog.md
cabal-version:       >=1.10

library
  exposed-modules:     Data.Semigroup.Generic, Data.Monoid.Generic
  build-depends:       base >=4.11 && <4.17
  hs-source-dirs:      src
  default-language:    Haskell2010

Reply via email to