[commit: packages/filepath] master: New release for GHC 8.2.1 (e8adbcd)

git at git.haskell.org git at git.haskell.org
Mon Apr 17 21:35:42 UTC 2017


Repository : ssh://git@git.haskell.org/filepath

On branch  : master
Link       : http://git.haskell.org/packages/filepath.git/commitdiff/e8adbcddda9f1efb65f97e61e905da3ce3874d31

>---------------------------------------------------------------

commit e8adbcddda9f1efb65f97e61e905da3ce3874d31
Author: Neil Mitchell <ndmitchell at gmail.com>
Date:   Thu Feb 2 22:10:47 2017 +0000

    New release for GHC 8.2.1


>---------------------------------------------------------------

e8adbcddda9f1efb65f97e61e905da3ce3874d31
 changelog.md   | 4 ++++
 filepath.cabal | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/changelog.md b/changelog.md
index cf3cfef..edecd17 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.1.2  *Feb 2017*
+
+ * Bundled with GHC 8.2.1
+
 ## 1.4.1.1  *Nov 2016*
 
  * Bundled with GHC 8.0.2
diff --git a/filepath.cabal b/filepath.cabal
index 30ea4c3..51e845b 100644
--- a/filepath.cabal
+++ b/filepath.cabal
@@ -1,6 +1,6 @@
 cabal-version:  >= 1.18
 name:           filepath
-version:        1.4.1.1
+version:        1.4.1.2
 -- NOTE: Don't forget to update ./changelog.md
 license:        BSD3
 license-file:   LICENSE



More information about the ghc-commits mailing list