diff --git a/changelog.md b/changelog.md index cf3cfefc1df293e3773fdce92288027fb63fc97c..edecd177f01d0f2929db41048e62fbd9b80da9d2 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 30ea4c34ac63fe7545d9363c56401eccb29665ec..51e845b7e22c2a298dd8d3322302d6a359bdd3cc 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