Skip to content

Commit 75581c3

Browse files
author
Johan Tibell
committed
Test with GHC 8.0.1 on travis
1 parent 083a873 commit 75581c3

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ matrix:
2525
- env: CABALVER=1.22 GHCVER=7.10.3
2626
compiler: ": #GHC 7.10.3"
2727
addons: {apt: {packages: [cabal-install-1.22,ghc-7.10.3], sources: [hvr-ghc]}}
28+
- env: CABALVER=1.24 GHCVER=8.0.1
29+
compiler: ": #GHC 8.0.1"
30+
addons: {apt: {packages: [cabal-install-1.24,ghc-8.0.1], sources: [hvr-ghc]}}
2831

2932
before_install:
3033
- unset CC

unordered-containers.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ category: Data
2020
build-type: Simple
2121
cabal-version: >=1.8
2222
extra-source-files: CHANGES.md
23-
tested-with: GHC==7.10.3, GHC==7.8.4, GHC==7.6.3, GHC==7.4.2
23+
tested-with: GHC==8.0.1, GHC==7.10.3, GHC==7.8.4, GHC==7.6.3, GHC==7.4.2
2424

2525
flag debug
2626
description: Enable debug support

0 commit comments

Comments
 (0)