Hoogle Search

Within LTS Haskell 24.38 (ghc-9.10.3)

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

  1. Progress :: String -> IO Progress -> Progress

    Cabal Distribution.TestSuite

    No documentation available.

  2. 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.

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

    Cabal Distribution.Types.LocalBuildConfig

    No documentation available.

  4. module Distribution.Types.ParStrat

    No documentation available.

  5. 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)

  6. type ParStratInstall = ParStratX Int

    Cabal Distribution.Types.ParStrat

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

  7. data ParStratX sem

    Cabal Distribution.Types.ParStrat

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

  8. module Distribution.Utils.Progress

    A progress monad, which we use to report failure and logging from otherwise pure code.

  9. data Progress step fail done

    Cabal Distribution.Utils.Progress

    A type to represent the unfolding of an expensive long running calculation that may fail (or maybe not expensive, but complicated!) We may get intermediate steps before the final result which may be used to indicate progress and/or logging messages. TODO: Apply Codensity to avoid left-associativity problem. See http://comonad.com/reader/2011/free-monads-for-less/ and http://blog.ezyang.com/2012/01/problem-set-the-codensity-transformation/

  10. Panic :: String -> GhcException

    ghc GHC

    The impossible happened.

Page 100 of many | Previous | Next