[commit: packages/filepath] RyanGlScott-patch-1, master: Add that I test on GHC 8.2 (ae0be14)

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


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

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

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

commit ae0be14d2e1559564b07e3620e315fb83009c502
Author: Neil Mitchell <ndmitchell at gmail.com>
Date:   Tue Aug 1 16:11:12 2017 +0100

    Add that I test on GHC 8.2


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

ae0be14d2e1559564b07e3620e315fb83009c502
 filepath.cabal | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/filepath.cabal b/filepath.cabal
index a47635b..443a759 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.0.2, GHC==7.10.3, GHC==7.8.4, GHC==7.6.3, GHC==7.4.2
+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
 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