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. data PackageArg

    ghc-lib-parser GHC.Driver.Session

    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-lib-parser GHC.Driver.Session

    -package, by PackageName

  3. PackageDB :: PkgDbRef -> PackageDBFlag

    ghc-lib-parser GHC.Driver.Session

    No documentation available.

  4. data PackageDBFlag

    ghc-lib-parser GHC.Driver.Session

    No documentation available.

  5. data PackageFlag

    ghc-lib-parser GHC.Driver.Session

    Flags for manipulating packages visibility.

  6. data ParMakeCount

    ghc-lib-parser GHC.Driver.Session

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

  7. ParMakeNumProcessors :: ParMakeCount

    ghc-lib-parser GHC.Driver.Session

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

  8. ParMakeSemaphore :: FilePath -> ParMakeCount

    ghc-lib-parser GHC.Driver.Session

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

  9. ParMakeThisMany :: Int -> ParMakeCount

    ghc-lib-parser GHC.Driver.Session

    Use this many processors (-jn flag).

  10. PkgDbPath :: FilePath -> PkgDbRef

    ghc-lib-parser GHC.Driver.Session

    No documentation available.

Page 518 of many | Previous | Next