diff --git a/async-2.2.4.cabal b/async-2.2.4.cabal index 66ef9d5..13c2837 100644 --- a/async-2.2.4.cabal +++ b/async-2.2.4.cabal @@ -1,7 +1,7 @@ name: async version: 2.2.4 -x-revision: 1 -- don't forget to update ./changelog.md! +x-revision: 2 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.2.0.20210821 - GHC == 9.0.1 - GHC == 8.10.4 + GHC == 9.4.1 + GHC == 9.2.4 + GHC == 9.0.2 + GHC == 8.10.7 GHC == 8.8.4 GHC == 8.6.5 GHC == 8.4.4 @@ -65,7 +66,7 @@ library if impl(ghc>=7.1) other-extensions: Trustworthy 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, stm >= 2.2 && < 2.6 @@ -74,7 +75,7 @@ test-suite test-async type: exitcode-stdio-1.0 hs-source-dirs: test main-is: test-async.hs - build-depends: base >= 4.3 && < 4.17, + build-depends: base, async, stm, test-framework, diff --git a/ghc-async.spec b/ghc-async.spec index 23b7d08..1985927 100644 --- a/ghc-async.spec +++ b/ghc-async.spec @@ -1,4 +1,4 @@ -# generated by cabal-rpm-2.0.9 +# generated by cabal-rpm-2.1.0 # https://docs.fedoraproject.org/en-US/packaging-guidelines/Haskell/ %global pkg_name async @@ -8,10 +8,10 @@ Name: ghc-%{pkg_name} Version: 2.2.4 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Run IO operations asynchronously and wait for their results -License: BSD +License: BSD-3-Clause Url: https://hackage.haskell.org/package/%{pkg_name} # Begin cabal-rpm sources: Source0: https://hackage.haskell.org/package/%{pkgver}/%{pkgver}.tar.gz @@ -21,9 +21,14 @@ Source1: https://hackage.haskell.org/package/%{pkgver}/%{pkg_name}.cabal# # Begin cabal-rpm deps: BuildRequires: ghc-Cabal-devel BuildRequires: ghc-rpm-macros +BuildRequires: ghc-base-devel +BuildRequires: ghc-hashable-devel +BuildRequires: ghc-stm-devel +%if %{with ghc_prof} BuildRequires: ghc-base-prof BuildRequires: ghc-hashable-prof BuildRequires: ghc-stm-prof +%endif # End cabal-rpm deps %description @@ -118,6 +123,9 @@ cp -bp %{SOURCE1} %{pkg_name}.cabal %changelog +* Thu Feb 16 2023 Jens Petersen - 2.2.4-3 +- refresh to cabal-rpm-2.1.0 with SPDX migration + * Thu Jul 21 2022 Fedora Release Engineering - 2.2.4-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild