From 223762d968cf0dbe29492bf2d3c311c090426e1d51a1aff6cb19efabc40dee45 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 29 Jun 2022 12:18:11 +0000 Subject: [PATCH] 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 --- errors.cabal | 4 ++-- ghc-errors.changes | 6 ++++++ ghc-errors.spec | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/errors.cabal b/errors.cabal index 8c81823..41ba555 100644 --- a/errors.cabal +++ b/errors.cabal @@ -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: diff --git a/ghc-errors.changes b/ghc-errors.changes index afcd0a0..4f7eb32 100644 --- a/ghc-errors.changes +++ b/ghc-errors.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat May 28 22:44:41 UTC 2022 - Peter Simons + +- 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 diff --git a/ghc-errors.spec b/ghc-errors.spec index 8463e06..484980a 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/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