yesod 1.4.1 → 1.4.1.1
raw patch · 2 files changed
+12/−1 lines, 2 files
Files
- README.md +10/−0
- yesod.cabal +2/−1
+ README.md view
@@ -0,0 +1,10 @@+## yesod++The yesod package groups together the various Yesod related packages into one+cohesive whole. This is the "battery loaded" version of Yesod, whereas most of+the core code lives in+[yesod-core](http://www.stackage.org/package/yesod-core/).++For the yesod executable, see [yesod-bin](http://www.stackage.org/package/yesod-bin/).++Yesod is [fully documented on its website](http://www.yesodweb.com/).
yesod.cabal view
@@ -1,5 +1,5 @@ name: yesod-version: 1.4.1+version: 1.4.1.1 license: MIT license-file: LICENSE author: Michael Snoyman <michael@snoyman.com>@@ -11,6 +11,7 @@ cabal-version: >= 1.6 build-type: Simple homepage: http://www.yesodweb.com/+extra-source-files: README.md library if os(windows)