packages feed

groundhog-postgresql 0.4.0 → 0.4.0.1

raw patch · 2 files changed

+2/−2 lines, 2 filesPVP: major bump suggested

API removals or changes: PVP suggests a major version bump

API changes (from Hackage documentation)

- Database.Groundhog.Postgresql: data Postgresql
+ Database.Groundhog.Postgresql: Postgresql :: Connection -> Postgresql
+ Database.Groundhog.Postgresql: newtype Postgresql

Files

Database/Groundhog/Postgresql.hs view
@@ -3,7 +3,7 @@     ( withPostgresqlPool     , withPostgresqlConn     , runDbConn-    , Postgresql+    , Postgresql(..)     , module Database.Groundhog     , module Database.Groundhog.Generic.Sql.Functions     ) where
groundhog-postgresql.cabal view
@@ -1,5 +1,5 @@ name:            groundhog-postgresql-version:         0.4.0+version:         0.4.0.1 license:         BSD3 license-file:    LICENSE author:          Boris Lykah <lykahb@gmail.com>