shapr / fermatslastmargin

tool for creating and sharing annotations, using github for storage and social network
GNU Affero General Public License v3.0
87 stars 9 forks source link

move data to XDG dir instead of $HOME #45

Open shapr opened 4 years ago

shapr commented 4 years ago

FLM should be using https://hackage.haskell.org/package/directory-1.3.5.0/docs/System-Directory.html#v:getXdgDirectory instead of getHomeDirectory when deciding where to put user data.

shapr commented 4 years ago

This issue needs a change at https://github.com/shapr/fermatslastmargin/blob/master/Main.hs#L34