osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-async revision:22, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-async?expand=0&rev=56
This commit is contained in:
parent
c777d569b5
commit
9ac30479e3
13
async.cabal
13
async.cabal
@ -1,7 +1,7 @@
|
|||||||
name: async
|
name: async
|
||||||
version: 2.2.4
|
version: 2.2.4
|
||||||
x-revision: 1
|
|
||||||
-- don't forget to update ./changelog.md!
|
-- don't forget to update ./changelog.md!
|
||||||
|
x-revision: 2
|
||||||
synopsis: Run IO operations asynchronously and wait for their results
|
synopsis: Run IO operations asynchronously and wait for their results
|
||||||
|
|
||||||
description:
|
description:
|
||||||
@ -36,9 +36,10 @@ cabal-version: >=1.10
|
|||||||
homepage: https://github.com/simonmar/async
|
homepage: https://github.com/simonmar/async
|
||||||
bug-reports: https://github.com/simonmar/async/issues
|
bug-reports: https://github.com/simonmar/async/issues
|
||||||
tested-with:
|
tested-with:
|
||||||
GHC == 9.2.0.20210821
|
GHC == 9.4.1
|
||||||
GHC == 9.0.1
|
GHC == 9.2.4
|
||||||
GHC == 8.10.4
|
GHC == 9.0.2
|
||||||
|
GHC == 8.10.7
|
||||||
GHC == 8.8.4
|
GHC == 8.8.4
|
||||||
GHC == 8.6.5
|
GHC == 8.6.5
|
||||||
GHC == 8.4.4
|
GHC == 8.4.4
|
||||||
@ -65,7 +66,7 @@ library
|
|||||||
if impl(ghc>=7.1)
|
if impl(ghc>=7.1)
|
||||||
other-extensions: Trustworthy
|
other-extensions: Trustworthy
|
||||||
exposed-modules: Control.Concurrent.Async
|
exposed-modules: Control.Concurrent.Async
|
||||||
build-depends: base >= 4.3 && < 4.17,
|
build-depends: base >= 4.3 && < 4.18,
|
||||||
hashable >= 1.1.2.0 && < 1.5,
|
hashable >= 1.1.2.0 && < 1.5,
|
||||||
stm >= 2.2 && < 2.6
|
stm >= 2.2 && < 2.6
|
||||||
|
|
||||||
@ -74,7 +75,7 @@ test-suite test-async
|
|||||||
type: exitcode-stdio-1.0
|
type: exitcode-stdio-1.0
|
||||||
hs-source-dirs: test
|
hs-source-dirs: test
|
||||||
main-is: test-async.hs
|
main-is: test-async.hs
|
||||||
build-depends: base >= 4.3 && < 4.17,
|
build-depends: base,
|
||||||
async,
|
async,
|
||||||
stm,
|
stm,
|
||||||
test-framework,
|
test-framework,
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 12 07:42:14 UTC 2022 - Peter Simons <psimons@suse.com>
|
||||||
|
|
||||||
|
- Update async to version 2.2.4 revision 2.
|
||||||
|
Upstream has revised the Cabal build instructions on Hackage.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Nov 11 12:33:06 UTC 2021 - psimons@suse.com
|
Thu Nov 11 12:33:06 UTC 2021 - psimons@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package ghc-async
|
# spec file for package ghc-async
|
||||||
#
|
#
|
||||||
# Copyright (c) 2021 SUSE LLC
|
# Copyright (c) 2022 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -25,7 +25,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/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-Cabal-devel
|
||||||
BuildRequires: ghc-hashable-devel
|
BuildRequires: ghc-hashable-devel
|
||||||
BuildRequires: ghc-rpm-macros
|
BuildRequires: ghc-rpm-macros
|
||||||
|
Loading…
Reference in New Issue
Block a user