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
|
["touch"] -> touch
|
||||||
#endif
|
#endif
|
||||||
["devel"] -> devel isDev
|
["devel"] -> devel isDev
|
||||||
["version"] -> putStrLn "0.9"
|
["version"] -> putStrLn "0.9.3"
|
||||||
"configure":rest -> rawSystem cmd ("configure":rest) >>= exitWith
|
"configure":rest -> rawSystem cmd ("configure":rest) >>= exitWith
|
||||||
_ -> do
|
_ -> do
|
||||||
putStrLn "Usage: yesod <command>"
|
putStrLn "Usage: yesod <command>"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user