Hoogle Search

Within LTS Haskell 24.50 (ghc-9.10.3)

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

  1. setConfDropNull :: Bool -> Config -> Config

    yaml Data.Yaml.Pretty

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

  2. setCounter32 :: ChaChaState a => Word32 -> a -> a

    crypton Crypto.Cipher.ChaCha

    No documentation available.

  3. setCounter64 :: ChaChaState a => Word64 -> a -> a

    crypton Crypto.Cipher.ChaCha

    No documentation available.

  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