Hoogle Search
Within LTS Haskell 24.45 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
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.
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.
-
unix-compat System.PosixCompat.Files Set group ID on execution.
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.
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.
-
unix-compat System.PosixCompat.Files Set user ID on execution.
setEmptyBody :: SomeResponse -> SomeResponseservant-server Servant.Server.Internal.ResponseRender No documentation available.
setVerbosity :: Verbosity -> IO ()cmdargs System.Console.CmdArgs.Verbosity Set the global verbosity.
setter :: PropertyInfo o a -> o -> a -> IO ()haskell-gi-base Data.GI.Base.GParamSpec Handler invoked when the property is being set.
setter :: CStringPropertyInfo o -> o -> Maybe Text -> IO ()haskell-gi-base Data.GI.Base.GParamSpec No documentation available.