Add a signature
This commit is contained in:
parent
2b01c38d60
commit
e4a401f58d
@ -52,6 +52,7 @@ runProgram pgm args = do
|
|||||||
return (ExitFailure 1)
|
return (ExitFailure 1)
|
||||||
Just p -> rawSystem (programPath p) args
|
Just p -> rawSystem (programPath p) args
|
||||||
|
|
||||||
|
main :: IO ()
|
||||||
main = do
|
main = do
|
||||||
args <- getArgs
|
args <- getArgs
|
||||||
e <- doesDirectoryExist "yesod-devel"
|
e <- doesDirectoryExist "yesod-devel"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user