Closed RyanGlScott closed 8 years ago
Ping?
I'm really sorry I didn't notice your pull request! I will have a look at it today. On 2016年8月21日(日) at 23:11 Ryan Scott notifications@github.com wrote:
Ping?
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/guillaume-nargeot/hpc-coveralls/pull/59#issuecomment-241259888, or mute the thread https://github.com/notifications/unsubscribe-auth/AABOE_PlGE33nvIHy4ZrcG-oY6mopYJiks5qiFyMgaJpZM4I4Uby .
Thank you!
I've released the change in hpc-coveralls 1.0.6, is there a way for you to confirm that this version is now usable with your setup? (using the --enable-executable-dynamic
option)
I can confirm it works, as noted here, using cabal configure --enable-executable-dynamic && cabal build
and stack build --ghc-options=-dynamic
.
Not doing so causes the linker to get confused when
hpc-coveralls
is configured with--enable-executable-dynamic
. This was also discovered in https://github.com/fpco/stackage/issues/1338.Fixes #52.