groundhog-sqlite 0.4.2.2 → 0.5.0
raw patch · 2 files changed
+5/−2 lines, 2 filesdep ~groundhogPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: groundhog
API changes (from Hackage documentation)
Files
- changelog +3/−0
- groundhog-sqlite.cabal +2/−2
changelog view
@@ -1,3 +1,6 @@+0.5.0+* Compatibility with GHC 7.8+ 0.4.2.2 * Create missing schemas (or databases in MySQL terminology) during migration * Replace datatype Proxy with type variable
groundhog-sqlite.cabal view
@@ -1,5 +1,5 @@ name: groundhog-sqlite-version: 0.4.2.2+version: 0.5.0 license: BSD3 license-file: LICENSE author: Boris Lykah <lykahb@gmail.com>@@ -18,7 +18,7 @@ build-depends: base >= 4 && < 5 , bytestring >= 0.9 , transformers >= 0.2.1- , groundhog >= 0.4.2.2 && < 0.5.0+ , groundhog >= 0.5.0 && < 0.6.0 , monad-control >= 0.3 , monad-logger >= 0.3 , containers >= 0.2