[Haskell-cafe] Is Cabal ignoring "-with-rtsopts"?

Alfredo Di Napoli alfredo.dinapoli at gmail.com
Sun Oct 20 14:27:54 UTC 2013


Hello guys,

I'm integrating EKG in my webserver and I've stumbled upon a peculiar
behaviour: Putting this inside my cabal manifest seems to not trigger any
effect (EKG shows flat lines):

    GHC-Options:
        -Wall
        -threaded
        -Werror
        -fwarn-tabs
        -with-rtsopts=-T

Whereas, if I run my webserver with "blablabla [...] +RTS -T" everything
works as expected. What am I missing?

I am on GHC 7.6.3, Cabal 1.18 and Mac OS X 64 bit.

Alfredo
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/haskell-cafe/attachments/20131020/9e20873b/attachment.html>


More information about the Haskell-Cafe mailing list