Skip to content

Tags: haskell/directory

Tags

v1.3.10.1

Toggle v1.3.10.1's commit message

Verified

This tag was signed with the committer’s verified signature.
Rufflewind Phil Ruffwind
directory 1.3.10.1

  * Make findExecutable return Nothing on absolute paths that aren't
    executable.
    ( #187 )
  * Ensure removePathForcibly removes write-protected files on all
    platforms.
    ( #194 )

v1.3.10.0

Toggle v1.3.10.0's commit message

Verified

This tag was signed with the committer’s verified signature.
Rufflewind Phil Ruffwind
directory 1.3.10.0

  * Add getExecSearchPath as replacement for
    System.FilePath.getSearchPath.
    ( #198 )

v1.3.9.0

Toggle v1.3.9.0's commit message

Verified

This tag was signed with the committer’s verified signature.
Rufflewind Phil Ruffwind
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 )

v1.3.8.5

Toggle v1.3.8.5's commit message

Verified

This tag was signed with the committer’s verified signature.
Rufflewind Phil Ruffwind
directory 1.3.8.5

  * Fix regression that causes copying of nonexistent files to create empty
    files.
    ( #177 )

v1.3.8.4

Toggle v1.3.8.4's commit message

Verified

This tag was signed with the committer’s verified signature.
Rufflewind Phil Ruffwind
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 )

v1.3.8.3

Toggle v1.3.8.3's commit message

Verified

This tag was signed with the committer’s verified signature.
Rufflewind Phil Ruffwind
directory 1.3.8.3

  * Relax Win32 version bounds to support 2.14.0.0.
    ( #166 )
  * Fix regression in canonicalizePath on Windows UNC paths.
    ( #170 )

v1.3.8.2

Toggle v1.3.8.2's commit message

Verified

This tag was signed with the committer’s verified signature.
Rufflewind Phil Ruffwind
directory 1.3.8.2

  * Relax base version bounds to support 4.19.
    ( #157 )
  * Support filepath >= 1.5.0.0 and os-string.
    ( #164 )

v1.3.8.1

Toggle v1.3.8.1's commit message

Verified

This tag was signed with the committer’s verified signature.
Rufflewind Phil Ruffwind
directory 1.3.8.1

  * Use CApiFFI for utimensat.
    ( #145 )
  * Relax base version bounds to support 4.18.
    ( #151 )

v1.3.8.0

Toggle v1.3.8.0's commit message

Verified

This tag was signed with the committer’s verified signature.
Rufflewind Phil Ruffwind
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 )

v1.3.7.1

Toggle v1.3.7.1's commit message

Verified

This tag was signed with the committer’s verified signature.
Rufflewind Phil Ruffwind
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.