multipool-postgresql-simple 0.1.0.1 → 0.1.0.2
raw patch · 2 files changed
+4/−2 lines, 2 files
Files
multipool-postgresql-simple.cabal view
@@ -4,10 +4,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: 304274c5ff58ce1332b1894a0b87afacaf378ec9fbd51f7a53ce9450e08dbdde+-- hash: e42319132652ad23030c5f6a93f113a4b36f2ca1a07bd8bdd2e3dab102c9b922 name: multipool-postgresql-simple-version: 0.1.0.1+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
src/Data/MultiPool/PostgreSQLSimple.hs view
@@ -11,6 +11,8 @@ module Data.MultiPool.PostgreSQLSimple ( MultiPoolBackend(..)+ , initMultiPool+ , initMultiPool' ) where import Control.Exception