[commit: packages/filepath] master: Convert changelog to markdown (78748dc)
git at git.haskell.org
git at git.haskell.org
Fri Mar 21 18:32:40 UTC 2014
Repository : ssh://git@git.haskell.org/filepath
On branch : master
Link : http://git.haskell.org/packages/filepath.git/commitdiff/78748dc2ccbe2fb0d96963a8a1ad5057365eb6eb
>---------------------------------------------------------------
commit 78748dc2ccbe2fb0d96963a8a1ad5057365eb6eb
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date: Fri Mar 21 19:13:28 2014 +0100
Convert changelog to markdown
Signed-off-by: Herbert Valerio Riedel <hvr at gnu.org>
>---------------------------------------------------------------
78748dc2ccbe2fb0d96963a8a1ad5057365eb6eb
changelog | 14 --------------
changelog.md | 23 +++++++++++++++++++++++
filepath.cabal | 2 +-
3 files changed, 24 insertions(+), 15 deletions(-)
diff --git a/changelog b/changelog
deleted file mode 100644
index 447eda6..0000000
--- a/changelog
+++ /dev/null
@@ -1,14 +0,0 @@
--*- changelog -*-
-
-1.3.0.2 Nov 2013
- * Update to Cabal 1.10 format
- * Minor Haddock cleanups
-
-1.3.0.1 Sep 2012
- * Bundled with GHC 7.6.1
- * No changes
-
-1.3.0.0 Feb 2012
- * Bundled with GHC 7.4.1
- * Add support for SafeHaskell
- * Fix `normalise` "/" to result in "/" rather than "/.".
diff --git a/changelog.md b/changelog.md
new file mode 100644
index 0000000..ef3eb46
--- /dev/null
+++ b/changelog.md
@@ -0,0 +1,23 @@
+# Changelog for [`filepath` package](http://hackage.haskell.org/package/filepath)
+
+## 1.3.0.2 *Mar 2014*
+
+ * Bundled with GHC 7.8.1
+
+ * Update to Cabal 1.10 format
+
+ * Minor Haddock cleanups
+
+## 1.3.0.1 *Sep 2012*
+
+ * Bundled with GHC 7.6.1
+
+ * No changes
+
+## 1.3.0.0 *Feb 2012*
+
+ * Bundled with GHC 7.4.1
+
+ * Add support for SafeHaskell
+
+ * Fix `normalise "/"` to result in `"/"` rather than `"/."`
diff --git a/filepath.cabal b/filepath.cabal
index e2b45ec..c510089 100644
--- a/filepath.cabal
+++ b/filepath.cabal
@@ -23,7 +23,7 @@ description:
Extra-Source-Files:
System/FilePath/Internal.hs
README.md
- changelog
+ changelog.md
Library
default-language: Haskell98
More information about the ghc-commits
mailing list