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

Remove curl dependency #30

Closed killy971 closed 10 years ago

killy971 commented 10 years ago

It is possible that performing the http post without relying on the curl library may be very simple.

killy971 commented 10 years ago

The only reason I would like to do this is because I'm facing problems installing the curl library in FPComplete. As it's not so important, I'm closing it for the moment.

killy971 commented 9 years ago

I is also possible that functionality such as the one provided when using the CurlFollowLocation option (see guillaume-nargeot/codecov-haskell) may have to be implemented manually.