From 292c60fb9c855b236cff9c0a081e8b173dae06d4df48a859ebeef9c6fd77135b Mon Sep 17 00:00:00 2001 From: OBS User buildservice-autocommit Date: Wed, 18 Jan 2023 12:09:53 +0000 Subject: [PATCH] Updating link to change in openSUSE:Factory/ghc-generic-monoid revision 3 OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-generic-monoid?expand=0&rev=5f5f9b78807c046e34ec3d4d59d67fd4 --- generic-monoid.cabal | 4 ++-- ghc-generic-monoid.changes | 6 ++++++ ghc-generic-monoid.spec | 4 ++-- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/generic-monoid.cabal b/generic-monoid.cabal index 72b93aa..9f94554 100644 --- a/generic-monoid.cabal +++ b/generic-monoid.cabal @@ -1,6 +1,6 @@ name: generic-monoid version: 0.1.0.1 -x-revision: 1 +x-revision: 2 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 @@ -15,6 +15,6 @@ cabal-version: >=1.10 library exposed-modules: Data.Semigroup.Generic, Data.Monoid.Generic - build-depends: base >=4.11 && <4.17 + build-depends: base >=4.11 && <4.19 hs-source-dirs: src default-language: Haskell2010 diff --git a/ghc-generic-monoid.changes b/ghc-generic-monoid.changes index b637664..cf0c081 100644 --- a/ghc-generic-monoid.changes +++ b/ghc-generic-monoid.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun Oct 30 01:38:11 UTC 2022 - Peter Simons + +- Update generic-monoid to version 0.1.0.1 revision 2. + Upstream has revised the Cabal build instructions on Hackage. + ------------------------------------------------------------------- Sat Jun 19 17:44:55 UTC 2021 - psimons@suse.com diff --git a/ghc-generic-monoid.spec b/ghc-generic-monoid.spec index fdfb858..cf032fc 100644 --- a/ghc-generic-monoid.spec +++ b/ghc-generic-monoid.spec @@ -1,7 +1,7 @@ # # spec file for package ghc-generic-monoid # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -24,7 +24,7 @@ Summary: Derive monoid instances for product types 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 +Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/2.cabal#/%{pkg_name}.cabal BuildRequires: ghc-Cabal-devel BuildRequires: ghc-rpm-macros ExcludeArch: %{ix86}