Skip to content

Commit 6c11507

Browse files
committed
GHC 8.4.3 tested-with
1 parent 568ee85 commit 6c11507

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ env:
66
- GHCVER=7.10.3
77
- GHCVER=8.0.2
88
- GHCVER=8.2.2
9-
- GHCVER=8.4.2
9+
- GHCVER=8.4.3
1010
- GHCVER=head
1111

1212
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.4.2, GHC==8.2.2, GHC==8.0.2, GHC==7.10.3, GHC==7.8.4, GHC==7.6.3, GHC==7.4.2
15+
tested-with: GHC==8.4.3, GHC==8.2.2, GHC==8.0.2, 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)