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.
exceptionWithCallStackPrefix :: CallStack -> Verbosity -> String -> StringCabal Distribution.Simple.Utils Append a call-site and/or call-stack based on Verbosity
findAllFilesCwdWithExtension :: FilePath -> [Suffix] -> [FilePath] -> FilePath -> IO [FilePath]Cabal Distribution.Simple.Utils No documentation available.
findAllFilesWithExtension :: [Suffix] -> [FilePath] -> FilePath -> IO [FilePath]Cabal Distribution.Simple.Utils No documentation available.
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.
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.
installExecutableFiles :: Verbosity -> FilePath -> [(FilePath, FilePath)] -> IO ()Cabal Distribution.Simple.Utils This is like copyFiles but uses installExecutableFile.
installMaybeExecutableFile :: Verbosity -> FilePath -> FilePath -> IO ()Cabal Distribution.Simple.Utils Install a file that may or not be executable, preserving permissions.
installMaybeExecutableFiles :: Verbosity -> FilePath -> [(FilePath, FilePath)] -> IO ()Cabal Distribution.Simple.Utils This is like copyFiles but uses installMaybeExecutableFile.
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.
installOrdinaryFiles :: Verbosity -> FilePath -> [(FilePath, FilePath)] -> IO ()Cabal Distribution.Simple.Utils This is like copyFiles but uses installOrdinaryFile.