Skip to content

Commit

Permalink
travis: Update GHC Versions
Browse files Browse the repository at this point in the history
  • Loading branch information
DeepakKapiswe committed Mar 27, 2019
1 parent b08d4d4 commit d02a9d3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ matrix:
compiler: "ghc-8.2.2"
addons: {apt: {packages: [cabal-install-head,ghc-8.2.2], sources: [hvr-ghc]}}
- env: BENCH=--disable-benchmarks EXTRAFLAGS="--allow-newer=time"
compiler: "ghc-8.4.3"
addons: {apt: {packages: [cabal-install-head,ghc-8.4.3], sources: [hvr-ghc]}}
- compiler: "ghc-8.6.1"
addons: {apt: {packages: [cabal-install-head,ghc-8.6.1], sources: [hvr-ghc]}}
compiler: "ghc-8.4.4"
addons: {apt: {packages: [cabal-install-head,ghc-8.4.4], sources: [hvr-ghc]}}
- compiler: "ghc-8.6.4"
addons: {apt: {packages: [cabal-install-head,ghc-8.6.4], sources: [hvr-ghc]}}
- compiler: "ghc-head"
addons: {apt: {packages: [cabal-install-head,ghc-head], sources: [hvr-ghc]}}

Expand Down

0 comments on commit d02a9d3

Please sign in to comment.