rubik / stack-hpc-coveralls

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

Support multi-package projects #13

Open int-index opened 8 years ago

int-index commented 8 years ago

I separated my project into two packages and now shc fails with this error:

shc: can not find ether-0.5.0.0-HUV2NfyFRgi9DfAPlMIQvQ/Control.Monad.Trans.Ether.State.Strict in [".stack-work/dist/x86_64-linux/Cabal-1.24.1.0/hpc"]
rubik commented 8 years ago

Unfortunately I don't know much about multi-package projects. The matter is complicated even more because HPC has almost zero documentation and it's often difficult to understand what it is doing.

I'm really sorry but at the moment I'm swamped with work, so I cannot look into this right now. I'll see if I can do something on the weekend.

int-index commented 8 years ago

No problem, it's by no means urgent. I'm not even sure that HPC will work at all because today I've separated the test suite itself into a separate package as well.