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. setWidth :: Maybe Int -> FormatOptions -> FormatOptions

    yaml Data.Yaml.Builder

    Set the maximum number of columns in the YAML output, or Nothing for infinite. By default, the limit is 80 characters.

  2. setConfCompare :: (Text -> Text -> Ordering) -> Config -> Config

    yaml Data.Yaml.Pretty

    Sets ordering for object keys

  3. setConfDropNull :: Bool -> Config -> Config

    yaml Data.Yaml.Pretty

    Drop entries with Null value from objects, if set to True

  4. setupMessage' :: Pretty a => Verbosity -> String -> PackageIdentifier -> ComponentName -> Maybe [(ModuleName, a)] -> IO ()

    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.)

  5. setProgramSearchPath :: ProgramSearchPath -> ProgramDb -> ProgramDb

    Cabal 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.

  6. setProgramSearchPath :: ProgramSearchPath -> ProgramDb -> ProgramDb

    Cabal 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.

  7. setFileExecutable :: FilePath -> IO ()

    Cabal Distribution.Simple.Utils

    No documentation available.

  8. setFileOrdinary :: FilePath -> IO ()

    Cabal Distribution.Simple.Utils

    No documentation available.

  9. setupMessage :: Verbosity -> String -> PackageIdentifier -> IO ()

    Cabal Distribution.Simple.Utils

    Display a "setup status message". Prefer using setupMessage' if possible.

  10. setOption :: TestInstance -> String -> String -> Either String TestInstance

    Cabal 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.

Page 177 of many | Previous | Next