Hoogle Search

Within LTS Haskell 24.34 (ghc-9.10.3)

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

  1. setFileMode :: FilePath -> FileMode -> IO ()

    unix-compat System.PosixCompat.Files

    setFileMode path mode changes permission of the file given by path to mode. This operation may fail with throwErrnoPathIfMinus1_ if path doesn't exist or if the effective user ID of the current process is not that of the file's owner. Note: calls chmod.

  2. setFileSize :: FilePath -> FileOffset -> IO ()

    unix-compat System.PosixCompat.Files

    Truncates the file down to the specified length. If the file was larger than the given length before this operation was performed the extra is lost. Note: calls truncate.

  3. setFileTimes :: FilePath -> EpochTime -> EpochTime -> IO ()

    unix-compat System.PosixCompat.Files

    setFileTimes path atime mtime sets the access and modification times associated with file path to atime and mtime, respectively. Note: calls utime.

  4. setGroupIDMode :: FileMode

    unix-compat System.PosixCompat.Files

    Set group ID on execution.

  5. setOwnerAndGroup :: FilePath -> UserID -> GroupID -> IO ()

    unix-compat System.PosixCompat.Files

    setOwnerAndGroup path uid gid changes the owner and group of path to uid and gid, respectively. If uid or gid is specified as -1, then that ID is not changed. Note: calls chown.

  6. setSymbolicLinkOwnerAndGroup :: FilePath -> UserID -> GroupID -> IO ()

    unix-compat System.PosixCompat.Files

    Acts as setOwnerAndGroup but does not follow symlinks (and thus changes permissions on the link itself). Note: calls lchown.

  7. setUserIDMode :: FileMode

    unix-compat System.PosixCompat.Files

    Set user ID on execution.

  8. setVerbosity :: Verbosity -> IO ()

    cmdargs System.Console.CmdArgs.Verbosity

    Set the global verbosity.

  9. setter :: PropertyInfo o a -> o -> a -> IO ()

    haskell-gi-base Data.GI.Base.GParamSpec

    Handler invoked when the property is being set.

  10. setter :: CStringPropertyInfo o -> o -> Maybe Text -> IO ()

    haskell-gi-base Data.GI.Base.GParamSpec

    No documentation available.

Page 213 of many | Previous | Next