Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Synopsis
- data GlobalOptsContext
- hideMods :: Bool -> Mod f a
Documentation
data GlobalOptsContext Source #
Allows adjust global options depending on their context Note: This was being used to remove ambiguity between the local and global implementation of stack init --resolver option. Now that stack init has no local --resolver this is not being used anymore but the code is kept for any similar future use cases.
OuterGlobalOpts | Global options before subcommand name |
OtherCmdGlobalOpts | Global options following any other subcommand |
BuildCmdGlobalOpts | |
GhciCmdGlobalOpts |
Instances
Show GlobalOptsContext Source # | |
Defined in Stack.Options.Utils showsPrec :: Int -> GlobalOptsContext -> ShowS # show :: GlobalOptsContext -> String # showList :: [GlobalOptsContext] -> ShowS # | |
Eq GlobalOptsContext Source # | |
Defined in Stack.Options.Utils (==) :: GlobalOptsContext -> GlobalOptsContext -> Bool # (/=) :: GlobalOptsContext -> GlobalOptsContext -> Bool # |