Skip to content

Commit 001845d

Browse files
committed
Test with GHC 8.8
1 parent 30e0486 commit 001845d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ env:
55
- GHCVER=8.2
66
- GHCVER=8.4
77
- GHCVER=8.6
8+
- GHCVER=8.8
89
- GHCVER=head
910

1011
script:

filepath.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ homepage: https://github.com/haskell/filepath#readme
1212
category: System
1313
build-type: Simple
1414
synopsis: Library for manipulating FilePaths in a cross platform way.
15-
tested-with: GHC==8.6.5, GHC==8.4.4, GHC==8.2.2, GHC==8.0.2, GHC==7.10.3
15+
tested-with: GHC==8.8.1, GHC==8.6.5, GHC==8.4.4, GHC==8.2.2, GHC==8.0.2, GHC==7.10.3
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)