Skip to content
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 )