BNFC / bnfc

BNF Converter
http://bnfc.digitalgrammars.com/
586 stars 165 forks source link

ghc-7.6.3 in travis ci #203

Closed pascalh closed 6 years ago

pascalh commented 7 years ago

In the time between these two commits the travis build started to fail without changes being made to the configuration: working, 2016-11-19 failing, 2016-12-13

The problem is that the travis default config changed from ghc-7.6.3 to ghc-7.8.4, which causes the bnfc ci to fail. This pull request sets the ghc version in travis back to ghc-7.6.3.