Skip to content

Commit

Permalink
Test with GHC 8.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mrkkrp committed Jun 2, 2018
1 parent 162180a commit f0f0399
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ matrix:
addons: {apt: {packages: [cabal-install-2.2,ghc-8.0.2], sources: [hvr-ghc]}}
- env: TYPE=cabal CABALVER=2.2 GHCVER=8.2.2
addons: {apt: {packages: [cabal-install-2.2,ghc-8.2.2], sources: [hvr-ghc]}}
- env: TYPE=cabal CABALVER=2.2 GHCVER=8.4.2
addons: {apt: {packages: [cabal-install-2.2,ghc-8.4.2], sources: [hvr-ghc]}}
- env: TYPE=cabal CABALVER=2.2 GHCVER=8.4.3
addons: {apt: {packages: [cabal-install-2.2,ghc-8.4.3], sources: [hvr-ghc]}}
- env: TYPE=stack ARGS="--stack-yaml lts-2.yaml"
- env: TYPE=stack ARGS="--stack-yaml lts-6.yaml"
- env: TYPE=stack ARGS="--stack-yaml stack.yaml"
Expand Down
2 changes: 1 addition & 1 deletion path.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ copyright: 2015–2018 FP Complete
category: System, Filesystem
build-type: Simple
cabal-version: 1.18
tested-with: GHC==7.8.4, GHC==7.10.3, GHC==8.0.2, GHC==8.2.2, GHC==8.4.2
tested-with: GHC==7.8.4, GHC==7.10.3, GHC==8.0.2, GHC==8.2.2, GHC==8.4.3
extra-source-files: README.md
, CHANGELOG
, src/Path/Include.hs
Expand Down

0 comments on commit f0f0399

Please sign in to comment.