Safe Haskell | None |
---|---|
Language | Haskell2010 |
GHCup.Brick.Widgets.Menus.AdvanceInstall
Documentation
data InstallOptions Source #
Constructors
InstallOptions | |
Fields
|
Instances
Show InstallOptions Source # | |
Defined in GHCup.Brick.Widgets.Menus.AdvanceInstall Methods showsPrec :: Int -> InstallOptions -> ShowS # show :: InstallOptions -> String # showList :: [InstallOptions] -> ShowS # | |
Eq InstallOptions Source # | |
Defined in GHCup.Brick.Widgets.Menus.AdvanceInstall Methods (==) :: InstallOptions -> InstallOptions -> Bool # (/=) :: InstallOptions -> InstallOptions -> Bool # |
type AdvanceInstallMenu = Menu InstallOptions Name Source #
handler :: BrickEvent Name e -> EventM Name AdvanceInstallMenu () Source #
instVersionL :: Lens' InstallOptions (Maybe GHCTargetVersion) Source #