groundhog-mysql 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.MySQL: data MySQL
+ Database.Groundhog.MySQL: MySQL :: Connection -> MySQL
+ Database.Groundhog.MySQL: newtype MySQL
Files
- Database/Groundhog/MySQL.hs +1/−1
- groundhog-mysql.cabal +1/−1
Database/Groundhog/MySQL.hs view
@@ -3,7 +3,7 @@ ( withMySQLPool , withMySQLConn , runDbConn- , MySQL+ , MySQL(..) , module Database.Groundhog , module Database.Groundhog.Generic.Sql.Functions , MySQL.ConnectInfo(..)
groundhog-mysql.cabal view
@@ -1,5 +1,5 @@ name: groundhog-mysql-version: 0.4.0+version: 0.4.0.1 license: BSD3 license-file: LICENSE author: Boris Lykah <lykahb@gmail.com>