Skip to content

Commit

Permalink
Use cabal-install-2.0 in GHC 8.2.1 build
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanGlScott committed Jul 23, 2017
1 parent 74d00bf commit 07935d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ matrix:
- env: CABALVER=1.24 GHCVER=8.0.2 GHCOPTS="" JOPTS="-j2"
compiler: ": #GHC 8.0.2"
addons: {apt: {packages: [cabal-install-1.24,ghc-8.0.2,minisat],sources: [hvr-ghc]}}
- env: CABALVER=1.24 GHCVER=8.2.1 GHCOPTS="" JOPTS="-j2"
- env: CABALVER=2.0 GHCVER=8.2.1 GHCOPTS="" JOPTS="-j2"
compiler: ": #GHC 8.2.1"
addons: {apt: {packages: [cabal-install-1.24,ghc-8.2.1,minisat],sources: [hvr-ghc]}}
addons: {apt: {packages: [cabal-install-2.0,ghc-8.2.1,minisat],sources: [hvr-ghc]}}
- env: CABALVER=head GHCVER=head GHCOPTS="" JOPTS="-j2"
compiler: ": #GHC head"
addons: {apt: {packages: [cabal-install-head,ghc-head,minisat],sources: [hvr-ghc]}}
Expand Down

0 comments on commit 07935d0

Please sign in to comment.