diff options
author | Alexander Biehl <alexbiehl@gmail.com> | 2018-04-03 16:35:50 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-03 16:35:50 +0200 |
commit | 256b908e0e2bf65812258c21b74d280f9a021cd4 (patch) | |
tree | 1821743eff1bd1aea6a3b2a03275ea3bae40cc8a /.travis.yml | |
parent | 59812a09eb69cbf12407206381f4c214987b1efd (diff) |
Travis: Build with ghc-8.4.2 (#793)
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 4afc18f4..39135739 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,9 +26,9 @@ before_cache: matrix: include: - - compiler: "ghc-8.4.1" + - compiler: "ghc-8.4.2" # env: TEST=--disable-tests BENCH=--disable-benchmarks - addons: {apt: {packages: [ghc-ppa-tools,cabal-install-head,ghc-8.4.1], sources: [hvr-ghc]}} + addons: {apt: {packages: [ghc-ppa-tools,cabal-install-head,ghc-8.4.2], sources: [hvr-ghc]}} - compiler: "ghc-head" # env: TEST=--disable-tests BENCH=--disable-benchmarks addons: {apt: {packages: [ghc-ppa-tools,cabal-install-head,ghc-head], sources: [hvr-ghc]}} |