yesod/yesod
2012-11-07 17:57:53 +02:00
..
hsfiles Scaffolding http-conduit update 2012-11-07 17:57:53 +02:00
input
Scaffolding
static
test
.gitignore
AddHandler.hs
Build.hs
Devel.hs
GhcBuild.hs
ghcwrapper.hs
Keter.hs
LICENSE
main.hs
Options.hs
README.md
Setup.lhs
update-hsfiles.sh
yesod.cabal
Yesod.hs

Overview

The yesod package

  • groups together the various Yesod related packages into one cohesive whole.
  • contains the executable yesod
    • yesod devel - start a development environment
    • yesod init - create a scaffolded site

Scaffolding

Test suite

test/run.sh

Getting a list of scaffold files for the cabal file

It is necessary after adding a scaffolding file to add it to the list of files in the cabal file.

find scaffold -type f