Hoogle Search

Within LTS Haskell 24.33 (ghc-9.10.3)

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

  1. setImplicitIdDef :: ImplicitIdDef -> MkPersistSettings -> MkPersistSettings

    persistent Database.Persist.TH

    Set the ImplicitIdDef in the given MkPersistSettings. The default value is autoIncrementingInteger.

  2. setImplicitIdDef :: ImplicitIdDef -> MkPersistSettings -> MkPersistSettings

    persistent Database.Persist.TH.Internal

    Set the ImplicitIdDef in the given MkPersistSettings. The default value is autoIncrementingInteger.

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

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

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

  6. setFileExecutable :: FilePath -> IO ()

    Cabal Distribution.Simple.Utils

    No documentation available.

  7. setFileOrdinary :: FilePath -> IO ()

    Cabal Distribution.Simple.Utils

    No documentation available.

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

    Cabal Distribution.Simple.Utils

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

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

  10. setFileExtension :: MonadThrow m => PosixString -> Path b File -> m (Path b File)

    path OsPath.Posix

    Deprecated: Please use replaceExtension instead.

Page 190 of many | Previous | Next