packages feed

multipool-postgresql-simple-0.1.0.2: multipool-postgresql-simple.cabal

cabal-version: 1.12

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

name:           multipool-postgresql-simple
version:        0.1.0.2
description:    Please see the README on GitHub at <https://github.com/iand675/multipool-postgresql-simple#readme>
homepage:       https://github.com/iand675/multipool#readme
bug-reports:    https://github.com/iand675/multipool/issues
author:         Ian Duncan
maintainer:     ian@iankduncan.com
copyright:      Ian Duncan
license:        BSD3
license-file:   LICENSE
build-type:     Simple
extra-source-files:
    README.md
    ChangeLog.md

source-repository head
  type: git
  location: https://github.com/iand675/multipool

library
  exposed-modules:
      Data.MultiPool.PostgreSQLSimple
  other-modules:
      Paths_multipool_postgresql_simple
  hs-source-dirs:
      src
  build-depends:
      base >=4.7 && <5
    , bytestring
    , mtl
    , multipool
    , postgresql-simple
    , resource-pool
    , unliftio-core
    , unordered-containers
  default-language: Haskell2010

test-suite multipool-postgresql-simple-test
  type: exitcode-stdio-1.0
  main-is: Spec.hs
  other-modules:
      Paths_multipool_postgresql_simple
  hs-source-dirs:
      test
  ghc-options: -threaded -rtsopts -with-rtsopts=-N
  build-depends:
      base >=4.7 && <5
    , bytestring
    , mtl
    , multipool
    , multipool-postgresql-simple
    , postgresql-simple
    , resource-pool
    , unliftio-core
    , unordered-containers
  default-language: Haskell2010