Hoogle Search
Within LTS Haskell 24.34 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
Cabal-syntax Distribution.Fields.LexerMonad No documentation available.
setCabalSpecVersion :: Maybe Version -> ParseResult ()Cabal-syntax Distribution.Fields.ParseResult Set cabal spec version.
-
Cabal-syntax Distribution.PackageDescription.FieldGrammar No documentation available.
setupBuildInfo :: PackageDescription -> Maybe SetupBuildInfoCabal-syntax Distribution.Types.PackageDescription No documentation available.
setupBuildInfo :: Lens' PackageDescription (Maybe SetupBuildInfo)Cabal-syntax Distribution.Types.PackageDescription.Lens No documentation available.
setupDepends :: SetupBuildInfo -> [Dependency]Cabal-syntax Distribution.Types.SetupBuildInfo No documentation available.
setupDepends :: Lens' SetupBuildInfo [Dependency]Cabal-syntax Distribution.Types.SetupBuildInfo.Lens No documentation available.
setState :: ArrowState s a => a s shxt Control.Arrow.ArrowState overwrite the old state definition: setState = changeState (\ s x -> x)
setChildren :: (ArrowTree a, Tree t) => [t b] -> a (t b) (t b)hxt Control.Arrow.ArrowTree substitute the children of the root of a tree
setNode :: (ArrowTree a, Tree t) => b -> a (t b) (t b)hxt Control.Arrow.ArrowTree substitute the attribute of the root of a tree