[commit: packages/filepath] bgamari-patch-1, master: Include GHC 8.0 on the test matrix (709c4af)
git at git.haskell.org
git at git.haskell.org
Mon Apr 17 21:35:13 UTC 2017
- Previous message: [commit: packages/directory] master: changelog.md: 2.5, not 2.6 (4a4a19d)
- Next message: [commit: packages/containers] changelog-foldtree, cleaned_bugfix394, develop-0.6, develop-0.6-questionable, master, merge-doc-target, merge-fixes-5.9, merge-restrict-fix-5.8, revert-184-generic, revert-408-bugfix_394, zip-devel: Merge pull request #80 from treeowl/fix-index (e1e75b8)
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Repository : ssh://git@git.haskell.org/filepath
On branches: bgamari-patch-1,master
Link : http://git.haskell.org/packages/filepath.git/commitdiff/709c4afcfcc8bd665801224e71b30042da6265bb
>---------------------------------------------------------------
commit 709c4afcfcc8bd665801224e71b30042da6265bb
Author: Neil Mitchell <ndmitchell at gmail.com>
Date: Sun Sep 18 06:10:15 2016 +0100
Include GHC 8.0 on the test matrix
>---------------------------------------------------------------
709c4afcfcc8bd665801224e71b30042da6265bb
.travis.yml | 4 ++--
filepath.cabal | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index 20d31e0..6519f1e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,9 +1,9 @@
env:
- - GHCVER=7.2.2
- GHCVER=7.4.2
- GHCVER=7.6.3
- GHCVER=7.8.4
- - GHCVER=7.10.1
+ - GHCVER=7.10.3
+ - GHCVER=8.0.1
- GHCVER=head
matrix:
diff --git a/filepath.cabal b/filepath.cabal
index 499de88..41ec208 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.4, GHC==7.6.3, GHC==7.4.2, GHC==7.2.2
+tested-with: GHC==8.0.1, 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:
.
- Previous message: [commit: packages/directory] master: changelog.md: 2.5, not 2.6 (4a4a19d)
- Next message: [commit: packages/containers] changelog-foldtree, cleaned_bugfix394, develop-0.6, develop-0.6-questionable, master, merge-doc-target, merge-fixes-5.9, merge-restrict-fix-5.8, revert-184-generic, revert-408-bugfix_394, zip-devel: Merge pull request #80 from treeowl/fix-index (e1e75b8)
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the ghc-commits
mailing list