We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c7131a commit b45ecc8Copy full SHA for b45ecc8
.travis.yml
@@ -8,15 +8,16 @@ env:
8
- GHCVER=7.6.3
9
- GHCVER=7.8.4
10
- GHCVER=7.10.3
11
+ - GHCVER=8.0.1
12
# TODO add PARSEC_BUNDLED=YES when it's so
13
- GHCVER=head
14
15
# Note: the distinction between `before_install` and `install` is not important.
16
before_install:
17
- travis_retry sudo add-apt-repository -y ppa:hvr/ghc
18
- travis_retry sudo apt-get update
- - 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
+ - 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
21
- git version
22
23
install:
0 commit comments