add done output suggesting to run cabal install

This commit is contained in:
Greg Weber 2011-08-16 22:39:29 -07:00
parent cbdad72a90
commit c9d9b2deb2
2 changed files with 22 additions and 0 deletions

21
yesod/input/done.cg Normal file
View File

@ -0,0 +1,21 @@
---------------------------------------
___
{-) |\
[m,].-"-. /
[][__][__] \(/\__/\)/
[__][__][__][__]~~~~ | |
[][__][__][__][__][] / |
[__][__][__][__][__]| /| |
[][__][__][__][__][]| || | ~~~~
ejm [__][__][__][__][__]__,__, \__/
---------------------------------------
The foundation for your site has beel laid. Start having some fun:
cd ~project~ && cabal install

View File

@ -185,3 +185,4 @@ scaffold = do
pack <- [|S.pack|]
return $ pack `AppE` LitE (StringL $ S.unpack bs))
puts $(codegenDir "input" "done")