groundhog-inspector 0.8 → 0.8.0.1
raw patch · 3 files changed
+6/−1 lines, 3 files
Files
- Database/Groundhog/Inspector.hs +2/−0
- changelog +3/−0
- groundhog-inspector.cabal +1/−1
Database/Groundhog/Inspector.hs view
@@ -413,6 +413,8 @@ dataD' :: Cxt -> Name -> [TyVarBndr] -> [Con] -> [Name] -> InstanceDec dataD' cxt name types constrs derives =+#if MIN_VERSION_template_haskell(2, 12, 0)+ DataD cxt name types Nothing constrs [DerivClause Nothing (map ConT derives)] #if MIN_VERSION_template_haskell(2, 11, 0) DataD cxt name types Nothing constrs (map ConT derives) #else
changelog view
@@ -1,3 +1,6 @@+0.8.0.1+* Compatibility with template-haskell-2.12+ 0.8 * Support for GHC 8
groundhog-inspector.cabal view
@@ -1,5 +1,5 @@ name: groundhog-inspector-version: 0.8+version: 0.8.0.1 license: BSD3 license-file: LICENSE author: Boris Lykah <lykahb@gmail.com>