Skip to content

Commit

Permalink
compiler: now support ghc-8.6.[12]
Browse files Browse the repository at this point in the history
[skip lemma]
  • Loading branch information
Zilin Chen authored and Zilin Chen committed Dec 9, 2018
1 parent dfa02d6 commit 9dd27cf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -60,8 +60,8 @@ matrix:
compiler: "ghc-8.2.1"
addons: {apt: {packages: [cabal-install-2.2,ghc-8.2.1,alex-3.1.7,happy-1.19.5], sources: [hvr-ghc]}}
allow_failures:
- compiler: "ghc-8.6.1"
- compiler: "ghc-8.6.2"
# - compiler: "ghc-8.6.1"
# - compiler: "ghc-8.6.2"
fast_finish: true

before_install:
Expand Down
2 changes: 1 addition & 1 deletion cogent/cogent.cabal
Expand Up @@ -19,7 +19,7 @@ bug-reports: https://github.com/NICTA/cogent/issues
build-type: Custom
cabal-version: >=2.0
tested-with: GHC==8.2.1, GHC==8.2.2, GHC==8.4.1, GHC==8.4.2, GHC==8.4.3,
GHC==8.4.4
GHC==8.4.4, GHC==8.6.1, GHC==8.6.2


data-files:
Expand Down

0 comments on commit 9dd27cf

Please sign in to comment.