Hoogle Search
Within LTS Haskell 24.38 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
Cabal Distribution.Simple.Program.Types No documentation available.
-
Cabal Distribution.Simple.Program.Types Where a program was found. Also tells us whether it's specified by user or not. This includes not just the path, but the program as well.
type
ProgramSearchPath = [ProgramSearchPathEntry]Cabal Distribution.Simple.Program.Types A search path to use when locating executables. This is analogous to the unix $PATH or win32 %PATH% but with the ability to use the system default method for finding executables (findExecutable which on unix is simply looking on the $PATH but on win32 is a bit more complicated). The default to use is [ProgSearchPathDefault] but you can add extra dirs either before, after or instead of the default, e.g. here we add an extra dir to search after the usual ones.
['ProgramSearchPathDefault', 'ProgramSearchPathDir' dir]
We also use this path to set the environment when running child processes. The ProgramDb is created with a ProgramSearchPath to which we prependProgramSearchPath to add the ones that come from cli flags and from configurations. Then each of the programs that are configured in the db inherits the same path as part of configureProgram.ProgramSearchPathDefault :: ProgramSearchPathEntryCabal Distribution.Simple.Program.Types The system default
ProgramSearchPathDir :: FilePath -> ProgramSearchPathEntryCabal Distribution.Simple.Program.Types A specific dir
-
Cabal Distribution.Simple.Program.Types No documentation available.
-
Cabal Distribution.Simple.Test.Log Logs all test results for a package, broken down first by test suite and then by test case.
PackageLog :: PackageId -> CompilerId -> Platform -> [TestSuiteLog] -> PackageLogCabal Distribution.Simple.Test.Log No documentation available.
-
Cabal Distribution.TestSuite No documentation available.
-
Cabal Distribution.TestSuite No documentation available.