[commit: packages/directory] master: Update changelog about error message tweak in getCurrentDirectory (33ce1ca)

git at git.haskell.org git at git.haskell.org
Sun Feb 14 22:19:17 UTC 2016


Repository : ssh://git@git.haskell.org/directory

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/33ce1ca6bef97b60957e4763b046eac9a982ead0/directory

>---------------------------------------------------------------

commit 33ce1ca6bef97b60957e4763b046eac9a982ead0
Author: Phil Ruffwind <rf at rufflewind.com>
Date:   Sun Feb 14 00:18:34 2016 -0500

    Update changelog about error message tweak in getCurrentDirectory


>---------------------------------------------------------------

33ce1ca6bef97b60957e4763b046eac9a982ead0
 changelog.md | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/changelog.md b/changelog.md
index 6e9e984..4a09653 100644
--- a/changelog.md
+++ b/changelog.md
@@ -3,6 +3,10 @@ Changelog for the [`directory`][1] package
 
 ## 1.2.5.1 (February 2015)
 
+  * Improve error message of `getCurrentDirectory` when the current working
+    directory no longer exists
+    ([#39](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



More information about the ghc-commits mailing list