Hoogle Search

Within LTS Haskell 24.51 (ghc-9.10.3)

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

  1. type WithCallStack a = HasCallStack => a

    Cabal Distribution.Compat.Stack

    No documentation available.

  2. annotateCallStackIO :: WithCallStack (IO a -> IO a)

    Cabal Distribution.Compat.Stack

    This function is for when you *really* want to add a call stack to raised IO, but you don't have a Verbosity so you can't use annotateIO. If you have a Verbosity, please use that function instead.

  3. callStack :: HasCallStack => CallStack

    Cabal Distribution.Compat.Stack

    No documentation available.

  4. prettyCallStack :: CallStack -> String

    Cabal Distribution.Compat.Stack

    No documentation available.

  5. withFrozenCallStack :: HasCallStack => (HasCallStack => a) -> a

    Cabal Distribution.Compat.Stack

    No documentation available.

  6. withLexicalCallStack :: (a -> WithCallStack (IO b)) -> WithCallStack (a -> IO b)

    Cabal Distribution.Compat.Stack

    No documentation available.

  7. IllegalLibraryName :: PackageName -> CheckExplanation

    Cabal Distribution.PackageDescription.Check

    No documentation available.

  8. data QualLevel

    Cabal Distribution.Simple.BuildTarget

    No documentation available.

  9. getAllInternalToolDependencies :: PackageDescription -> BuildInfo -> [UnqualComponentName]

    Cabal Distribution.Simple.BuildToolDepends

    Get internal "build-tool-depends", along with internal "build-tools" This is a tiny function, but used in a number of places. The same restrictions that apply to isInternal also apply to this function.

  10. getAllToolDependencies :: PackageDescription -> BuildInfo -> [ExeDependency]

    Cabal Distribution.Simple.BuildToolDepends

    Get everything from "build-tool-depends", along with entries from "build-tools" that we know how to desugar. This should almost always be used instead of just accessing the buildToolDepends field directly.

Page 231 of many | Previous | Next