diff --git a/app/ghcup/Main.hs b/app/ghcup/Main.hs index 9cd71b6..65325da 100644 --- a/app/ghcup/Main.hs +++ b/app/ghcup/Main.hs @@ -1793,6 +1793,7 @@ Report bugs at |] DInfo -> pure () ToolRequirements -> pure () ChangeLog _ -> pure () + UnSet _ -> pure () #if defined(BRICK) Interactive -> pure () #endif @@ -1879,7 +1880,7 @@ Report bugs at |] ] runUnsetGHC = - runAppState + runLeanAppState . runE @'[ NotInstalled ]