[commit: packages/directory] master: changelog.md: Move issue number to the end (ec8c86b)

git at git.haskell.org git at git.haskell.org
Fri Dec 18 09:50:18 UTC 2015


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

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

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

commit ec8c86baac5cbcf3fd7708178256951bb95e963f
Author: Phil Ruffwind <rf at rufflewind.com>
Date:   Sat Apr 11 02:24:50 2015 -0400

    changelog.md: Move issue number to the end


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

ec8c86baac5cbcf3fd7708178256951bb95e963f
 changelog.md | 24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)

diff --git a/changelog.md b/changelog.md
index 8d2b934..d54fdf8 100644
--- a/changelog.md
+++ b/changelog.md
@@ -3,8 +3,8 @@ Changelog for the [`directory`][1] package
 
 ## 1.2.2.1 (Apr 2015)
 
-  * [#24](https://github.com/haskell/directory/issues/24):
-    Fix dependency problem on NixOS when building with tests
+  * Fix dependency problem on NixOS when building with tests
+    ([#24](https://github.com/haskell/directory/issues/24))
 
 ## 1.2.2.0 (Mar 2015)
 
@@ -16,23 +16,23 @@ Changelog for the [`directory`][1] package
 
   * Replace `throw` by better defined `throwIO`s
 
-  * [#17](https://github.com/haskell/directory/pull/17):
-    Avoid stack overflow in `getDirectoryContents`
+  * Avoid stack overflow in `getDirectoryContents`
+    ([#17](https://github.com/haskell/directory/pull/17))
 
-  * [#14](https://github.com/haskell/directory/issues/14):
-    Expose `findExecutables`
+  * Expose `findExecutables`
+    ([#14](https://github.com/haskell/directory/issues/14))
 
-  * [#15](https://github.com/haskell/directory/issues/15):
-    `removeDirectoryRecursive` no longer follows symlinks under any
+  * `removeDirectoryRecursive` no longer follows symlinks under any
     circumstances
+    ([#15](https://github.com/haskell/directory/issues/15))
 
-  * [#9](https://github.com/haskell/directory/issues/9):
-    Allow trailing path separators in `getPermissions` on Windows
+  * Allow trailing path separators in `getPermissions` on Windows
+    ([#9](https://github.com/haskell/directory/issues/9))
 
-  * [#8](https://github.com/haskell/directory/pull/8):
-    `renameFile` now always throws the correct error type
+  * `renameFile` now always throws the correct error type
     (`InappropriateType`) when the destination is a directory, as long as the
     filesystem is not being modified concurrently
+    ([#8](https://github.com/haskell/directory/pull/8))
 
   * Add `makeAbsolute`, which should be preferred over `canonicalizePath`
     unless one requires symbolic links to be resolved



More information about the ghc-commits mailing list