[commit: packages/filepath] master: Update the tested-with line to what we currently test against (ca4ca8f)

git at git.haskell.org git at git.haskell.org
Thu Mar 19 11:36:07 UTC 2015


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

On branch  : master
Link       : http://git.haskell.org/packages/filepath.git/commitdiff/ca4ca8f5daf6a202fe0da9a04f1dadf6ff6fce43

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

commit ca4ca8f5daf6a202fe0da9a04f1dadf6ff6fce43
Author: Neil Mitchell <ndmitchell at gmail.com>
Date:   Wed Oct 29 08:00:48 2014 +0000

    Update the tested-with line to what we currently test against


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

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

diff --git a/filepath.cabal b/filepath.cabal
index ed836f3..e1d5615 100644
--- a/filepath.cabal
+++ b/filepath.cabal
@@ -12,7 +12,7 @@ category:       System
 build-type:     Simple
 synopsis:       Library for manipulating FilePaths in a cross platform way.
 cabal-version:  >=1.10
-tested-with:    GHC==7.6.3, GHC==7.6.2, GHC==7.6.1, GHC==7.4.2, GHC==7.4.1, GHC==7.2.2, GHC==7.2.1, GHC==7.0.4, GHC==7.0.3, GHC==7.0.2, GHC==7.0.1, GHC==6.12.3
+tested-with:    GHC==7.8.3, GHC==7.6.3, GHC==7.4.2, GHC==7.2.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