Skip to content
directory 1.3.0.0

  * Drop trailing slashes in canonicalizePath
    ( https://github.com/haskell/directory/issues/63 )

  * Rename isSymbolicLink to pathIsSymbolicLink.  The old name will remain
    available but may be removed in the next major release.
    ( https://github.com/haskell/directory/issues/52 )

  * Changed canonicalizePath to dereference symbolic links even if it points
    to a file and is not the last path segment

  * On Windows, canonicalizePath now canonicalizes the letter case too

  * On Windows, canonicalizePath now also dereferences symbolic links

  * When exceptions are thrown, the error location will now contain additional
    information about the internal function(s) used.