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
|
, MonadLogger m
|
||||||
, MonadCatch m
|
, MonadCatch m
|
||||||
, MonadMask m )
|
, MonadMask m )
|
||||||
=> m ()
|
=> m [FilePath]
|
||||||
rmGhcupDirs = do
|
rmGhcupDirs = do
|
||||||
dirs@Dirs
|
dirs@Dirs
|
||||||
{ baseDir
|
{ baseDir
|
||||||
|
Loading…
Reference in New Issue
Block a user