From e8adbcddda9f1efb65f97e61e905da3ce3874d31 Mon Sep 17 00:00:00 2001 From: Neil Mitchell <ndmitchell@gmail.com> Date: Thu, 2 Feb 2017 22:10:47 +0000 Subject: [PATCH] New release for GHC 8.2.1 --- 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 -- GitLab