More scaffolding fixes
This commit is contained in:
parent
1cdb2495bc
commit
96bbe09486
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -54,7 +54,6 @@ executable ~project~
|
||||
, text
|
||||
, template-haskell
|
||||
, hamlet
|
||||
, web-routes
|
||||
, transformers
|
||||
, wai
|
||||
, warp
|
||||
|
||||
Loading…
Reference in New Issue
Block a user