cabal-version: 3.4 name: simple-pool version: 0.1.0.0 synopsis: a simple resource pool library description: a simple resource pool library, similar to the resource-pool package but with a dead simple implementation homepage: https://git.mangoiv.com/mangoiv/simple-pool license: AGPL-3.0-only license-file: LICENSE author: mangoiv maintainer: contact@mangoiv.com category: Concurrency build-type: Simple extra-doc-files: CHANGELOG.md README.md common common-all ghc-options: -Wall library import: common-all exposed-modules: Data.Pool build-depends: , base <5 , unliftio-core <0.3 hs-source-dirs: src default-language: Haskell2010 test-suite simple-pool-test import: common-all default-language: Haskell2010 type: exitcode-stdio-1.0 hs-source-dirs: test main-is: Main.hs build-depends: , base , simple-pool