Skip to content
This repository was archived by the owner on Sep 3, 2024. It is now read-only.

Commit 7431065

Browse files
committed
Add travis build with ghc-8.0.1
1 parent 0179edb commit 7431065

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ matrix:
1010
addons: {apt: {packages: [cabal-install-1.22,ghc-7.8.4], sources: [hvr-ghc]}}
1111
- env: CABALVER=1.22 GHCVER=7.10.3
1212
addons: {apt: {packages: [cabal-install-1.22,ghc-7.10.3],sources: [hvr-ghc]}}
13+
- env: CABALVER=1.24 GHCVER=8.0.1
14+
addons: {apt: {packages: [cabal-install-1.24,ghc-8.0.1], sources: [hvr-ghc]}}
1315

1416
before_install:
1517
- export PATH=/opt/ghc/$GHCVER/bin:/opt/cabal/$CABALVER/bin:~/.cabal/bin:$PATH

0 commit comments

Comments
 (0)