packages feed

resourcet-pool-0.1.0.0: resourcet-pool.cabal

cabal-version: 1.12

-- This file has been generated from package.yaml by hpack version 0.33.0.
--
-- see: https://github.com/sol/hpack
--
-- hash: 1b862e7a73b6b38f086f0ef3bae91f62384f6a84ee5556c672ea421b013cb22f

name:           resourcet-pool
version:        0.1.0.0
synopsis:       A small library to convert a Pool into an Acquire
description:    A small library to convert a Pool into an Acquire, allowing
                one to use the `resourcet` framework with a resource exported
                as a `Pool`.
category:       Data, Database, Network, Conduit
homepage:       https://github.com/brandonchinn178/resourcet-pool#readme
bug-reports:    https://github.com/brandonchinn178/resourcet-pool/issues
maintainer:     Brandon Chinn <brandonchinn178@gmail.com>
license:        BSD3
license-file:   LICENSE
build-type:     Simple
extra-source-files:
    README.md
    CHANGELOG.md

source-repository head
  type: git
  location: https://github.com/brandonchinn178/resourcet-pool

library
  exposed-modules:
      Data.Pool.Acquire
  other-modules:
      Paths_resourcet_pool
  hs-source-dirs:
      src
  ghc-options: -Wall
  build-depends:
      base >=4.9 && <5
    , resource-pool >=0.2.1.0 && <0.3
    , resourcet >=1.1.2 && <2
  if impl(ghc >= 8.0)
    ghc-options: -Wcompat -Wincomplete-record-updates -Wincomplete-uni-patterns -Wnoncanonical-monad-instances
  if impl(ghc < 8.8)
    ghc-options: -Wnoncanonical-monadfail-instances
  default-language: Haskell2010