Implement 'ghcup run'

This commit is contained in:
2022-02-09 18:57:59 +01:00
parent 63350dab71
commit c72841ca58
10 changed files with 353 additions and 47 deletions

View File

@@ -313,6 +313,7 @@ Report bugs at <https://gitlab.haskell.org/haskell/ghcup-hs/issues>|]
Nuke -> nuke appState runLogger
Prefetch pfCom -> prefetch pfCom runAppState runLogger
GC gcOpts -> gc gcOpts runAppState runLogger
Run runCommand -> run runCommand runAppState runLogger
case res of
ExitSuccess -> pure ()