Skip to content

Commit 709c4af

Browse files
committed
Include GHC 8.0 on the test matrix
1 parent 48b0768 commit 709c4af

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
env:
2-
- GHCVER=7.2.2
32
- GHCVER=7.4.2
43
- GHCVER=7.6.3
54
- GHCVER=7.8.4
6-
- GHCVER=7.10.1
5+
- GHCVER=7.10.3
6+
- GHCVER=8.0.1
77
- GHCVER=head
88

99
matrix:

filepath.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ category: System
1212
build-type: Simple
1313
synopsis: Library for manipulating FilePaths in a cross platform way.
1414
cabal-version: >=1.10
15-
tested-with: GHC==7.10.1, GHC==7.8.4, GHC==7.6.3, GHC==7.4.2, GHC==7.2.2
15+
tested-with: GHC==8.0.1, GHC==7.10.3, GHC==7.8.4, GHC==7.6.3, GHC==7.4.2
1616
description:
1717
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:
1818
.

0 commit comments

Comments
 (0)