Idris-dev
Idris-dev copied to clipboard
Enable GHC 8.4 in travis
Let's see if 8.4.4 fixes the libffi problem
I guess we should put in 8.6 too, but one thing at a time
It would be good to review the versions of GHC that Travis, at a minimum, should test with.
From an quick search of two known LTS like operating systems:
- Debian stable is on 8.0.X series.
- Ubuntu LTS 18.01 is on 8.0.X as well.
I am not sure of any other Linux distro's (or other OS) that ship with older versions of GHC---i.e. 7.X series. I think this gives us grounds to comfortably drop all ghc versions prior to the 8.X series in our testing matrix.
I saw that Travis has Xenial now. So let's test that.
This got resolved in #4827