[commit: packages/filepath] master: Version 1.4.2.1 (b10724b)
git at git.haskell.org
git at git.haskell.org
Thu Sep 13 14:51:57 UTC 2018
Repository : ssh://git@git.haskell.org/filepath
On branch : master
Link : http://git.haskell.org/packages/filepath.git/commitdiff/b10724be8a907e191d153ad6674415be0c1325fd
>---------------------------------------------------------------
commit b10724be8a907e191d153ad6674415be0c1325fd
Author: Neil Mitchell <ndmitchell at gmail.com>
Date: Sun Jul 15 22:42:07 2018 +0100
Version 1.4.2.1
>---------------------------------------------------------------
b10724be8a907e191d153ad6674415be0c1325fd
changelog.md | 4 ++++
filepath.cabal | 2 +-
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/changelog.md b/changelog.md
index 398bc77..0ef9259 100644
--- a/changelog.md
+++ b/changelog.md
@@ -2,6 +2,10 @@
_Note: below all `FilePath` values are unquoted, so `\\` really means two backslashes._
+## 1.4.2.1 *Jul 2018*
+
+ * Bundled with GHC 8.6.1
+
## 1.4.2 *Jan 2018*
* Bundled with GHC 8.4.1
diff --git a/filepath.cabal b/filepath.cabal
index 98d6f73..b35223c 100644
--- a/filepath.cabal
+++ b/filepath.cabal
@@ -1,6 +1,6 @@
cabal-version: >= 1.18
name: filepath
-version: 1.4.2
+version: 1.4.2.1
-- NOTE: Don't forget to update ./changelog.md
license: BSD3
license-file: LICENSE
More information about the ghc-commits
mailing list