groundhog-mysql 0.10 → 0.11
raw patch · 2 files changed
+5/−2 lines, 2 filesdep ~groundhog
Dependency ranges changed: groundhog
Files
- changelog +3/−0
- groundhog-mysql.cabal +2/−2
changelog view
@@ -1,3 +1,6 @@+0.11+* Support for GHC 8.8+ 0.10 * Pass type information along the UntypedExpr * Fix #57 (table indexes are ignored)
groundhog-mysql.cabal view
@@ -1,5 +1,5 @@ name: groundhog-mysql-version: 0.10+version: 0.11 license: BSD3 license-file: LICENSE author: Boris Lykah <lykahb@gmail.com>@@ -20,7 +20,7 @@ , mysql >= 0.1.1.3 && < 0.2 , bytestring >= 0.9 , transformers >= 0.2.1 && < 0.6- , groundhog >= 0.10 && < 0.11+ , groundhog >= 0.11 && < 0.12 , monad-control >= 0.3 && < 1.1 , monad-logger >= 0.3 && < 0.4 , containers >= 0.2