[commit: packages/filepath] master: GHC 7.8.4 (1a72008)

git at git.haskell.org git at git.haskell.org
Thu Mar 19 11:38:03 UTC 2015


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

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

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

commit 1a7200820c76b2bab9e59cdfa55d66515712ff29
Author: Neil Mitchell <ndmitchell at gmail.com>
Date:   Thu Mar 12 18:56:10 2015 +0000

    GHC 7.8.4


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

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

diff --git a/.travis.yml b/.travis.yml
index 274cc53..ebae307 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,7 +2,7 @@ env:
  - GHCVER=7.2.2
  - GHCVER=7.4.2
  - GHCVER=7.6.3
- - GHCVER=7.8.3
+ - GHCVER=7.8.4
  - GHCVER=7.10.1
  - GHCVER=head
 
diff --git a/filepath.cabal b/filepath.cabal
index cb24f69..0841a0d 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.10.1, 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.4, 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