[commit: packages/directory] master: Formatting and date changes in `changelog.md` (7d4a98e)
git at git.haskell.org
git at git.haskell.org
Thu Mar 19 11:38:29 UTC 2015
Repository : ssh://git@git.haskell.org/directory
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/7d4a98ef9af86dd4c7e16498a53f5fcefdea4f18/directory
>---------------------------------------------------------------
commit 7d4a98ef9af86dd4c7e16498a53f5fcefdea4f18
Author: Phil Ruffwind <rf at rufflewind.com>
Date: Tue Mar 3 06:28:22 2015 -0500
Formatting and date changes in `changelog.md`
>---------------------------------------------------------------
7d4a98ef9af86dd4c7e16498a53f5fcefdea4f18
changelog.md | 35 ++++++++++++++++++++---------------
1 file changed, 20 insertions(+), 15 deletions(-)
diff --git a/changelog.md b/changelog.md
index e0cd786..ecc6838 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,32 +1,35 @@
-# Changelog for [`directory` package](http://hackage.haskell.org/package/directory)
+Changelog for the [`directory`][1] package
+==========================================
-## 1.2.2.0 *Mar 2015*
+## 1.2.2.0 (Mar 2015)
* Bundled with GHC 7.10.1
- * make `getModificationTime` support sub-second resolution on windows
+ * Make `getModificationTime` support sub-second resolution on Windows
* Fix silent failure in `createDirectoryIfMissing`
* Replace `throw` by better defined `throwIO`s
- * Avoid stack overflow in `getDirectoryContents` [#17](https://github.com/haskell/directory/pull/17)
+ * [#17](https://github.com/haskell/directory/pull/17):
+ Avoid stack overflow in `getDirectoryContents`
- * Expose `findExecutables` [#14](https://github.com/haskell/directory/issues/14)
+ * [#14](https://github.com/haskell/directory/issues/14):
+ Expose `findExecutables`
- * `removeDirectoryRecursive` no longer follows symlinks under any
- circumstances, fixing the inconsistency as noted in
- [#15](https://github.com/haskell/directory/issues/15)
+ * [#15](https://github.com/haskell/directory/issues/15):
+ `removeDirectoryRecursive` no longer follows symlinks under any
+ circumstances
- * Allow trailing path separators in `getPermissions` on Windows
- (fixes [#9](https://github.com/haskell/directory/issues/9))
+ * [#9](https://github.com/haskell/directory/issues/9):
+ Allow trailing path separators in `getPermissions` on Windows
- * `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). See
- [pull request #8](https://github.com/haskell/directory/pull/8).
+ * [#8](https://github.com/haskell/directory/pull/8):
+ `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
-## 1.2.1.0 *Mar 2014*
+## 1.2.1.0 (Mar 2014)
* Bundled with GHC 7.8.1
@@ -45,3 +48,5 @@
* Fix `findExecutable` to check that file permissions indicate executable
* New convenience functions `findFiles` and `findFilesWith`
+
+[1]: https://hackage.haskell.org/package/directory
More information about the ghc-commits
mailing list