packages feed

snaplet-hdbc 0.7.1 → 0.7.1.1

raw patch · 2 files changed

+2/−2 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

snaplet-hdbc.cabal view
@@ -1,5 +1,5 @@ name:           snaplet-hdbc-version:        0.7.1+version:        0.7.1.1 synopsis:       HDBC snaplet for Snap Framework description:    This snaplet consists of two parts: an HDBC abstraction snaplet                 and an HDBC authentication backend for Snap's authentication
src/Snap/Snaplet/Hdbc/Types.hs view
@@ -38,7 +38,7 @@ #endif  instance ConnSrc Pool where-  withConn       = undefined --withResource . connSrc+  withConn       = withResource . connSrc   closeConn _ _  = return ()  instance ConnSrc IO where