yesod-bin 1.5.2.5 → 1.5.2.6
raw patch · 2 files changed
+6/−2 lines, 2 filesdep ~unix-compat
Dependency ranges changed: unix-compat
Files
- ChangeLog.md +4/−0
- yesod-bin.cabal +2/−2
ChangeLog.md view
@@ -1,3 +1,7 @@+## 1.5.2.6++* Drop an upper bound+ ## 1.5.2.5 * Support for `add-handler` when modules are in `src/` directory [#1413](https://github.com/yesodweb/yesod/issues/1413)
yesod-bin.cabal view
@@ -1,5 +1,5 @@ name: yesod-bin-version: 1.5.2.5+version: 1.5.2.6 license: MIT license-file: LICENSE author: Michael Snoyman <michael@snoyman.com>@@ -33,7 +33,7 @@ , template-haskell , directory >= 1.2.1 , Cabal >= 1.18- , unix-compat >= 0.2 && < 0.5+ , unix-compat >= 0.2 , containers >= 0.2 , attoparsec >= 0.10 , http-types >= 0.7