Skip to content
Snippets Groups Projects
Commit 7c8ee322 authored by Ryan Scott's avatar Ryan Scott
Browse files

Add GHC 8.2.1 Travis build

parent 36a8b442
No related branches found
No related tags found
No related merge requests found
...@@ -34,6 +34,9 @@ matrix: ...@@ -34,6 +34,9 @@ matrix:
- env: CABALVER=1.24 GHCVER=8.0.2 - env: CABALVER=1.24 GHCVER=8.0.2
compiler: ": #GHC 8.0.2" compiler: ": #GHC 8.0.2"
addons: {apt: {packages: [cabal-install-1.24,ghc-8.0.2], sources: [hvr-ghc]}} addons: {apt: {packages: [cabal-install-1.24,ghc-8.0.2], sources: [hvr-ghc]}}
- env: CABALVER=2.0 GHCVER=8.2.1
compiler: ": #GHC 8.2.1"
addons: {apt: {packages: [cabal-install-2.0,ghc-8.2.1], sources: [hvr-ghc]}}
- env: CABALVER=head GHCVER=head - env: CABALVER=head GHCVER=head
compiler: ": #GHC head" compiler: ": #GHC head"
addons: {apt: {packages: [cabal-install-head,ghc-head], sources: [hvr-ghc]}} addons: {apt: {packages: [cabal-install-head,ghc-head], sources: [hvr-ghc]}}
......
...@@ -12,7 +12,7 @@ bug-reports: http://github.com/ekmett/exceptions/issues ...@@ -12,7 +12,7 @@ bug-reports: http://github.com/ekmett/exceptions/issues
copyright: Copyright (C) 2013-2015 Edward A. Kmett copyright: Copyright (C) 2013-2015 Edward A. Kmett
Copyright (C) 2012 Google Inc. Copyright (C) 2012 Google Inc.
build-type: Simple build-type: Simple
tested-with: GHC == 7.0.4, GHC == 7.2.2, GHC == 7.4.2, GHC == 7.6.3, GHC == 7.8.4, GHC == 7.10.3, GHC == 8.0.2 tested-with: GHC == 7.0.4, GHC == 7.2.2, GHC == 7.4.2, GHC == 7.6.3, GHC == 7.8.4, GHC == 7.10.3, GHC == 8.0.2, GHC == 8.2.1
synopsis: Extensible optionally-pure exceptions synopsis: Extensible optionally-pure exceptions
description: Extensible optionally-pure exceptions description: Extensible optionally-pure exceptions
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment