More scaffolding fixes

This commit is contained in:
Michael Snoyman 2011-06-07 09:46:55 +03:00
parent 1cdb2495bc
commit 96bbe09486
3 changed files with 1 additions and 4 deletions

View File

@ -60,7 +60,6 @@ scaffold = do
| 'a' <= c && c <= 'z' = True
| '0' <= c && c <= '9' = True
validPN '-' = True
validPN '_' = True
validPN _ = False
project <- prompt $ all validPN
let dir = project

View File

@ -48,7 +48,7 @@ executable ~project~
build-depends: base >= 4 && < 5
, yesod >= 0.8 && < 0.9
, yesod-auth
, yesod-auth >= 0.4 && < 0.5
, yesod-static >= 0.1 && < 0.2
, mime-mail
, wai-extra
@ -60,7 +60,6 @@ executable ~project~
, persistent-~lower~ >= 0.5 && < 0.6
, template-haskell
, hamlet
, web-routes
, hjsmin
, transformers
, warp

View File

@ -54,7 +54,6 @@ executable ~project~
, text
, template-haskell
, hamlet
, web-routes
, transformers
, wai
, warp