Safe Haskell | None |
---|---|
Language | Haskell2010 |
HS.Cfg.Types
Documentation
Constructors
Cfg | |
data Installation Source #
Constructors
Installation | |
Fields |
Instances
Show Installation Source # | |
Defined in HS.Cfg.Types Methods showsPrec :: Int -> Installation -> ShowS # show :: Installation -> String # showList :: [Installation] -> ShowS # | |
Buildable Installation Source # | |
Defined in HS.Cfg.Types Methods build :: Installation -> Builder # |
Constructors
Managers | |
Fields
|
_iln_tool_executable :: Installation -> ToolName -> FilePath Source #
_iln_bin :: Installation -> FilePath Source #
resolveCompilerVersion :: Cfg -> Compiler -> CompilerVersion Source #