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.
setWidth :: Maybe Int -> FormatOptions -> FormatOptionsyaml Data.Yaml.Builder Set the maximum number of columns in the YAML output, or Nothing for infinite. By default, the limit is 80 characters.
setConfCompare :: (Text -> Text -> Ordering) -> Config -> Configyaml Data.Yaml.Pretty Sets ordering for object keys
setConfDropNull :: Bool -> Config -> Configyaml Data.Yaml.Pretty -
Cabal Distribution.Backpack.DescribeUnitId Print a Setup message stating (1) what operation we are doing, for (2) which component (with enough details to uniquely identify the build in question.)
setProgramSearchPath :: ProgramSearchPath -> ProgramDb -> ProgramDbCabal Distribution.Simple.Program Change the current ProgramSearchPath used by the ProgramDb. This will affect programs that are configured from here on, so you should usually set it before configuring any programs.
setProgramSearchPath :: ProgramSearchPath -> ProgramDb -> ProgramDbCabal Distribution.Simple.Program.Db Change the current ProgramSearchPath used by the ProgramDb. This will affect programs that are configured from here on, so you should usually set it before configuring any programs.
setFileExecutable :: FilePath -> IO ()Cabal Distribution.Simple.Utils No documentation available.
setFileOrdinary :: FilePath -> IO ()Cabal Distribution.Simple.Utils No documentation available.
setupMessage :: Verbosity -> String -> PackageIdentifier -> IO ()Cabal Distribution.Simple.Utils Display a "setup status message". Prefer using setupMessage' if possible.
setOption :: TestInstance -> String -> String -> Either String TestInstanceCabal Distribution.TestSuite Try to set the named option to the given value. Returns an error message if the option is not supported or the value could not be correctly parsed; otherwise, a TestInstance with the option set to the given value is returned.