packages feed

groundhog-sqlite 0.9.0 → 0.10.0

raw patch · 2 files changed

+6/−2 lines, 2 filesdep ~groundhogPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: groundhog

API changes (from Hackage documentation)

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

Files

changelog view
@@ -1,3 +1,7 @@+0.10+* Pass type information along the UntypedExpr+* Fix #57 (table indexes are ignored)+ 0.9.0 * Support for GHC 8.4 
groundhog-sqlite.cabal view
@@ -1,5 +1,5 @@ name:            groundhog-sqlite-version:         0.9.0+version:         0.10.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.9.0     && < 0.10+                   , groundhog                >= 0.10.0    && < 0.11                    , monad-control            >= 0.3       && < 1.1                    , containers               >= 0.2                    , text                     >= 0.8