[commit: packages/filepath] RyanGlScott-patch-1, master: GHC 8.2.2 (5c4c3e2)

git at git.haskell.org git at git.haskell.org
Thu Sep 13 14:51:29 UTC 2018


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

On branches: RyanGlScott-patch-1,master
Link       : http://git.haskell.org/packages/filepath.git/commitdiff/5c4c3e2c18b123f76289f03aba1cb10a68ad87e3

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

commit 5c4c3e2c18b123f76289f03aba1cb10a68ad87e3
Author: Neil Mitchell <ndmitchell at gmail.com>
Date:   Sun Jan 21 16:04:47 2018 +0000

    GHC 8.2.2


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

5c4c3e2c18b123f76289f03aba1cb10a68ad87e3
 .travis.yml    | 2 +-
 filepath.cabal | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index fc68675..8931df5 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,7 +5,7 @@ env:
 - GHCVER=7.8.4
 - GHCVER=7.10.3
 - GHCVER=8.0.2
-- GHCVER=8.2.1
+- GHCVER=8.2.2
 - GHCVER=8.4.1
 - GHCVER=head
 
diff --git a/filepath.cabal b/filepath.cabal
index 1c8cd14..6439a7d 100644
--- a/filepath.cabal
+++ b/filepath.cabal
@@ -12,7 +12,7 @@ homepage:       https://github.com/haskell/filepath#readme
 category:       System
 build-type:     Simple
 synopsis:       Library for manipulating FilePaths in a cross platform way.
-tested-with:    GHC==8.2.1, GHC==8.0.2, GHC==7.10.3, GHC==7.8.4, GHC==7.6.3, GHC==7.4.2
+tested-with:    GHC==8.2.2, GHC==8.0.2, GHC==7.10.3, GHC==7.8.4, GHC==7.6.3, GHC==7.4.2
 description:
     This package provides functionality for manipulating @FilePath@ values, and is shipped with both <https://www.haskell.org/ghc/ GHC> and the <https://www.haskell.org/platform/ Haskell Platform>. It provides three modules:
     .



More information about the ghc-commits mailing list