yesod 1.6.1.0 → 1.6.1.1
raw patch · 2 files changed
+8/−2 lines, 2 filesdep ~yesod-form
Dependency ranges changed: yesod-form
Files
- ChangeLog.md +6/−0
- yesod.cabal +2/−2
ChangeLog.md view
@@ -1,3 +1,9 @@+# ChangeLog for yesod++## 1.6.1.1++* Allow yesod-form 1.7+ ## 1.6.1.0 * `widgetFileReload` and `widgetFileNoReload` now use absolute paths via the new `globFilePackage` Q Exp which can provide absolute templates paths within the project [#1691](https://github.com/yesodweb/yesod/pull/1691)
yesod.cabal view
@@ -1,5 +1,5 @@ name: yesod-version: 1.6.1.0+version: 1.6.1.1 license: MIT license-file: LICENSE author: Michael Snoyman <michael@snoyman.com>@@ -38,7 +38,7 @@ , warp >= 1.3 , yaml >= 0.8.17 , yesod-core >= 1.6 && < 1.7- , yesod-form >= 1.6 && < 1.7+ , yesod-form >= 1.6 && < 1.8 , yesod-persistent >= 1.6 && < 1.7 exposed-modules: Yesod