yesod 1.4.1.1 → 1.4.1.2
raw patch · 2 files changed
+7/−4 lines, 2 filesdep ~monad-control
Dependency ranges changed: monad-control
Files
- ChangeLog.md +3/−0
- yesod.cabal +4/−4
+ ChangeLog.md view
@@ -0,0 +1,3 @@+## 1.4.1++Provide the `Yesod.Default.Config2` module, for use by newer scaffoldings.
yesod.cabal view
@@ -1,17 +1,17 @@ name: yesod-version: 1.4.1.1+version: 1.4.1.2 license: MIT license-file: LICENSE author: Michael Snoyman <michael@snoyman.com> maintainer: Michael Snoyman <michael@snoyman.com> synopsis: Creation of type-safe, RESTful web applications.-description: See README.md+description: Hackage documentation generation is not reliable. For up to date documentation, please see: <http://www.stackage.org/package/yesod>. category: Web, Yesod stability: Stable cabal-version: >= 1.6 build-type: Simple homepage: http://www.yesodweb.com/-extra-source-files: README.md+extra-source-files: README.md ChangeLog.md library if os(windows)@@ -22,7 +22,7 @@ , yesod-auth >= 1.4 && < 1.5 , yesod-persistent >= 1.4 && < 1.5 , yesod-form >= 1.4 && < 1.5- , monad-control >= 0.3 && < 0.4+ , monad-control >= 0.3 && < 1.1 , transformers >= 0.2.2 , wai >= 1.3 , wai-extra >= 1.3