rubik / stack-hpc-coveralls

Coveralls support for Stack projects
ISC License
33 stars 15 forks source link

Shc only supports stack 0.1.7 #4

Closed wayofthepie closed 8 years ago

wayofthepie commented 9 years ago

I'm currently using stack 0.1.8.0, and running shc gives the following:

Error: at least Stack 0.1.7 is required

Looks like the version check only supports stack 1.7.0: https://github.com/rubik/stack-hpc-coveralls/blob/master/src/SHC/Utils.hs#L57.

rubik commented 9 years ago

Argh, that was dumb on my part. Thanks for the PR.