Releases: haskell/directory
Releases · haskell/directory
directory 1.3.9.0
directory 1.3.8.5
- Fix regression that causes copying of nonexistent files to create empty files. (#177)
directory 1.3.8.4
directory 1.3.8.3
directory 1.3.8.2
directory 1.3.8.1
directory 1.3.8.0
- Drop support for
base
older than 4.11.0. - Drop support for
filepath
older than 1.4.100. - Drop support for
time
older than 1.8.0. - Drop support for
unix
older than 2.8.0. - Drop support for
Win32
older than 2.13.3. - Modules in
directory
are no longer considered Safe because theSystem.OsPath
dependency is no longer Safe. - A new module,
System.Directory.OsPath
, has been introduced to support AFPP (OsPath
andOsString
) with an analogous API. The old module,System.Directory
, shall be in maintenance mode as new features will no longer be accepted there. (#136) removePathForcibly
no longer changes permissions of files on non-Windows systems. (#135)
directory 1.3.7.1
- Relax
time
version bounds to support 1.12. - Relax
Win32
version bounds to support 2.13. - Relax
base
version bounds to support 4.17.
directory 1.3.7.0
getXdgDirectory
now supportsXdgState
(XDG_STATE_HOME
). (#121)
directory 1.3.6.2
- Relax
Win32
version bounds to support 2.11. - Relax
time
version bounds to support 1.11. - Relax
base
version bounds to support 4.16.