Fix runLeanWhereIs on windows
This commit is contained in:
parent
eaad2caf25
commit
bc13a4555d
@ -1533,7 +1533,9 @@ Report bugs at <https://gitlab.haskell.org/haskell/ghcup-hs/issues>|]
|
||||
let
|
||||
runLeanWhereIs =
|
||||
runLogger
|
||||
. runLeanAppState
|
||||
-- Don't use runLeanAppState here, which is disabled on windows.
|
||||
-- This is the only command on all platforms that doesn't need full appstate.
|
||||
. flip runReaderT leanAppstate
|
||||
. runE
|
||||
@'[ NotInstalled
|
||||
, NoToolVersionSet
|
||||
|
Loading…
Reference in New Issue
Block a user