bump yesod version command to 0.9.3
This commit is contained in:
parent
f0b515ff7b
commit
9391126712
@ -35,7 +35,7 @@ main = do
|
||||
["touch"] -> touch
|
||||
#endif
|
||||
["devel"] -> devel isDev
|
||||
["version"] -> putStrLn "0.9"
|
||||
["version"] -> putStrLn "0.9.3"
|
||||
"configure":rest -> rawSystem cmd ("configure":rest) >>= exitWith
|
||||
_ -> do
|
||||
putStrLn "Usage: yesod <command>"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user