packages feed

yesod 1.6.1.1 → 1.6.1.2

raw patch · 3 files changed

+9/−1 lines, 3 files

Files

ChangeLog.md view
@@ -1,5 +1,9 @@ # ChangeLog for yesod +## 1.6.1.2++* Fix compatibility with template-haskell 2.17 [#1730](https://github.com/yesodweb/yesod/pull/1730)+ ## 1.6.1.1  * Allow yesod-form 1.7
Yesod/Default/Util.hs view
@@ -113,7 +113,11 @@             , show file             , ", but no templates were found."             ]+#if MIN_VERSION_template_haskell(2,17,0)+        exps -> return $ DoE Nothing $ map NoBindS exps+#else         exps -> return $ DoE $ map NoBindS exps+#endif   where     qmexps :: Q [Maybe Exp]     qmexps = mapM go tls
yesod.cabal view
@@ -1,5 +1,5 @@ name:            yesod-version:         1.6.1.1+version:         1.6.1.2 license:         MIT license-file:    LICENSE author:          Michael Snoyman <michael@snoyman.com>