[commit: packages/directory] master: Convert changelog to markdown (0c64d54)
git at git.haskell.org
git at git.haskell.org
Fri Mar 21 22:09:47 UTC 2014
Repository : ssh://git@git.haskell.org/directory
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/0c64d5420e54bb871f0407a4ec3155c6be600756/directory
>---------------------------------------------------------------
commit 0c64d5420e54bb871f0407a4ec3155c6be600756
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date: Fri Mar 21 23:02:38 2014 +0100
Convert changelog to markdown
(and update changelog while at it)
Signed-off-by: Herbert Valerio Riedel <hvr at gnu.org>
>---------------------------------------------------------------
0c64d5420e54bb871f0407a4ec3155c6be600756
changelog | 11 -----------
changelog.md | 21 +++++++++++++++++++++
directory.cabal | 2 +-
3 files changed, 22 insertions(+), 12 deletions(-)
diff --git a/changelog b/changelog
deleted file mode 100644
index 8f2cf93..0000000
--- a/changelog
+++ /dev/null
@@ -1,11 +0,0 @@
--*-changelog-*-
-
-1.2.0.2 Oct 2013
-
- * Add support for sub-second precision in `getModificationTime`
- when linked against `unix>=2.6.0.0`
- * Fix `createDirectoryIfMissing _ "."` in `C:\` on Windows
- * Remove support for NHC98 compiler
- * Update package to `cabal-version >= 1.10` format
- * Enhance Haddock documentation for `doesDirectoryExist` and
- `canonicalizePath`
diff --git a/changelog.md b/changelog.md
new file mode 100644
index 0000000..4796194
--- /dev/null
+++ b/changelog.md
@@ -0,0 +1,21 @@
+# Changelog for [`directory` package](http://hackage.haskell.org/package/directory)
+
+## 1.2.1.0 *Mar 2014*
+
+ * Bundled with GHC 7.8.1
+
+ * Add support for sub-second precision in `getModificationTime` when
+ linked against `unix>=2.6.0.0`
+
+ * Fix `createDirectoryIfMissing _ "."` in `C:\` on Windows
+
+ * Remove support for NHC98 compiler
+
+ * Update package to `cabal-version >= 1.10` format
+
+ * Enhance Haddock documentation for `doesDirectoryExist` and
+ `canonicalizePath`
+
+ * Fix `findExecutable` to check that file permissions indicate executable
+
+ * New convenience functions `findFiles` and `findFilesWith`
diff --git a/directory.cabal b/directory.cabal
index cce1aa2..de282df 100644
--- a/directory.cabal
+++ b/directory.cabal
@@ -20,7 +20,7 @@ extra-tmp-files:
include/HsDirectoryConfig.h
extra-source-files:
- changelog
+ changelog.md
config.guess
config.sub
configure
More information about the ghc-commits
mailing list