Cabal revisions of async-2.2.4
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
name: async version: 2.2.4+x-revision: 1 -- don't forget to update ./changelog.md! synopsis: Run IO operations asynchronously and wait for their results other-extensions: Trustworthy exposed-modules: Control.Concurrent.Async build-depends: base >= 4.3 && < 4.17,- hashable >= 1.1.2.0 && < 1.4,+ hashable >= 1.1.2.0 && < 1.5, stm >= 2.2 && < 2.6 test-suite test-async
revision 2
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: 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 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 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,
revision 3
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: 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 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
revision 4
name: async version: 2.2.4+x-revision: 4 -- don't forget to update ./changelog.md!-x-revision: 3 synopsis: Run IO operations asynchronously and wait for their results description: homepage: https://github.com/simonmar/async bug-reports: https://github.com/simonmar/async/issues tested-with:- GHC == 9.6.1- GHC == 9.4.4- GHC == 9.2.7+ GHC == 9.8.1+ GHC == 9.6.3+ GHC == 9.4.7+ GHC == 9.2.8 GHC == 9.0.2 GHC == 8.10.7 GHC == 8.8.4 GHC == 8.2.2 GHC == 8.0.2 GHC == 7.10.3- GHC == 7.8.4- GHC == 7.6.3- GHC == 7.4.2- GHC == 7.2.2- GHC == 7.0.4+ -- Drop GHC < 7.10 to be able to use the ubuntu-20.04 buildpack+ -- GHC == 7.8.4+ -- GHC == 7.6.3+ -- GHC == 7.4.2+ -- GHC == 7.2.2+ -- GHC == 7.0.4 extra-source-files: changelog.md if impl(ghc>=7.1) other-extensions: Trustworthy exposed-modules: Control.Concurrent.Async- build-depends: base >= 4.3 && < 4.19,+ build-depends: base >= 4.3 && < 4.20, hashable >= 1.1.2.0 && < 1.5, stm >= 2.2 && < 2.6