[commit: packages/filepath] bgamari-patch-1, master: Version 1.4.1.1 (f6068dd)

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


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

On branches: bgamari-patch-1,master
Link       : http://git.haskell.org/packages/filepath.git/commitdiff/f6068dde9b62ce51900a4e303b1cb14a2a3f5651

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

commit f6068dde9b62ce51900a4e303b1cb14a2a3f5651
Author: Neil Mitchell <ndmitchell at gmail.com>
Date:   Mon Nov 14 21:42:37 2016 +0000

    Version 1.4.1.1


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

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

diff --git a/changelog.md b/changelog.md
index 038f72e..cf3cfef 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.1  *Nov 2016*
+
+ * Bundled with GHC 8.0.2
+
  * Documentation improvements
 
  * Allow QuickCheck-2.9
diff --git a/filepath.cabal b/filepath.cabal
index aff6526..abaa97c 100644
--- a/filepath.cabal
+++ b/filepath.cabal
@@ -1,6 +1,6 @@
 cabal-version:  >= 1.10
 name:           filepath
-version:        1.4.1.0
+version:        1.4.1.1
 -- NOTE: Don't forget to update ./changelog.md
 license:        BSD3
 license-file:   LICENSE



More information about the ghc-commits mailing list