Hoogle Search

Within LTS Haskell 24.6 (ghc-9.10.2)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. newtype CompatFilePath

    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: ""
    
    and
    data-dir: ""
    
    across Hackage to outrule them completely. I suspect some of them are generated (e.g. formatted) by machine.

  2. CompatFilePath :: FilePath -> CompatFilePath

    Cabal-syntax Distribution.PackageDescription.FieldGrammar

    No documentation available.

  3. getCompatFilePath :: CompatFilePath -> FilePath

    Cabal-syntax Distribution.PackageDescription.FieldGrammar

    No documentation available.

  4. PWTEmptyFilePath :: PWarnType

    Cabal-syntax Distribution.Parsec

    Empty filepath, i.e. literally ""

  5. parsecFilePath :: CabalParsing m => m FilePath

    Cabal-syntax Distribution.Parsec

    No documentation available.

  6. PWTEmptyFilePath :: PWarnType

    Cabal-syntax Distribution.Parsec.Warning

    Empty filepath, i.e. literally ""

  7. showFilePath :: FilePath -> Doc

    Cabal-syntax Distribution.Pretty

    No documentation available.

  8. splitFilePath :: ShortText -> [ShortText]

    ghc-boot GHC.Data.ShortText

    O(n) Split a ShortText representing a file path into its components by separating on the file separator characters for this platform.

  9. getRawFilePathSetting :: FilePath -> FilePath -> RawSettings -> String -> Either String String

    ghc-boot GHC.Settings.Utils

    No documentation available.

  10. fileInfoGetAttributeFilePath :: (HasCallStack, MonadIO m, IsFileInfo a) => a -> Text -> m (Maybe [Char])

    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

Page 17 of many | Previous | Next