From 55b8a734f86e5ea69618e37481d18f598d40559a Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Sun, 23 Jul 2023 23:06:00 +0800 Subject: [PATCH] revised .cabal file --- async-2.2.4.cabal | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/async-2.2.4.cabal b/async-2.2.4.cabal index 13c2837..e7315e5 100644 --- a/async-2.2.4.cabal +++ b/async-2.2.4.cabal @@ -1,7 +1,7 @@ name: async version: 2.2.4 -- don't forget to update ./changelog.md! -x-revision: 2 +x-revision: 3 synopsis: Run IO operations asynchronously and wait for their results description: @@ -36,8 +36,9 @@ cabal-version: >=1.10 homepage: https://github.com/simonmar/async bug-reports: https://github.com/simonmar/async/issues tested-with: - GHC == 9.4.1 - GHC == 9.2.4 + GHC == 9.6.1 + GHC == 9.4.4 + GHC == 9.2.7 GHC == 9.0.2 GHC == 8.10.7 GHC == 8.8.4 @@ -66,7 +67,7 @@ library if impl(ghc>=7.1) other-extensions: Trustworthy exposed-modules: Control.Concurrent.Async - build-depends: base >= 4.3 && < 4.18, + build-depends: base >= 4.3 && < 4.19, hashable >= 1.1.2.0 && < 1.5, stm >= 2.2 && < 2.6