change return type of rmGhcupDirs to m [Filepath] from m ()

This commit is contained in:
Arjun Kathuria 2021-06-26 21:56:07 +05:30
parent 830fb70492
commit 395aeb415d
1 changed files with 1 additions and 1 deletions

View File

@ -1339,7 +1339,7 @@ rmGhcupDirs :: ( MonadReader AppState m
, MonadLogger m
, MonadCatch m
, MonadMask m )
=> m ()
=> m [FilePath]
rmGhcupDirs = do
dirs@Dirs
{ baseDir