revised .cabal file

This commit is contained in:
Jens Petersen 2023-07-23 23:06:00 +08:00
parent f98a4688df
commit 55b8a734f8

View File

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