groundhog-th 0.9.0 → 0.9.0.1
raw patch · 3 files changed
+9/−1 lines, 3 filesdep ~yaml
Dependency ranges changed: yaml
Files
- Database/Groundhog/TH.hs +5/−0
- changelog +3/−0
- groundhog-th.cabal +1/−1
Database/Groundhog/TH.hs view
@@ -598,8 +598,13 @@ , replicate (Y.yamlColumn mark) ' ' ++ "^" ] _ -> fail $ show err+#if MIN_VERSION_yaml(0, 10, 0)+ Right (_, Left err) -> fail err+ Right (_, Right result') -> lift (result' :: PersistDefinitions)+#else Right (Left err) -> fail err Right (Right result') -> lift (result' :: PersistDefinitions)+#endif defaultMkEntityDecs :: [THEntityDef] -> Q [Dec] defaultMkEntityDecs = fmap concat . mapM (\def -> do
changelog view
@@ -1,3 +1,6 @@+0.9.0.1+* Fix yaml dependency+ 0.9.0 * Support for GHC 8.4
groundhog-th.cabal view
@@ -1,5 +1,5 @@ name: groundhog-th-version: 0.9.0+version: 0.9.0.1 license: BSD3 license-file: LICENSE author: Boris Lykah <lykahb@gmail.com>