[commit: packages/filepath] master: Add changelog (12bdb3a)
git at git.haskell.org
git at git.haskell.org
Wed Nov 20 13:09:32 UTC 2013
Repository : ssh://git@git.haskell.org/filepath
On branch : master
Link : http://git.haskell.org/packages/filepath.git/commitdiff/12bdb3a4f183774e3eecaa6f76adb245fc2d6075
>---------------------------------------------------------------
commit 12bdb3a4f183774e3eecaa6f76adb245fc2d6075
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date: Thu Nov 14 11:14:03 2013 +0100
Add changelog
Signed-off-by: Herbert Valerio Riedel <hvr at gnu.org>
>---------------------------------------------------------------
12bdb3a4f183774e3eecaa6f76adb245fc2d6075
changelog | 14 ++++++++++++++
filepath.cabal | 1 +
2 files changed, 15 insertions(+)
diff --git a/changelog b/changelog
new file mode 100644
index 0000000..447eda6
--- /dev/null
+++ b/changelog
@@ -0,0 +1,14 @@
+-*- 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/filepath.cabal b/filepath.cabal
index 907778f..e2b45ec 100644
--- a/filepath.cabal
+++ b/filepath.cabal
@@ -23,6 +23,7 @@ description:
Extra-Source-Files:
System/FilePath/Internal.hs
README.md
+ changelog
Library
default-language: Haskell98
More information about the ghc-commits
mailing list