From 3d1aca6d1e077d7eaa428465b694eb719e2ec00f617b44b31985b83b8e77a4c7 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 11 Oct 2023 21:00:54 +0000 Subject: [PATCH] osc copypac from project:devel:languages:haskell:ghc-9.4.x package:ghc-async revision:8, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-async?expand=0&rev=59 --- async.cabal | 22 ++++++++++++---------- ghc-async.changes | 6 ++++++ ghc-async.spec | 2 +- 3 files changed, 19 insertions(+), 11 deletions(-) diff --git a/async.cabal b/async.cabal index c8bcf46..20f16a9 100644 --- a/async.cabal +++ b/async.cabal @@ -1,7 +1,7 @@ name: async version: 2.2.4 +x-revision: 4 -- don't forget to update ./changelog.md! -x-revision: 3 synopsis: Run IO operations asynchronously and wait for their results description: @@ -36,9 +36,10 @@ cabal-version: >=1.10 homepage: https://github.com/simonmar/async bug-reports: https://github.com/simonmar/async/issues tested-with: - GHC == 9.6.1 - GHC == 9.4.4 - GHC == 9.2.7 + GHC == 9.8.1 + GHC == 9.6.3 + GHC == 9.4.7 + GHC == 9.2.8 GHC == 9.0.2 GHC == 8.10.7 GHC == 8.8.4 @@ -47,11 +48,12 @@ tested-with: GHC == 8.2.2 GHC == 8.0.2 GHC == 7.10.3 - GHC == 7.8.4 - GHC == 7.6.3 - GHC == 7.4.2 - GHC == 7.2.2 - GHC == 7.0.4 + -- Drop GHC < 7.10 to be able to use the ubuntu-20.04 buildpack + -- GHC == 7.8.4 + -- GHC == 7.6.3 + -- GHC == 7.4.2 + -- GHC == 7.2.2 + -- GHC == 7.0.4 extra-source-files: changelog.md @@ -67,7 +69,7 @@ library if impl(ghc>=7.1) other-extensions: Trustworthy exposed-modules: Control.Concurrent.Async - build-depends: base >= 4.3 && < 4.19, + build-depends: base >= 4.3 && < 4.20, hashable >= 1.1.2.0 && < 1.5, stm >= 2.2 && < 2.6 diff --git a/ghc-async.changes b/ghc-async.changes index 9c64ae9..73f2810 100644 --- a/ghc-async.changes +++ b/ghc-async.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Oct 10 13:31:03 UTC 2023 - Peter Simons + +- Update async to version 2.2.4 revision 4. + Upstream has revised the Cabal build instructions on Hackage. + ------------------------------------------------------------------- Thu Mar 30 17:05:50 UTC 2023 - Peter Simons diff --git a/ghc-async.spec b/ghc-async.spec index e8823aa..773f235 100644 --- a/ghc-async.spec +++ b/ghc-async.spec @@ -26,7 +26,7 @@ Summary: Run IO operations asynchronously and wait for their results 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-base-devel BuildRequires: ghc-base-prof