Skip to content

Commit

Permalink
Sync tested-with field and Travis GHC versions
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasLoow committed Oct 20, 2018
1 parent c0574d5 commit 344ccde
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
language: haskell
# Make sure to update tested-with in source/BNFC.cabal when updating these:
ghc:
- 7.6.3
- 7.8.4
- 7.10.3
- 8.0
- 8.2
- 8.4
- 8.0.2
- 8.2.1
- 8.4.4
env:
- PACKAGEDIR="source"
- PACKAGEDIR="testing"
Expand Down
1 change: 1 addition & 0 deletions source/BNFC.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ tested-with: GHC == 7.6.3
, GHC == 7.10.3
, GHC == 8.0.2
, GHC == 8.2.1
, GHC == 8.4.4
Extra-source-files: src/BNF.cf TODO changelog Makefile

Source-repository head
Expand Down

0 comments on commit 344ccde

Please sign in to comment.