README.md

This commit is contained in:
Michael Snoyman 2014-11-23 12:18:41 +02:00
parent f8b9a702b8
commit 5622e96725
3 changed files with 9 additions and 5 deletions

View file

@ -1 +0,0 @@
Learn more at http://www.yesodweb.com/

7
yesod-core/README.md Normal file
View file

@ -0,0 +1,7 @@
## yesod-core
This is the main package for Yesod, providing all core functionality on which
other packages can be built. It provides dispatch, handler functions, widgets,
etc.
Yesod is well documented on [its website](http://www.yesodweb.com/).

View file

@ -5,10 +5,7 @@ license-file: LICENSE
author: Michael Snoyman <michael@snoyman.com>
maintainer: Michael Snoyman <michael@snoyman.com>
synopsis: Creation of type-safe, RESTful web applications.
description:
Yesod is a framework designed to foster creation of RESTful web application that have strong compile-time guarantees of correctness. It also affords space efficient code and portability to many deployment backends, from CGI to stand-alone serving.
.
The Yesod documentation site <http://www.yesodweb.com/> has much more information, tutorials and information on some of the supporting packages, like Hamlet and Persistent.
description: See README.md
category: Web, Yesod
stability: Stable
cabal-version: >= 1.8
@ -22,6 +19,7 @@ extra-source-files:
test/en.msg
test/test.hs
changelog.md
README.md
library
build-depends: base >= 4.3 && < 5