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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-errors?expand=0&rev=18
This commit is contained in:
Peter Simons 2022-02-10 14:36:52 +00:00 committed by Git OBS Bridge
parent 11010f72d3
commit 72f57d4ee9
3 changed files with 10 additions and 4 deletions

View File

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

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Feb 4 12:15:29 UTC 2022 - psimons@suse.com
- Update errors to version 2.3.0 revision 2.
Upstream has revised the Cabal build instructions on Hackage.
-------------------------------------------------------------------
Tue Jul 27 07:52:52 UTC 2021 - psimons@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package ghc-errors
#
# 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: 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/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-exceptions-devel
BuildRequires: ghc-rpm-macros