From db19e985cdd01e62f7af3601092d3a5b853f7a3bf942902ac46d26282be0a4e6 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Thu, 6 Oct 2022 14:46:21 +0000 Subject: [PATCH] osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-errors revision:18, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-errors?expand=0&rev=22 --- errors.cabal | 12 ++++++------ ghc-errors.changes | 6 ++++++ ghc-errors.spec | 2 +- 3 files changed, 13 insertions(+), 7 deletions(-) diff --git a/errors.cabal b/errors.cabal index 41ba555..143dfdc 100644 --- a/errors.cabal +++ b/errors.cabal @@ -1,15 +1,15 @@ Name: errors Version: 2.3.0 -x-revision: 3 +x-revision: 4 Cabal-Version: >=1.8.0.2 Build-Type: Simple Tested-With: GHC == 7.8.4, GHC == 7.10.2, GHC == 8.0.1 License: BSD3 License-File: LICENSE -Copyright: 2012, 2013 Gabriel Gonzalez -Author: Gabriel Gonzalez -Maintainer: Gabriel439@gmail.com -Bug-Reports: https://github.com/Gabriel439/Haskell-Errors-Library/issues +Copyright: 2012, 2013 Gabriella Gonzalez +Author: Gabriella Gonzalez +Maintainer: GenuineGabriella@gmail.com +Bug-Reports: https://github.com/Gabriella439/Haskell-Errors-Library/issues Synopsis: Simplified error-handling Description: The one-stop shop for all your error-handling needs! Just import @@ -21,7 +21,7 @@ Category: Control, Error Handling extra-source-files: CHANGELOG.md Source-Repository head Type: git - Location: https://github.com/Gabriel439/Haskell-Errors-Library + Location: https://github.com/Gabriella439/Haskell-Errors-Library Library Build-Depends: diff --git a/ghc-errors.changes b/ghc-errors.changes index 4f7eb32..9b75ed1 100644 --- a/ghc-errors.changes +++ b/ghc-errors.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun Sep 4 23:09:24 UTC 2022 - Peter Simons + +- Update errors to version 2.3.0 revision 4. + Upstream has revised the Cabal build instructions on Hackage. + ------------------------------------------------------------------- Sat May 28 22:44:41 UTC 2022 - Peter Simons diff --git a/ghc-errors.spec b/ghc-errors.spec index 484980a..16eb89b 100644 --- a/ghc-errors.spec +++ b/ghc-errors.spec @@ -24,7 +24,7 @@ Summary: Simplified error-handling 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/3.cabal#/%{pkg_name}.cabal +Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/4.cabal#/%{pkg_name}.cabal BuildRequires: ghc-Cabal-devel BuildRequires: ghc-exceptions-devel BuildRequires: ghc-rpm-macros