osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-errors revision:17, using keep-link

OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-errors?expand=0&rev=20
This commit is contained in:
Peter Simons 2022-06-29 12:18:11 +00:00 committed by Git OBS Bridge
parent f3dfaddb5e
commit 223762d968
3 changed files with 9 additions and 3 deletions

View File

@ -1,6 +1,6 @@
Name: errors
Version: 2.3.0
x-revision: 2
x-revision: 3
Cabal-Version: >=1.8.0.2
Build-Type: Simple
Tested-With: GHC == 7.8.4, GHC == 7.10.2, GHC == 8.0.1
@ -28,7 +28,7 @@ Library
base >= 4.7 && < 5 ,
exceptions >= 0.6 && < 0.11,
text < 2.1 ,
transformers >= 0.2 && < 0.6 ,
transformers >= 0.2 && < 0.7 ,
transformers-compat >= 0.4 && < 0.8
if impl(ghc <= 7.6.3)
Build-Depends:

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sat May 28 22:44:41 UTC 2022 - Peter Simons <psimons@suse.com>
- Update errors to version 2.3.0 revision 3.
Upstream has revised the Cabal build instructions on Hackage.
-------------------------------------------------------------------
Thu Jan 6 17:39:16 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/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-exceptions-devel
BuildRequires: ghc-rpm-macros