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.
setupCompatWrapper :: String -> [Text] -> IO ()haskell-gi Data.GI.CodeGen.CabalHooks The entry point for Setup.hs files in compat bindings.
setGHCOptions :: [Text] -> CodeGen e ()haskell-gi Data.GI.CodeGen.Code Set the GHC options for compiling this module (in a OPTIONS_GHC pragma).
setLanguagePragmas :: [Text] -> CodeGen e ()haskell-gi Data.GI.CodeGen.Code Set the language pragmas for the current module.
setModuleFlags :: [ModuleFlag] -> CodeGen e ()haskell-gi Data.GI.CodeGen.Code Set the given flags for the module.
setModuleMinBase :: BaseVersion -> CodeGen e ()haskell-gi Data.GI.CodeGen.Code Set the minimum base version supported by the current module.
setupTypelibSearchPath :: [FilePath] -> IO ()haskell-gi Data.GI.CodeGen.LibGIRepository A convenience function for setting up the typelib search path from the environment. Note that for efficiency reasons this should only be called once per program run. If the list of paths passed in is empty, the environment variable HASKELL_GI_TYPELIB_SEARCH_PATH will be checked. In either case the system directories will be searched after the passed in directories.
setCreateResources :: Bool -> RouteOpts -> RouteOptsyesod-core Yesod.Core.Dispatch Determine whether or not to generate the resourcesApp value. Disabling this can be useful if you are creating the routes :: [ResourceTree String] elsewhere in your module, and referring to it here. The resourcesApp can become very large in large applications, and duplicating it can result in signifiacntly higher compile times.
setEqDerived :: Bool -> RouteOpts -> RouteOptsyesod-core Yesod.Core.Dispatch No documentation available.
setParameterizedSubroute :: Bool -> RouteOpts -> RouteOptsyesod-core Yesod.Core.Dispatch If True, we will correctly pass parameters for subroutes around.
setReadDerived :: Bool -> RouteOpts -> RouteOptsyesod-core Yesod.Core.Dispatch No documentation available.