[commit: packages/filepath] master: Update version to 1.4.0.0 in preparation for GHC 7.10 release (Edward Kmett recommends a 0.1 version bump) (d039d5a)
git at git.haskell.org
git at git.haskell.org
Thu Mar 19 11:37:57 UTC 2015
Repository : ssh://git@git.haskell.org/filepath
On branch : master
Link : http://git.haskell.org/packages/filepath.git/commitdiff/d039d5ae7c070452a443219fdb7df65508567338
>---------------------------------------------------------------
commit d039d5ae7c070452a443219fdb7df65508567338
Author: Neil Mitchell <ndmitchell at gmail.com>
Date: Tue Mar 10 21:15:28 2015 +0000
Update version to 1.4.0.0 in preparation for GHC 7.10 release (Edward Kmett recommends a 0.1 version bump)
>---------------------------------------------------------------
d039d5ae7c070452a443219fdb7df65508567338
changelog.md | 2 +-
filepath.cabal | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/changelog.md b/changelog.md
index 2d4aa01..6c36406 100644
--- a/changelog.md
+++ b/changelog.md
@@ -2,7 +2,7 @@
_Note: below all `FilePath` values are unquoted, so `\\` really means two backslashes._
-## 1.3.1.0 *TBA*
+## 1.4.0.0 *Mar 2015*
* Bundled with GHC 7.10.1
diff --git a/filepath.cabal b/filepath.cabal
index 3023f9d..cb24f69 100644
--- a/filepath.cabal
+++ b/filepath.cabal
@@ -1,5 +1,5 @@
name: filepath
-version: 1.3.1.0
+version: 1.4.0.0
-- NOTE: Don't forget to update ./changelog.md
license: BSD3
license-file: LICENSE
More information about the ghc-commits
mailing list