name: sql-simple-pool
version: 0.3.0
synopsis: conection pool for sql-simple
-- description:
license: MIT
license-file: LICENSE
author: HirotomoMoriwaki<philopon.dependence@gmail.com>
maintainer: HirotomoMoriwaki<philopon.dependence@gmail.com>
Homepage: https://github.com/philopon/sql-simple
Bug-reports: https://github.com/philopon/sql-simple/issues
copyright: (c) 2014 Hirotomo Moriwaki
category: Database
build-type: Simple
cabal-version: >=1.10
library
exposed-modules: Database.Sql.Simple.Pool
build-depends: base >=4.6 && <4.8
, text >=1.1 && <1.2
, sql-simple >=0.3 && <0.4
, data-default-class >=0.0 && <0.1
, resource-pool >=0.2 && <0.3
, time >=1.4 && <1.5
, monad-control >=0.3 && <0.4
ghc-options: -Wall -O2
default-language: Haskell2010