Skip to content

Commit 7b2fb40

Browse files
committed
Merge pull request #9 from helium/fix/export-pgtransactiont
Export PGTransactionT
2 parents 1b99f6b + 318ecb6 commit 7b2fb40

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

postgresql-transactional.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: postgresql-transactional
2-
version: 1.0.0
2+
version: 1.1.0
33
synopsis: a transactional monad on top of postgresql-simple
44
license: MIT
55
license-file: LICENSE

src/Database/PostgreSQL/Transaction.hs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66

77
module Database.PostgreSQL.Transaction
88
( PGTransaction
9+
, PGTransactionT
910
, runPGTransactionT
1011
, runPGTransactionT'
1112
, runPGTransactionIO

0 commit comments

Comments
 (0)