New homepage and Git repo
This commit is contained in:
parent
f97719a757
commit
ed2947f105
10
yesod.cabal
10
yesod.cabal
@ -8,9 +8,9 @@ synopsis: A library for creating RESTful web applications.
|
|||||||
description: This package stradles the line between framework and simply a controller. It provides minimal support for model and view, mostly focusing on making a controller which adheres strictly to RESTful principles.
|
description: This package stradles the line between framework and simply a controller. It provides minimal support for model and view, mostly focusing on making a controller which adheres strictly to RESTful principles.
|
||||||
category: Web
|
category: Web
|
||||||
stability: unstable
|
stability: unstable
|
||||||
cabal-version: >= 1.2
|
cabal-version: >= 1.6
|
||||||
build-type: Simple
|
build-type: Simple
|
||||||
homepage: http://github.com/snoyberg/yesod
|
homepage: http://www.yesodweb.com/code.html
|
||||||
|
|
||||||
flag buildtests
|
flag buildtests
|
||||||
description: Build the executable to run unit tests
|
description: Build the executable to run unit tests
|
||||||
@ -68,7 +68,7 @@ library
|
|||||||
Yesod.Helpers.AtomFeed
|
Yesod.Helpers.AtomFeed
|
||||||
Yesod.Helpers.Sitemap
|
Yesod.Helpers.Sitemap
|
||||||
Web.Mime
|
Web.Mime
|
||||||
ghc-options: -Wall -Werror
|
ghc-options: -Wall
|
||||||
|
|
||||||
executable yesod
|
executable yesod
|
||||||
ghc-options: -Wall
|
ghc-options: -Wall
|
||||||
@ -136,3 +136,7 @@ executable tweedle
|
|||||||
Buildable: False
|
Buildable: False
|
||||||
ghc-options: -Wall
|
ghc-options: -Wall
|
||||||
main-is: examples/tweedle.lhs
|
main-is: examples/tweedle.lhs
|
||||||
|
|
||||||
|
source-repository head
|
||||||
|
type: git
|
||||||
|
location: git://github.com/snoyberg/yesod.git
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user