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. PackageLog :: PackageId -> CompilerId -> Platform -> [TestSuiteLog] -> PackageLog

    Cabal Distribution.Simple.Test.Log

    No documentation available.

  2. Pass :: Result

    Cabal Distribution.TestSuite

    No documentation available.

  3. data Progress

    Cabal Distribution.TestSuite

    No documentation available.

  4. Progress :: String -> IO Progress -> Progress

    Cabal Distribution.TestSuite

    No documentation available.

  5. data PackageBuildDescr

    Cabal Distribution.Types.LocalBuildConfig

    PackageBuildDescr contains the information Cabal determines after performing package-wide configuration of a package, before doing any per-component configuration.

  6. PackageBuildDescr :: ConfigFlags -> FlagAssignment -> ComponentRequestedSpec -> Compiler -> Platform -> Maybe FilePath -> PackageDescription -> InstallDirTemplates -> PackageDBStack -> [UnitId] -> PackageBuildDescr

    Cabal Distribution.Types.LocalBuildConfig

    No documentation available.

  7. module Distribution.Types.ParStrat

    No documentation available.

  8. type ParStrat = ParStratX String

    Cabal Distribution.Types.ParStrat

    Used by Cabal to indicate that we want to use this specific semaphore (created by cabal-install)

  9. type ParStratInstall = ParStratX Int

    Cabal Distribution.Types.ParStrat

    Used by cabal-install to say we want to create a semaphore with N slots.

  10. data ParStratX sem

    Cabal Distribution.Types.ParStrat

    How to control parallelism, e.g. a fixed number of jobs or by using a system semaphore.

Page 100 of many | Previous | Next