Skip to content

Commit

Permalink
test on GHC 8.6
Browse files Browse the repository at this point in the history
  • Loading branch information
byorgey committed Oct 8, 2018
1 parent c9274ef commit 2ef7293
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@ language: haskell
env:
matrix:
- GHCVER=7.8.4 CABALVER=1.18
- GHCVER=7.10.2 CABALVER=1.22
- GHCVER=8.0.1 CABALVER=1.24
- GHCVER=8.2.2 CABALVER=1.24 SKIP_HADDOCK=true # Not sure why this isn't working
- GHCVER=8.4.1 CABALVER=2.0
- GHCVER=7.10.3 CABALVER=1.22
- GHCVER=8.0.2 CABALVER=1.24
- GHCVER=8.2.2 CABALVER=2.0 SKIP_HADDOCK=true # Not sure why this isn't working
- GHCVER=8.4.2 CABALVER=2.2
- GHCVER=8.6.1 CABALVER=4.2
- GHCVER=head CABALVER=head
global:
- HEAD_DEPS="monoid-extras dual-tree"
Expand Down
2 changes: 1 addition & 1 deletion diagrams-core.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Build-type: Simple
Cabal-version: 1.18
Extra-source-files: CHANGELOG.md, README.markdown, diagrams/*.svg
extra-doc-files: diagrams/*.svg
Tested-with: GHC == 7.8.4, GHC == 7.10.2, GHC == 8.0.1, GHC == 8.2.2, GHC == 8.4.1
Tested-with: GHC == 7.8.4, GHC == 7.10.2, GHC == 8.0.1, GHC == 8.2.2, GHC == 8.4.1, GHC == 8.6.1
Source-repository head
type: git
location: git://github.com/diagrams/diagrams-core.git
Expand Down

0 comments on commit 2ef7293

Please sign in to comment.