Create ~/.ghcup dir on start
This commit is contained in:
parent
ee570c024c
commit
9c7d17800d
@ -588,6 +588,10 @@ main = do
|
||||
, DownloadFailed
|
||||
]
|
||||
|
||||
-- create ~/.ghcup dir
|
||||
ghcdir <- ghcupBaseDir
|
||||
createDirIfMissing newDirPerms ghcdir
|
||||
|
||||
dls <-
|
||||
( runLogger
|
||||
. flip runReaderT settings
|
||||
|
Loading…
Reference in New Issue
Block a user