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
This commit is contained in:
Peter Simons 2023-10-11 21:00:54 +00:00 committed by Git OBS Bridge
parent b51eea43a2
commit 3d1aca6d1e
3 changed files with 19 additions and 11 deletions

View File

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

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Oct 10 13:31:03 UTC 2023 - Peter Simons <psimons@suse.com>
- 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 <psimons@suse.com>

View File

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