You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
directory provides a function getAppUserDataDirectory :: String -> IO FilePath which on Linux simply constructs the resulting path as ${HOME}/.${APPNAME}.
directoryprovides a functiongetAppUserDataDirectory :: String -> IO FilePathwhich on Linux simply constructs the resulting path as${HOME}/.${APPNAME}.However, that doesn't conform to the XDG Base Directory Specification
Further reading: