haskell / haskeline

A Haskell library for line input in command-line programs.
https://hackage.haskell.org/package/haskeline
BSD 3-Clause "New" or "Revised" License
221 stars 75 forks source link

.travis.yml: Add ghc 8.0.1 #43

Closed erikd closed 8 years ago

erikd commented 8 years ago

Also drop all but the last release of 7.4, 7.6, 7.8 and 7.10.

judah commented 8 years ago

I recall that in the past there have been bugs (e.g., issues in the base library around encoding/decoding) that appeared (or were fixed) only for specific minor versions of GHC. So I think it's better to keep testing the individual minor versions as it is now. (Travis should run each version in parallel.)

I'm OK being more lax for ghc>=8 if no such issues crop up in the future.