[commit: packages/filepath] master: Test on GHC 7.10.1 (16ddd98)

git at git.haskell.org git at git.haskell.org
Thu Mar 19 11:37:49 UTC 2015


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

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

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

commit 16ddd983ee51cb462cf58d079631ea47c07cf2c6
Author: Neil Mitchell <ndmitchell at gmail.com>
Date:   Mon Mar 9 21:47:51 2015 +0000

    Test on GHC 7.10.1


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

16ddd983ee51cb462cf58d079631ea47c07cf2c6
 .travis.yml    | 1 +
 filepath.cabal | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index ca85eb5..274cc53 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,6 +3,7 @@ env:
  - GHCVER=7.4.2
  - GHCVER=7.6.3
  - GHCVER=7.8.3
+ - GHCVER=7.10.1
  - GHCVER=head
 
 script:
diff --git a/filepath.cabal b/filepath.cabal
index 87b1f4c..a42c920 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.8.3, GHC==7.6.3, GHC==7.4.2, GHC==7.2.2
+tested-with:    GHC==7.10.1, 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