Maintainer | cabal-devel@haskell.org |
---|---|
Portability | portable |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Implementation of the run
command.
Synopsis
- run :: Verbosity -> LocalBuildInfo -> Executable -> [String] -> IO ()
- splitRunArgs :: Verbosity -> LocalBuildInfo -> [String] -> IO (Executable, [String])
Documentation
run :: Verbosity -> LocalBuildInfo -> Executable -> [String] -> IO () Source #
Run a given executable.
splitRunArgs :: Verbosity -> LocalBuildInfo -> [String] -> IO (Executable, [String]) Source #
Return the executable to run and any extra arguments that should be forwarded to it. Die in case of error.