adds conditional export of useXDG in non-windows OS-es. fix in rmGhcupDirs code that used useXDG
This commit is contained in:
@@ -27,6 +27,9 @@ module GHCup.Utils.Dirs
|
||||
, relativeSymlink
|
||||
, withGHCupTmpDir
|
||||
, getConfigFilePath
|
||||
#if !defined(IS_WINDOWS)
|
||||
, useXDG
|
||||
#endif
|
||||
)
|
||||
where
|
||||
|
||||
|
||||
Reference in New Issue
Block a user