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