add version command

This commit is contained in:
Greg Weber 2011-08-16 22:39:07 -07:00
parent 971ab6ec74
commit cbdad72a90

View File

@ -51,6 +51,7 @@ main = do
"build":rest -> touch >> build rest >>= exitWith
["touch"] -> touch
["devel"] -> devel cabal
["version"] -> putStrLn "0.9"
"configure":rest -> rawSystem cmd ("configure":rest) >>= exitWith
_ -> do
putStrLn "Usage: yesod <command>"