This project is mirrored from https://github.com/haskell/directory.
Pull mirroring updated .
-
v1.3.9.099fb46d1 · ·
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 https://github.com/haskell/directory/issues/97 ) * findExecutable "" now returns Nothing, matching non-Windows systems ( https://github.com/haskell/directory/issues/180 )
-
v1.3.8.4a97a8a8f · ·
directory 1.3.8.4 * Relax time version bounds to support 1.14. ( https://github.com/haskell/directory/issues/171 ) * Relax base version bounds to support 4.20. ( https://github.com/haskell/directory/issues/173 ) * Relax filepath version bounds to support 1.4.300 when os-string is unavailable. ( https://github.com/haskell/directory/issues/175 )
-
v1.3.8.010242804 · ·
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. ( https://github.com/haskell/directory/pull/136 ) * removePathForcibly no longer changes permissions of files on non-Windows systems. ( https://github.com/haskell/directory/issues/135 )
-
v1.3.5.0fa82f5c1 · ·
directory 1.3.5.0 * Revert change introduced in the version 1.3.3.2: Non-absolute XDG_* environment variables are ignored. This behavior is according to XDG Base Directory Specification version 0.7 ( https://specifications.freedesktop.org/basedir-spec/0.7/ar01s02.html ) ( https://github.com/haskell/directory/issues/100 )