From cdef2c7ad6327e17e43f77618b40fc08ba269468e88461ebb232db79b42561e2 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Thu, 6 Oct 2022 14:46:25 +0000 Subject: [PATCH] osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-mmorph revision:18, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-mmorph?expand=0&rev=16 --- ghc-mmorph.changes | 6 ++++++ ghc-mmorph.spec | 2 +- mmorph.cabal | 12 ++++++------ 3 files changed, 13 insertions(+), 7 deletions(-) diff --git a/ghc-mmorph.changes b/ghc-mmorph.changes index 009e396..a4b4f17 100644 --- a/ghc-mmorph.changes +++ b/ghc-mmorph.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun Sep 4 23:21:00 UTC 2022 - Peter Simons + +- Update mmorph to version 1.2.0 revision 3. + Upstream has revised the Cabal build instructions on Hackage. + ------------------------------------------------------------------- Sat May 7 22:27:12 UTC 2022 - Peter Simons diff --git a/ghc-mmorph.spec b/ghc-mmorph.spec index fe35900..d72e1ac 100644 --- a/ghc-mmorph.spec +++ b/ghc-mmorph.spec @@ -24,7 +24,7 @@ Summary: Monad morphisms 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/2.cabal#/%{pkg_name}.cabal +Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/3.cabal#/%{pkg_name}.cabal BuildRequires: ghc-Cabal-devel BuildRequires: ghc-mtl-devel BuildRequires: ghc-rpm-macros diff --git a/mmorph.cabal b/mmorph.cabal index 07bda46..b685d17 100644 --- a/mmorph.cabal +++ b/mmorph.cabal @@ -1,14 +1,14 @@ Name: mmorph Version: 1.2.0 -x-revision: 2 +x-revision: 3 Cabal-Version: >= 1.10 Build-Type: Simple License: BSD3 License-File: LICENSE -Copyright: 2013 Gabriel Gonzalez -Author: Gabriel Gonzalez -Maintainer: Gabriel439@gmail.com -Bug-Reports: https://github.com/Gabriel439/Haskell-MMorph-Library/issues +Copyright: 2013 Gabriella Gonzalez +Author: Gabriella Gonzalez +Maintainer: GenuineGabriella@gmail.com +Bug-Reports: https://github.com/Gabriella439/Haskell-MMorph-Library/issues Synopsis: Monad morphisms Description: This library provides monad morphism utilities, most commonly used for manipulating monad transformer stacks. @@ -16,7 +16,7 @@ Category: Control Extra-Source-Files: CHANGELOG.md Source-Repository head Type: git - Location: https://github.com/Gabriel439/Haskell-MMorph-Library + Location: https://github.com/Gabriella439/Haskell-MMorph-Library Library Hs-Source-Dirs: src