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
This commit is contained in:
Peter Simons 2022-10-06 14:46:21 +00:00 committed by Git OBS Bridge
parent 223762d968
commit db19e985cd
3 changed files with 13 additions and 7 deletions

View File

@ -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:

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sun Sep 4 23:09:24 UTC 2022 - Peter Simons <psimons@suse.com>
- 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 <psimons@suse.com>

View File

@ -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