name: resource-pool-fork-avanov version: 0.2.4.0 synopsis: A high-performance striped resource pooling implementation description: A high-performance striped pooling abstraction for managing flexibly-sized collections of resources such as database connections. homepage: http://github.com/avanov/pool license: BSD3 license-file: LICENSE author: Bryan O'Sullivan maintainer: Bryan O'Sullivan , Bas van Dijk , Maxim Avanov copyright: Copyright 2011 MailRank, Inc. category: Data, Database, Network build-type: Simple extra-source-files: README.markdown CHANGELOG.md cabal-version: >=1.10 flag developer description: operate in developer mode default: False manual: True library default-language: Haskell2010 exposed-modules: Data.Pool other-modules: Data.Pool.WaiterQueue build-depends: base >= 4.4 && < 5, hashable, transformers, transformers-base >= 0.4, stm >= 2.3, time, unliftio, vector >= 0.7 if flag(developer) ghc-options: -Werror ghc-prof-options: -auto-all cpp-options: -DASSERTS -DDEBUG ghc-options: -Wall source-repository head type: git location: http://github.com/avanov/pool