groundhog-inspector 0.9.0 → 0.10.0
raw patch · 2 files changed
+7/−3 lines, 2 filesdep ~groundhogdep ~groundhog-thdep ~time
Dependency ranges changed: groundhog, groundhog-th, time
Files
- changelog +4/−0
- groundhog-inspector.cabal +3/−3
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-inspector.cabal view
@@ -1,5 +1,5 @@ name: groundhog-inspector-version: 0.9.0+version: 0.10.0 license: BSD3 license-file: LICENSE author: Boris Lykah <lykahb@gmail.com>@@ -32,8 +32,8 @@ , bytestring >= 0.9 , time >= 1.1.4 , transformers >= 0.2.1- , groundhog >= 0.8 && < 0.10- , groundhog-th >= 0.8 && < 0.10+ , groundhog >= 0.8 && < 0.11+ , groundhog-th >= 0.8 && < 0.11 , template-haskell , containers >= 0.2 , aeson-pretty >= 0.8