Cabal revisions of lifted-async-0.10.2.3
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
cabal-version: 1.24 name: lifted-async version: 0.10.2.3+x-revision: 1 synopsis: Run lifted IO operations asynchronously and wait for their results homepage: https://github.com/maoe/lifted-async bug-reports: https://github.com/maoe/lifted-async/issues category: Concurrency build-type: Simple 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 Control.Concurrent.Async.Lifted Control.Concurrent.Async.Lifted.Safe build-depends:- base >= 4.5 && < 4.18+ base >= 4.5 && < 4.19 , async >= 2.2 && < 2.3 , lifted-base >= 0.2 && < 0.3 , transformers-base >= 0.4 && < 0.5 , lifted-async , lifted-base , monad-control- , mtl+ , mtl < 2.3 , tasty , tasty-expected-failure < 0.13 , tasty-hunit >= 0.9 && < 0.11 base , async , lifted-async- , mtl+ , mtl < 2.3 , tasty-hunit >= 0.9 && < 0.11 , tasty-th default-language: Haskell2010