acowley / roshask

Haskell client library for the ROS robotics framework.
BSD 3-Clause "New" or "Revised" License
107 stars 18 forks source link

Should we stop testing on GHC 7.6.3? #41

Closed acowley closed 8 years ago

acowley commented 8 years ago

New versions of the MemoTrie package use the EmptyCase language extension which is not supported by 7.6. We can add dependency constraints to work around that, but I do not know if that is worth it given that 8.0 is on the horizon.

This would only impact automated tests run on Travis CI.