Hoogle Search
Within LTS Haskell 24.4 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
Cabal-syntax Distribution.PackageDescription.FieldGrammar Compat FilePath accepts empty file path, but issues a warning. There are simply too many (~1200) package definition files
license-file: ""
anddata-dir: ""
across Hackage to outrule them completely. I suspect some of them are generated (e.g. formatted) by machine. CompatFilePath :: FilePath -> CompatFilePathCabal-syntax Distribution.PackageDescription.FieldGrammar No documentation available.
getCompatFilePath :: CompatFilePath -> FilePathCabal-syntax Distribution.PackageDescription.FieldGrammar No documentation available.
-
Cabal-syntax Distribution.Parsec Empty filepath, i.e. literally ""
parsecFilePath :: CabalParsing m => m FilePathCabal-syntax Distribution.Parsec No documentation available.
-
Cabal-syntax Distribution.Parsec.Warning Empty filepath, i.e. literally ""
showFilePath :: FilePath -> DocCabal-syntax Distribution.Pretty No documentation available.
-
gi-gio GI.Gio.Objects.FileInfo Gets the value of a byte string attribute as a file path. If the attribute does not contain a byte string, NULL will be returned. This function is meant to be used by language bindings that have specific handling for Unix paths. Since: 2.78
-
gi-gio GI.Gio.Objects.FileInfo Sets the attribute to contain the given attrValue, if possible. This function is meant to be used by language bindings that have specific handling for Unix paths. Since: 2.78
-
gi-gio GI.Gio.Objects.SubprocessLauncher Sets the file path to use as the stderr for spawned processes. If path is Nothing then any previously given path is unset. The file will be created or truncated when the process is spawned, as would be the case if using '2>' at the shell. If you want to send both stdout and stderr to the same file then use SubprocessFlagsStderrMerge. You may not set a stderr file path if a stderr fd is already set or if the launcher flags contain any flags directing stderr elsewhere. This feature is only available on UNIX. Since: 2.40