Skip to content

Commit da17cf4

Browse files
committed
export new fns
1 parent 1719180 commit da17cf4

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

persistent-postgresql/Database/Persist/Postgresql.hs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@
1313
-- | A postgresql backend for persistent.
1414
module Database.Persist.Postgresql
1515
( withPostgresqlPool
16+
, withPostgresqlPoolWithVersion
1617
, withPostgresqlConn
18+
, withPostgresqlConnWithVersion
1719
, createPostgresqlPool
1820
, createPostgresqlPoolModified
1921
, createPostgresqlPoolModifiedWithVersion

0 commit comments

Comments
 (0)