Hoogle Search

Within LTS Haskell 24.51 (ghc-9.10.3)

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

  1. exceptionWithCallStackPrefix :: CallStack -> Verbosity -> String -> String

    Cabal Distribution.Simple.Utils

    Append a call-site and/or call-stack based on Verbosity

  2. findAllFilesCwdWithExtension :: FilePath -> [Suffix] -> [FilePath] -> FilePath -> IO [FilePath]

    Cabal Distribution.Simple.Utils

    No documentation available.

  3. findAllFilesWithExtension :: [Suffix] -> [FilePath] -> FilePath -> IO [FilePath]

    Cabal Distribution.Simple.Utils

    No documentation available.

  4. installDirectoryContents :: Verbosity -> FilePath -> FilePath -> IO ()

    Cabal Distribution.Simple.Utils

    This installs all the files in a directory to a target location, preserving the directory layout. All the files are assumed to be ordinary rather than executable files.

  5. installExecutableFile :: Verbosity -> FilePath -> FilePath -> IO ()

    Cabal Distribution.Simple.Utils

    Install an executable file. This is like a file copy but the permissions are set appropriately for an installed file. On Unix it is "-rwxr-xr-x" while on Windows it uses the default permissions for the target directory.

  6. installExecutableFiles :: Verbosity -> FilePath -> [(FilePath, FilePath)] -> IO ()

    Cabal Distribution.Simple.Utils

    This is like copyFiles but uses installExecutableFile.

  7. installMaybeExecutableFile :: Verbosity -> FilePath -> FilePath -> IO ()

    Cabal Distribution.Simple.Utils

    Install a file that may or not be executable, preserving permissions.

  8. installMaybeExecutableFiles :: Verbosity -> FilePath -> [(FilePath, FilePath)] -> IO ()

    Cabal Distribution.Simple.Utils

    This is like copyFiles but uses installMaybeExecutableFile.

  9. installOrdinaryFile :: Verbosity -> FilePath -> FilePath -> IO ()

    Cabal Distribution.Simple.Utils

    Install an ordinary file. This is like a file copy but the permissions are set appropriately for an installed file. On Unix it is "-rw-r--r--" while on Windows it uses the default permissions for the target directory.

  10. installOrdinaryFiles :: Verbosity -> FilePath -> [(FilePath, FilePath)] -> IO ()

    Cabal Distribution.Simple.Utils

    This is like copyFiles but uses installOrdinaryFile.

Page 240 of many | Previous | Next