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.
Pure :: a -> FreeF (f :: Type -> Type) a bfree Control.Monad.Trans.Free No documentation available.
Pure :: a -> FreeF (f :: Type -> Type) a bfree Control.Monad.Trans.Free.Ap No documentation available.
module Distribution.Backpack.
PreModuleShape No documentation available.
-
Cabal Distribution.Backpack.PreModuleShape No documentation available.
PreModuleShape :: Set ModuleName -> Set ModuleName -> PreModuleShapeCabal Distribution.Backpack.PreModuleShape No documentation available.
module Distribution.Compat.
Process No documentation available.
-
Cabal Distribution.Make The author of a package disclaims any copyright to its source code and dedicates it to the public domain. This is not a software license. Please note that it is not possible to dedicate works to the public domain in every jurisdiction, nor is a work that is in the public domain in one jurisdiction necessarily in the public domain elsewhere.
PackageBuildImpossible :: CheckExplanation -> PackageCheckCabal Distribution.PackageDescription.Check This package description is no good. There's no way it's going to build sensibly. This should give an error at configure time.
PackageBuildWarning :: CheckExplanation -> PackageCheckCabal Distribution.PackageDescription.Check A problem that is likely to affect building the package, or an issue that we'd like every package author to be aware of, even if the package is never distributed.
-
Cabal Distribution.PackageDescription.Check Results of some kind of failed package check. There are a range of severities, from merely dubious to totally insane. All of them come with a human readable explanation. In future we may augment them with more machine readable explanations, for example to help an IDE suggest automatic corrections.