Add Travis GHC-8.4.1 build

This commit is contained in:
Dmitry Bushev 2018-04-09 21:26:26 +03:00
parent 2d2ccb02f9
commit 53833ce632
No known key found for this signature in database
GPG Key ID: 87C16090D6910E91
2 changed files with 4 additions and 1 deletions

View File

@ -35,6 +35,9 @@ matrix:
- compiler: "ghc-8.2.2"
# env: TEST=--disable-tests BENCH=--disable-benchmarks
addons: {apt: {packages: [ghc-ppa-tools,cabal-install-head,ghc-8.2.2], sources: [hvr-ghc]}}
- compiler: "ghc-8.4.1"
# env: TEST=--disable-tests BENCH=--disable-benchmarks
addons: {apt: {packages: [ghc-ppa-tools,cabal-install-head,ghc-8.4.1], sources: [hvr-ghc]}}
before_install:
- HC=${CC}

View File

@ -10,7 +10,7 @@ category: Data
build-type: Simple
cabal-version: >=1.10
-- Rerun multi-ghc-travis (executable make-travis-yml-2) after changing:
Tested-With: GHC == 7.10.3, GHC == 8.0.2, GHC == 8.2.2
Tested-With: GHC == 7.10.3, GHC == 8.0.2, GHC == 8.2.2, GHC == 8.4.1
extra-source-files:
changelog.md
README.md