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.
setImplicitIdDef :: ImplicitIdDef -> MkPersistSettings -> MkPersistSettingspersistent Database.Persist.TH Set the ImplicitIdDef in the given MkPersistSettings. The default value is autoIncrementingInteger.
setImplicitIdDef :: ImplicitIdDef -> MkPersistSettings -> MkPersistSettingspersistent Database.Persist.TH.Internal Set the ImplicitIdDef in the given MkPersistSettings. The default value is autoIncrementingInteger.
-
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.
setFileExtension :: MonadThrow m => PosixString -> Path b File -> m (Path b File)path OsPath.Posix Deprecated: Please use replaceExtension instead.