Try doing a cabal clean? Also are you setting that for an executable or a library? Only makes sense on an executable
On Sunday, July 6, 2014, Johan Larson <johan.g.larson@gmail.com> wrote:
I need to change some runtime options.I updated the options line in my cabal file:ghc-options: -Wall -fno-warn-orphans -O2 -rtsoptsBut when I rebuild and run, it's as though runtime options are still disabled.C:\johan\Haskell\projects\bio-acai>cabal build.\bio-acai.cabal has been changed. Re-configuring with most recently usedoptions. If this fails, please run configure manually.Resolving dependencies...Configuring bio-acai-0.1.0.0...Building bio-acai-0.1.0.0...Preprocessing executable 'acai' for bio-acai-0.1.0.0...Preprocessing test suite 'tests' for bio-acai-0.1.0.0...C:\johan\Haskell\projects\bio-acai>dist\build\acai\acai.exe +RTS -H128m -K64macai.exe: Most RTS options are disabled. Link with -rtsopts to enable them.My best guess is that the "ghc-options" line is the wrong place to try to turn on RTS option handling. But what's the right one?--
Johan Larson -- Toronto, Canada