Accepting request 1231417 from devel:languages:haskell
version update for ghc-9.10.1 OBS-URL: https://build.opensuse.org/request/show/1231417 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-async?expand=0&rev=33
This commit is contained in:
commit
78218660bf
@ -1,6 +1,6 @@
|
|||||||
name: async
|
name: async
|
||||||
version: 2.2.5
|
version: 2.2.5
|
||||||
x-revision: 2
|
x-revision: 3
|
||||||
-- don't forget to update ./changelog.md!
|
-- don't forget to update ./changelog.md!
|
||||||
synopsis: Run IO operations asynchronously and wait for their results
|
synopsis: Run IO operations asynchronously and wait for their results
|
||||||
|
|
||||||
@ -71,7 +71,7 @@ library
|
|||||||
other-extensions: Trustworthy
|
other-extensions: Trustworthy
|
||||||
exposed-modules: Control.Concurrent.Async
|
exposed-modules: Control.Concurrent.Async
|
||||||
Control.Concurrent.Async.Internal
|
Control.Concurrent.Async.Internal
|
||||||
build-depends: base >= 4.3 && < 4.21,
|
build-depends: base >= 4.3 && < 4.22,
|
||||||
hashable >= 1.1.2.0 && < 1.6,
|
hashable >= 1.1.2.0 && < 1.6,
|
||||||
stm >= 2.2 && < 2.6
|
stm >= 2.2 && < 2.6
|
||||||
|
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Nov 6 01:56:41 UTC 2024 - Peter Simons <psimons@suse.com>
|
||||||
|
|
||||||
|
- Update async to version 2.2.5 revision 3.
|
||||||
|
Upstream has revised the Cabal build instructions on Hackage.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Aug 15 18:30:21 UTC 2024 - Peter Simons <psimons@suse.com>
|
Thu Aug 15 18:30:21 UTC 2024 - Peter Simons <psimons@suse.com>
|
||||||
|
|
||||||
|
@ -26,7 +26,7 @@ Summary: Run IO operations asynchronously and wait for their results
|
|||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
URL: https://hackage.haskell.org/package/%{pkg_name}
|
URL: https://hackage.haskell.org/package/%{pkg_name}
|
||||||
Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
|
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-Cabal-devel
|
||||||
BuildRequires: ghc-base-devel
|
BuildRequires: ghc-base-devel
|
||||||
BuildRequires: ghc-base-prof
|
BuildRequires: ghc-base-prof
|
||||||
|
Loading…
x
Reference in New Issue
Block a user