Skip to content

Releases: haskell/directory

directory 1.3.6.1

29 Mar 02:33
v1.3.6.1
Compare
Choose a tag to compare
  • Relax time version bounds to support 1.10.

directory 1.3.6.0

31 Jan 07:09
v1.3.6.0
Compare
Choose a tag to compare
  • On non-Windows platforms, getHomeDirectory will fall back to getpwuid_r if HOME is not set. (#102)

directory 1.3.5.0

25 Dec 01:37
v1.3.5.0
Compare
Choose a tag to compare

directory 1.3.4.0

01 Jul 07:04
v1.3.4.0
Compare
Choose a tag to compare
  • getXdgDirectory and getXdgDirectoryList on Windows will now respect the XDG environment variables if present. (#95)

directory 1.3.3.2

02 Jan 04:26
v1.3.3.2
Compare
Choose a tag to compare
  • getXdgDirectory will no longer reject environment variables containing relative paths. (#87)

directory 1.3.3.1

01 Aug 08:35
v1.3.3.1
Compare
Choose a tag to compare
  • doesDirectoryExist and doesPathExist reject empty paths once again, reversing an undocumented change introduced in 1.3.1.1. (#84)

directory 1.3.3.0

09 Jun 23:42
v1.3.3.0
Compare
Choose a tag to compare
  • Relax unix version bounds to support 2.8.

  • Relax Win32 version bounds to support 2.8.

  • Use SYMBOLIC_LINK_FLAG_ALLOW_UNPRIVILEGED_CREATE when creating symbolic links on Windows, if possible. (#83)

directory 1.3.2.2

11 Apr 05:50
v1.3.2.2
Compare
Choose a tag to compare
  • Relax base version bounds to support 4.12.

directory 1.3.2.1

04 Mar 22:00
v1.3.2.1
Compare
Choose a tag to compare
  • Relax Win32 version bounds to support 2.7.

directory 1.3.2.0

31 Jan 22:17
v1.3.2.0
Compare
Choose a tag to compare
  • Relax time version bounds to support 1.9.

  • Implement getXdgDirectoryList and XdgDirectoryList. (#78)