<div dir="ltr">Hi Roman,<div><br></div><div>strangely enough, now that I've recompiled the program cabal does pass the correct flag and everything works as expected.</div><div>Which kinda surprise me. The only explanation I have is that I've modified the source code, so cabal was forced to recompile everything with the new flags.</div>
<div><br></div><div>Thanks,</div><div>A.</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On 20 October 2013 16:40, Roman Cheplyaka <span dir="ltr"><<a href="mailto:roma@ro-che.info" target="_blank">roma@ro-che.info</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">You could start by running cabal with -v and seeing if it passes the<br>
right option to ghc during the linking phase.<br>
<br>
Roman<br>
<br>
* Alfredo Di Napoli <<a href="mailto:alfredo.dinapoli@gmail.com">alfredo.dinapoli@gmail.com</a>> [2013-10-20 15:27:54+0100]<br>
<div><div class="h5">> Hello guys,<br>
><br>
> I'm integrating EKG in my webserver and I've stumbled upon a peculiar<br>
> behaviour: Putting this inside my cabal manifest seems to not trigger any<br>
> effect (EKG shows flat lines):<br>
><br>
>     GHC-Options:<br>
>         -Wall<br>
>         -threaded<br>
>         -Werror<br>
>         -fwarn-tabs<br>
>         -with-rtsopts=-T<br>
><br>
> Whereas, if I run my webserver with "blablabla [...] +RTS -T" everything<br>
> works as expected. What am I missing?<br>
><br>
> I am on GHC 7.6.3, Cabal 1.18 and Mac OS X 64 bit.<br>
><br>
> Alfredo<br>
<br>
</div></div>> _______________________________________________<br>
> Haskell-Cafe mailing list<br>
> <a href="mailto:Haskell-Cafe@haskell.org">Haskell-Cafe@haskell.org</a><br>
> <a href="http://www.haskell.org/mailman/listinfo/haskell-cafe" target="_blank">http://www.haskell.org/mailman/listinfo/haskell-cafe</a><br>
<br>
</blockquote></div><br></div>