cabal-install-3.14.2.0: The command-line interface for Cabal and Hackage.
Maintainer[email protected]
Portabilityportable
Safe HaskellSafe-Inferred
LanguageHaskell2010

Distribution.Client.Run

Description

Implementation of the run command.

Synopsis

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.