cabal-install-3.10.1.0: The command-line interface for Cabal and Hackage.
Maintainercabal-devel@haskell.org
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.