From f6068dde9b62ce51900a4e303b1cb14a2a3f5651 Mon Sep 17 00:00:00 2001 From: Neil Mitchell <ndmitchell@gmail.com> Date: Mon, 14 Nov 2016 21:42:37 +0000 Subject: [PATCH] Version 1.4.1.1 --- 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 -- GitLab