Releases: haskell/directory
Releases · haskell/directory
directory 1.3.6.1
- Relax
time
version bounds to support 1.10.
directory 1.3.6.0
- On non-Windows platforms,
getHomeDirectory
will fall back togetpwuid_r
ifHOME
is not set. (#102)
directory 1.3.5.0
- Revert change introduced in the version
1.3.3.2
: Non-absoluteXDG_*
environment variables are ignored. This behavior is according to XDG Base Directory Specification version 0.7 (#100)
directory 1.3.4.0
getXdgDirectory
andgetXdgDirectoryList
on Windows will now respect the XDG environment variables if present. (#95)
directory 1.3.3.2
getXdgDirectory
will no longer reject environment variables containing relative paths. (#87)
directory 1.3.3.1
doesDirectoryExist
anddoesPathExist
reject empty paths once again, reversing an undocumented change introduced in 1.3.1.1. (#84)
directory 1.3.3.0
-
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
- Relax
base
version bounds to support 4.12.
directory 1.3.2.1
- Relax
Win32
version bounds to support 2.7.
directory 1.3.2.0
-
Relax
time
version bounds to support 1.9. -
Implement
getXdgDirectoryList
andXdgDirectoryList
. (#78)