You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
directory 1.3.9.0
* Rely on file-io for file I/O.
* Drop support for base older than 4.12.0.
* Resolve TOCTOU issue with removeDirectoryRecursive and
removePathForcibly on POSIX systems.
(part of #97 )
* findExecutable "" now returns Nothing, matching non-Windows systems
( #180 )
directory 1.3.8.4
* Relax time version bounds to support 1.14.
( #171 )
* Relax base version bounds to support 4.20.
( #173 )
* Relax filepath version bounds to support 1.4.300 when os-string is
unavailable.
( #175 )
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
( https://downloads.haskell.org/ghc/latest/docs/users_guide/exts/safe_haskell.html )
because the System.OsPath dependency is no longer Safe.
* A new module, System.Directory.OsPath, has been introduced to support
AFPP (OsPath and OsString) 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.