add done output suggesting to run cabal install
This commit is contained in:
parent
cbdad72a90
commit
c9d9b2deb2
21
yesod/input/done.cg
Normal file
21
yesod/input/done.cg
Normal file
@ -0,0 +1,21 @@
|
||||
|
||||
---------------------------------------
|
||||
|
||||
___
|
||||
{-) |\
|
||||
[m,].-"-. /
|
||||
[][__][__] \(/\__/\)/
|
||||
[__][__][__][__]~~~~ | |
|
||||
[][__][__][__][__][] / |
|
||||
[__][__][__][__][__]| /| |
|
||||
[][__][__][__][__][]| || | ~~~~
|
||||
ejm [__][__][__][__][__]__,__, \__/
|
||||
|
||||
|
||||
---------------------------------------
|
||||
|
||||
The foundation for your site has beel laid. Start having some fun:
|
||||
|
||||
cd ~project~ && cabal install
|
||||
|
||||
|
||||
@ -185,3 +185,4 @@ scaffold = do
|
||||
pack <- [|S.pack|]
|
||||
return $ pack `AppE` LitE (StringL $ S.unpack bs))
|
||||
|
||||
puts $(codegenDir "input" "done")
|
||||
|
||||
Loading…
Reference in New Issue
Block a user