| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
HS.Types.InstallMode
Synopsis
Documentation
data InstallMode Source #
how to react to a missing toolchain?
Constructors
| IM_no_install | do not try to install, report error |
| IM_install | download and install |
| IM_ask_install | ask the user if they want to install the misssing toolchain |