revised .cabal file
This commit is contained in:
parent
f98a4688df
commit
55b8a734f8
@ -1,7 +1,7 @@
|
|||||||
name: async
|
name: async
|
||||||
version: 2.2.4
|
version: 2.2.4
|
||||||
-- don't forget to update ./changelog.md!
|
-- don't forget to update ./changelog.md!
|
||||||
x-revision: 2
|
x-revision: 3
|
||||||
synopsis: Run IO operations asynchronously and wait for their results
|
synopsis: Run IO operations asynchronously and wait for their results
|
||||||
|
|
||||||
description:
|
description:
|
||||||
@ -36,8 +36,9 @@ 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.4.1
|
GHC == 9.6.1
|
||||||
GHC == 9.2.4
|
GHC == 9.4.4
|
||||||
|
GHC == 9.2.7
|
||||||
GHC == 9.0.2
|
GHC == 9.0.2
|
||||||
GHC == 8.10.7
|
GHC == 8.10.7
|
||||||
GHC == 8.8.4
|
GHC == 8.8.4
|
||||||
@ -66,7 +67,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.18,
|
build-depends: base >= 4.3 && < 4.19,
|
||||||
hashable >= 1.1.2.0 && < 1.5,
|
hashable >= 1.1.2.0 && < 1.5,
|
||||||
stm >= 2.2 && < 2.6
|
stm >= 2.2 && < 2.6
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user