[commit: packages/directory] master: Include "Set filename in IOErrors from file time functions" in changelog (6e04fad)
git at git.haskell.org
git at git.haskell.org
Fri Dec 18 09:53:09 UTC 2015
Repository : ssh://git@git.haskell.org/directory
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/6e04fadc728b707beb756e7031bb463dca6c67b1/directory
>---------------------------------------------------------------
commit 6e04fadc728b707beb756e7031bb463dca6c67b1
Author: Phil Ruffwind <rf at rufflewind.com>
Date: Tue Nov 3 17:44:38 2015 +0800
Include "Set filename in IOErrors from file time functions" in changelog
as the changes made in commit 5f431e0905acb7e5d1c02beea0eefad94829645e
were not previously mentioned in the changelog.
See: https://github.com/haskell/directory/issues/38
>---------------------------------------------------------------
6e04fadc728b707beb756e7031bb463dca6c67b1
changelog.md | 2 ++
1 file changed, 2 insertions(+)
diff --git a/changelog.md b/changelog.md
index 8b90f78..2bfeb7a 100644
--- a/changelog.md
+++ b/changelog.md
@@ -34,6 +34,8 @@ Changelog for the [`directory`][1] package
* Implement `getAccessTime` and `setAccessTime`
+ * Set the filename in IO errors from the file time functions
+
* Fix `canonicalizePath` so that it always returns a reasonable result even
if the path is inaccessible and will not throw exceptions unless the
current directory cannot be obtained
More information about the ghc-commits
mailing list