Hoogle Search

Within LTS Haskell 24.40 (ghc-9.10.3)

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

  1. data PackageArg

    ghc GHC.Driver.DynFlags

    We accept flags which make packages visible, but how they select the package varies; this data type reflects what selection criterion is used.

  2. PackageArg :: String -> PackageArg

    ghc GHC.Driver.DynFlags

    -package, by PackageName

  3. PackageDB :: PkgDbRef -> PackageDBFlag

    ghc GHC.Driver.DynFlags

    No documentation available.

  4. data PackageDBFlag

    ghc GHC.Driver.DynFlags

    No documentation available.

  5. data PackageFlag

    ghc GHC.Driver.DynFlags

    Flags for manipulating packages visibility.

  6. data ParMakeCount

    ghc GHC.Driver.DynFlags

    The type for the -jN argument, specifying that -j on its own represents using the number of machine processors.

  7. ParMakeNumProcessors :: ParMakeCount

    ghc GHC.Driver.DynFlags

    Use parallelism with as many processors as possible (-j flag without an argument).

  8. ParMakeSemaphore :: FilePath -> ParMakeCount

    ghc GHC.Driver.DynFlags

    Use the specific semaphore sem to control parallelism (-jsem sem flag).

  9. ParMakeThisMany :: Int -> ParMakeCount

    ghc GHC.Driver.DynFlags

    Use this many processors (-jn flag).

  10. PkgDbPath :: FilePath -> PkgDbRef

    ghc GHC.Driver.DynFlags

    No documentation available.

Page 120 of many | Previous | Next