name: unliftio-pool version: 0.1.0.1 synopsis: Data.Pool generalized to MonadUnliftIO. description: This is a generalization of Data.Pool to MonadUnliftIO. license: BSD3 license-file: LICENSE author: Bardur Arantsson maintainer: Bardur Arantsson category: Control, Data, Database, Network build-type: Simple cabal-version: >=1.10 source-repository head type: git location: https://github.com/BardurArantsson/unliftio-pool library exposed-modules: Unlift.Pool build-depends: base >= 4.10 && < 4.11 , resource-pool >= 0.2.3.2 && < 0.3 , time >= 1.8 && < 2 , transformers >= 0.5 && < 0.6 , unliftio-core >= 0.1.1 && < 0.2 hs-source-dirs: src default-language: Haskell2010