system-command-0.0.9: A replacement for System.Exit and System.Process
System.Command.Monad
data Command m a Source
Instances
command :: MonadIO m => FilePath -> [String] -> String -> Command m StringSource