Hoogle Search
Within LTS Haskell 24.3 (ghc-9.10.2)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
srcFilePath :: MonadFileId m => SourceFile -> m AbsolutePathAgda Agda.TypeChecking.Monad.Base Get the file name of a SourceFile.
topLevelModuleFilePath :: ModuleToSource -> TopLevelModuleName -> AbsolutePathAgda Agda.TypeChecking.Monad.Base Lookup the path of a top level module name, which must be a known one.
absFilePath :: Parser (Path Abs File)attoparsec-path Data.Attoparsec.Path No documentation available.
relFilePath :: Parser (Path Rel File)attoparsec-path Data.Attoparsec.Path No documentation available.
fromFilePath :: FilePath -> Maybe ModuleNamecabal-gild CabalGild.Unstable.Extra.ModuleName Parses a FilePath as a ModuleName.
getConfigFilePath :: Flag FilePath -> IO FilePathcabal-install Distribution.Client.Config Returns the config file path, without checking that the file exists. The order of precedence is: input flag, CABAL_CONFIG, default location.
-
cabal-install Distribution.Client.FileMonitor A description of a file (or set of files) to monitor for changes. Where file paths are relative they are relative to a common directory (e.g. project root), not necessarily the process current directory.
getFilePathRootDirectory :: FilePathRoot -> FilePath -> IO FilePathcabal-install Distribution.Client.Glob Get the FilePath corresponding to a FilePathRoot. The FilePath argument is required to supply the path for the FilePathRelative case.
-
cabal-install Distribution.Client.Init.Types No documentation available.
HsFilePath :: FilePath -> HsFileType -> HsFilePathcabal-install Distribution.Client.Init.Types No documentation available.