add Staging to match scaffolded ymls

This commit is contained in:
patrick brisbin 2011-09-21 18:52:27 -04:00
parent b13875b8a6
commit a20c28dfad

View File

@ -19,6 +19,7 @@ import System.Console.CmdArgs hiding (args)
-- Production environments
data DefaultEnv = Development
| Testing
| Staging
| Production deriving (Read, Show, Enum, Bounded)
-- | Setup commandline arguments for environment and port