Cabal revisions of async-pool-0.9.0.1
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
Name: async-pool Version: 0.9.0.1+x-revision: 1 Synopsis: A modified version of async that supports worker groups and many-to-many task dependencies License-file: LICENSE License: MIT default-language: Haskell98 ghc-options: -Wall build-depends:- base >= 3 && < 4.10- , fgl- , async- , stm- , containers- , transformers- , transformers-base- , monad-control >= 1.0 && < 1.1+ base >= 4.6 && < 4.10+ , fgl >= 5.4.2.2 && < 5.8+ , async >= 2.0.0.0 && < 2.3+ , stm >= 2.3 && < 2.6+ , containers >= 0.5.0.0 && < 0.7+ , transformers >= 0.2.2 && < 0.6+ , transformers-base >= 0.4.2 && < 0.5+ , monad-control >= 1.0 && < 1.1 exposed-modules: Control.Concurrent.Async.Pool other-modules: