directory 1.2.5.1
* Improve error message of getCurrentDirectory when the current working
directory no longer exists
( https://github.com/haskell/directory/issues/39 )
* Fix the behavior of trailing path separators in canonicalizePath as well
as makeAbsolute when applied to the current directory; they should now
match the behavior of canonicalizePath prior to 1.2.3.0 (when the bug
was introduced)
( https://github.com/haskell/directory/issues/42 )
* Set the location in IO errors from `makeAbsolute`.