More scaffolding fixes
This commit is contained in:
parent
1cdb2495bc
commit
96bbe09486
@ -60,7 +60,6 @@ scaffold = do
|
|||||||
| 'a' <= c && c <= 'z' = True
|
| 'a' <= c && c <= 'z' = True
|
||||||
| '0' <= c && c <= '9' = True
|
| '0' <= c && c <= '9' = True
|
||||||
validPN '-' = True
|
validPN '-' = True
|
||||||
validPN '_' = True
|
|
||||||
validPN _ = False
|
validPN _ = False
|
||||||
project <- prompt $ all validPN
|
project <- prompt $ all validPN
|
||||||
let dir = project
|
let dir = project
|
||||||
|
|||||||
@ -48,7 +48,7 @@ executable ~project~
|
|||||||
|
|
||||||
build-depends: base >= 4 && < 5
|
build-depends: base >= 4 && < 5
|
||||||
, yesod >= 0.8 && < 0.9
|
, yesod >= 0.8 && < 0.9
|
||||||
, yesod-auth
|
, yesod-auth >= 0.4 && < 0.5
|
||||||
, yesod-static >= 0.1 && < 0.2
|
, yesod-static >= 0.1 && < 0.2
|
||||||
, mime-mail
|
, mime-mail
|
||||||
, wai-extra
|
, wai-extra
|
||||||
@ -60,7 +60,6 @@ executable ~project~
|
|||||||
, persistent-~lower~ >= 0.5 && < 0.6
|
, persistent-~lower~ >= 0.5 && < 0.6
|
||||||
, template-haskell
|
, template-haskell
|
||||||
, hamlet
|
, hamlet
|
||||||
, web-routes
|
|
||||||
, hjsmin
|
, hjsmin
|
||||||
, transformers
|
, transformers
|
||||||
, warp
|
, warp
|
||||||
|
|||||||
@ -54,7 +54,6 @@ executable ~project~
|
|||||||
, text
|
, text
|
||||||
, template-haskell
|
, template-haskell
|
||||||
, hamlet
|
, hamlet
|
||||||
, web-routes
|
|
||||||
, transformers
|
, transformers
|
||||||
, wai
|
, wai
|
||||||
, warp
|
, warp
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user