change return type of rmGhcupDirs to m [Filepath] from m ()
This commit is contained in:
parent
830fb70492
commit
395aeb415d
@ -1339,7 +1339,7 @@ rmGhcupDirs :: ( MonadReader AppState m
|
||||
, MonadLogger m
|
||||
, MonadCatch m
|
||||
, MonadMask m )
|
||||
=> m ()
|
||||
=> m [FilePath]
|
||||
rmGhcupDirs = do
|
||||
dirs@Dirs
|
||||
{ baseDir
|
||||
|
Loading…
Reference in New Issue
Block a user