killy971 / hpc-coveralls

coveralls.io support for haskell code coverage with hpc
http://hackage.haskell.org/package/hpc-coveralls
BSD 3-Clause "New" or "Revised" License
60 stars 20 forks source link

Test suite does not build from Hackage #34

Closed snoyberg closed 9 years ago

snoyberg commented 9 years ago

Likely files missing in the sdist tarball:

Resolving dependencies...
Configuring hpc-coveralls-0.8.0...
Building hpc-coveralls-0.8.0...
Preprocessing library hpc-coveralls-0.8.0...
In-place registering hpc-coveralls-0.8.0...
Preprocessing executable 'hpc-coveralls' for hpc-coveralls-0.8.0...
Preprocessing executable 'run-cabal-test' for hpc-coveralls-0.8.0...
Preprocessing test suite 'test-all' for hpc-coveralls-0.8.0...

test/TestAll.hs:5:8:
    Could not find module ‘TestHpcCoverallsLix’
    Use -v to see a list of the files searched for.

test/TestAll.hs:6:8:
    Could not find module ‘TestHpcCoverallsUtil’
    Use -v to see a list of the files searched for.

I added hpc-coveralls to Stackage recently, as I used it for mutable-containers and found it incredibly convenient. Thank you!

killy971 commented 9 years ago

Thank you very much for adding it to stackage, I was not really sure of the exact procedure. Is there something I should do regarding the lower/upper bounds of the dependencies I use? I'm still not sure of what is the best practice regarding this. Is there some recommended reading?

Regarding the issue with TestHpcCoverallsLix and TestHpcCoverallsUtil not being included, I'm going to fix this and will tell you once done.

snoyberg commented 9 years ago

If there are any issues in the future I'll let you know. Add it stands the package seems to be in great shape.

On Sat, Jan 10, 2015, 2:36 PM Guillaume Nargeot notifications@github.com wrote:

Closed #34 https://github.com/guillaume-nargeot/hpc-coveralls/issues/34.

— Reply to this email directly or view it on GitHub https://github.com/guillaume-nargeot/hpc-coveralls/issues/34#event-216952768 .