squeal-postgresql 0.1.1.3 → 0.1.1.4
raw patch · 2 files changed
+2/−2 lines, 2 files
Files
squeal-postgresql.cabal view
@@ -1,5 +1,5 @@ name: squeal-postgresql-version: 0.1.1.3+version: 0.1.1.4 synopsis: Squeal PostgreSQL Library description: Squeal is a type-safe embedding of PostgreSQL in Haskell homepage: https://github.com/morphismtech/squeal
src/Squeal/PostgreSQL/PQ.hs view
@@ -33,7 +33,7 @@ module Squeal.PostgreSQL.PQ ( -- * Connection- Connection (unConnection)+ Connection (Connection, unConnection) , connectdb , finish , withConnection