project.hs.cg -> main.hs.cg

This commit is contained in:
Greg Weber 2011-08-04 14:26:04 -07:00
parent 0751543ca1
commit 74bcb6bd58
3 changed files with 2 additions and 2 deletions

View File

@ -149,7 +149,7 @@ scaffold = do
ifTiny a b = if isTiny then a else b
writeFile' ("config/settings.yml") $(codegen "config/settings.yml")
writeFile' ("main.hs") $(codegen "project.hs")
writeFile' ("main.hs") $(codegen "main.hs")
writeFile' (project ++ ".cabal") $ ifTiny $(codegen "mini/cabal") $(codegen "project.cabal")
writeFile' ".ghci" $(codegen ".ghci")
writeFile' "LICENSE" $(codegen "LICENSE")

View File

@ -41,7 +41,7 @@ extra-source-files:
scaffold/hamlet/default-layout.hamlet.cg
scaffold/hamlet/boilerplate-layout.hamlet.cg
scaffold/deploy/Procfile.cg
scaffold/project.hs.cg
scaffold/main.hs.cg
scaffold/Handler/Root.hs.cg
scaffold/config/models.cg
scaffold/config/sqlite.yml.cg