-- Initial resource-pool-monad.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: resource-pool-monad
version: 0.1.0.0
synopsis: A monadic interface for resource-pool
-- description:
homepage: https://github.com/srijs/haskell-resource-pool-monad
license: MIT
license-file: LICENSE
author: Sam Rijs
maintainer: srijs@airpost.net
-- copyright:
category: Control
build-type: Simple
-- extra-source-files:
cabal-version: >=1.10
library
exposed-modules: Control.Monad.Pool
Control.Monad.Trans.Pool
-- other-modules:
-- other-extensions:
build-depends: base >=4.8 && <5.0,
free >=4.12,
kan-extensions >=4.2,
monad-control >=1.0,
resource-pool >=0.2,
transformers >=0.4
hs-source-dirs: src
default-language: Haskell2010