packages feed

groundhog-sqlite 0.4.0 → 0.4.0.1

raw patch · 2 files changed

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

API additions: PVP suggests at least a minor version bump

API changes (from Hackage documentation)

+ Database.Groundhog.Sqlite: Sqlite :: Database -> (IORef (HashMap ByteString Statement)) -> Sqlite

Files

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