wz1000 / HieDb

Generates a references DB from .hie files
BSD 3-Clause "New" or "Revised" License
64 stars 24 forks source link

HieDb should obey XDG specification #1

Closed mpickering closed 5 years ago

mpickering commented 5 years ago

The default location for the database should be taken from the XDG_DATA_HOME env var using the function from System.Directory.

http://hackage.haskell.org/package/directory-1.3.3.2/docs/System-Directory.html#v:getXdgDirectory

https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html

mpickering commented 5 years ago

Fixed now in master.