packages feed

snaplet-postgresql-simple 0.6.0.1 → 0.6.0.2

raw patch · 2 files changed

+3/−3 lines, 2 filesdep ~lensPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: lens

API changes (from Hackage documentation)

Files

snaplet-postgresql-simple.cabal view
@@ -1,5 +1,5 @@ name:           snaplet-postgresql-simple-version:        0.6.0.1+version:        0.6.0.2 synopsis:       postgresql-simple snaplet for the Snap Framework description:    This snaplet contains support for using the Postgresql                 database with a Snap Framework application via the@@ -41,7 +41,7 @@     clientsession              >= 0.7.2   && < 0.10,     configurator               >= 0.2     && < 0.4,     errors                     >= 1.4     && < 1.5,-    lens                                     < 4.9,+    lens                                     < 4.10,     MonadCatchIO-transformers  >= 0.3     && < 0.4,     mtl                        >= 2       && < 2.3,     postgresql-simple          >= 0.3     && < 0.5,
src/Snap/Snaplet/PostgresqlSimple.hs view
@@ -281,7 +281,7 @@ ------------------------------------------------------------------------------ -- | Initialize the snaplet using a specific configuration. pgsInit' :: PGSConfig -> SnapletInit b Postgres-pgsInit' config = makeSnaplet "postgresql-simple" description datadir $+pgsInit' config = makeSnaplet "postgresql-simple" description Nothing $     initHelper config