Skip to content

Commit

Permalink
Merge pull request #9 from helium/fix/export-pgtransactiont
Browse files Browse the repository at this point in the history
Export PGTransactionT
  • Loading branch information
patrickt committed Apr 28, 2016
2 parents 1b99f6b + 318ecb6 commit 7b2fb40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion postgresql-transactional.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: postgresql-transactional
version: 1.0.0
version: 1.1.0
synopsis: a transactional monad on top of postgresql-simple
license: MIT
license-file: LICENSE
Expand Down
1 change: 1 addition & 0 deletions src/Database/PostgreSQL/Transaction.hs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

module Database.PostgreSQL.Transaction
( PGTransaction
, PGTransactionT
, runPGTransactionT
, runPGTransactionT'
, runPGTransactionIO
Expand Down

0 comments on commit 7b2fb40

Please sign in to comment.