Skip to content

Commit b45ecc8

Browse files
committed
(Try to) add GHC 8.0.1 to the test-matrix
1 parent 9c7131a commit b45ecc8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,16 @@ env:
88
- GHCVER=7.6.3
99
- GHCVER=7.8.4
1010
- GHCVER=7.10.3
11+
- GHCVER=8.0.1
1112
# TODO add PARSEC_BUNDLED=YES when it's so
1213
- GHCVER=head
1314

1415
# Note: the distinction between `before_install` and `install` is not important.
1516
before_install:
1617
- travis_retry sudo add-apt-repository -y ppa:hvr/ghc
1718
- travis_retry sudo apt-get update
18-
- travis_retry sudo apt-get install cabal-install-1.22 ghc-$GHCVER-prof ghc-$GHCVER-dyn happy
19-
- export PATH=$HOME/.cabal/bin:/opt/ghc/$GHCVER/bin:/opt/cabal/1.22/bin:$PATH
19+
- travis_retry sudo apt-get install cabal-install-1.24 ghc-$GHCVER-prof ghc-$GHCVER-dyn happy
20+
- export PATH=$HOME/.cabal/bin:/opt/ghc/$GHCVER/bin:/opt/cabal/1.24/bin:$PATH
2021
- git version
2122

2223
install:

0 commit comments

Comments
 (0)