Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Documentation
newtype ColorOption Source #
Instances
Semigroup ColorOption Source # | |
Defined in Stackctl.ColorOption (<>) :: ColorOption -> ColorOption -> ColorOption # sconcat :: NonEmpty ColorOption -> ColorOption # stimes :: Integral b => b -> ColorOption -> ColorOption # |
class HasColorOption env where Source #
colorOptionL :: Lens' env (Maybe ColorOption) Source #
Instances
HasColorOption Options Source # | |
Defined in Stackctl.Options | |
HasColorOption options => HasColorOption (App options) Source # | |
Defined in Stackctl.CLI colorOptionL :: Lens' (App options) (Maybe ColorOption) Source # |