From 5622e967252f71bd93e0e64be2d0c4997916b0fe Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Sun, 23 Nov 2014 12:18:41 +0200 Subject: [PATCH] README.md --- yesod-core/README | 1 - yesod-core/README.md | 7 +++++++ yesod-core/yesod-core.cabal | 6 ++---- 3 files changed, 9 insertions(+), 5 deletions(-) delete mode 100644 yesod-core/README create mode 100644 yesod-core/README.md diff --git a/yesod-core/README b/yesod-core/README deleted file mode 100644 index fd05b7a5..00000000 --- a/yesod-core/README +++ /dev/null @@ -1 +0,0 @@ -Learn more at http://www.yesodweb.com/ diff --git a/yesod-core/README.md b/yesod-core/README.md new file mode 100644 index 00000000..5b96f3e5 --- /dev/null +++ b/yesod-core/README.md @@ -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/). diff --git a/yesod-core/yesod-core.cabal b/yesod-core/yesod-core.cabal index 80be03e3..766eed90 100644 --- a/yesod-core/yesod-core.cabal +++ b/yesod-core/yesod-core.cabal @@ -5,10 +5,7 @@ license-file: LICENSE author: Michael Snoyman maintainer: Michael Snoyman 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 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