README.md
This commit is contained in:
parent
f8b9a702b8
commit
5622e96725
@ -1 +0,0 @@
|
|||||||
Learn more at http://www.yesodweb.com/
|
|
||||||
7
yesod-core/README.md
Normal file
7
yesod-core/README.md
Normal 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/).
|
||||||
@ -5,10 +5,7 @@ license-file: LICENSE
|
|||||||
author: Michael Snoyman <michael@snoyman.com>
|
author: Michael Snoyman <michael@snoyman.com>
|
||||||
maintainer: Michael Snoyman <michael@snoyman.com>
|
maintainer: Michael Snoyman <michael@snoyman.com>
|
||||||
synopsis: Creation of type-safe, RESTful web applications.
|
synopsis: Creation of type-safe, RESTful web applications.
|
||||||
description:
|
description: See README.md
|
||||||
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.
|
|
||||||
category: Web, Yesod
|
category: Web, Yesod
|
||||||
stability: Stable
|
stability: Stable
|
||||||
cabal-version: >= 1.8
|
cabal-version: >= 1.8
|
||||||
@ -22,6 +19,7 @@ extra-source-files:
|
|||||||
test/en.msg
|
test/en.msg
|
||||||
test/test.hs
|
test/test.hs
|
||||||
changelog.md
|
changelog.md
|
||||||
|
README.md
|
||||||
|
|
||||||
library
|
library
|
||||||
build-depends: base >= 4.3 && < 5
|
build-depends: base >= 4.3 && < 5
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user