bjornbm / dimensional

Dimensional library variant built on Data Kinds, Closed Type Families, TypeNats (GHC 7.8+).
BSD 3-Clause "New" or "Revised" License
102 stars 15 forks source link

Get GHC 8.4 test working on Travis CI #184

Closed bjornbm closed 5 years ago

bjornbm commented 6 years ago

See last few comments to #183. I took a quick look and this looks relevant. I'm not familiar with Travis CI though (@dmcclean set it up for us) and don't have time to investigate more right now. Once complete we can undo 8f2e5db.

dmcclean commented 6 years ago

I also do not have time, at least this week, to relearn how Travis works and look into this. Also community practices on how to use travis for haskell projects seem to have changed a couple of times since we originally did it for this project.

bjornbm commented 6 years ago

Yes, I saw that our config is not quite in synch with the current stack docs on using Travis. I'm not putting a high priority on this for myself for the time being, and understanding that you are quite time constrained nowadays I don't expect that from you either.

dmcclean commented 5 years ago

Is there still an issue here or have previous changes to the travis script addressed it?

dmcclean commented 5 years ago

The latest Travis builds against LTS-12 (GHC 8.4) had successful doctest and hspec test suite runs. I will close this on that basis, if I am misunderstanding an ongoing issue please reopen.