<div dir="ltr">The current (i.e. clobbering) behavior seems like the right choice to me, for what it's worth.</div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Apr 30, 2020 at 11:12 AM Viktor Dukhovni <<a href="mailto:ietf-dane@dukhovni.org">ietf-dane@dukhovni.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On Thu, Apr 30, 2020 at 04:21:47PM +0200, Merijn Verstraaten wrote:<br>
<br>
> 1) Aware that multiple invocations of -with-rtsopts clobber each other, and<br>
> 2) Actually relies on this behaviour?<br>
<br>
Haven't thought about it, but this may makes sense, when configuring<br>
options in more than one file, e.g. foo.cabal, and stack.yaml, and<br>
whichever precedence, should probably be definitive.  Likely cumulative<br>
behaviour would be more surprising.<br>
<br>
[ Based on the assumption that GHC options in stack.yaml are in addition<br>
  to the component-specific options in the cabal file. ]<br>
<br>
The name is plural, so takes all the options at once.  There could be<br>
new options to incrementally modify the list of rtsopts:<br>
<br>
    -set-rtsopt?<br>
    -add-rtsopt?<br>
    -del-rtsopt?<br>
<br>
assuming there's a sensible way to accumulate these.<br>
<br>
-- <br>
    Viktor.<br>
_______________________________________________<br>
Haskell-Cafe mailing list<br>
To (un)subscribe, modify options or view archives go to:<br>
<a href="http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe" rel="noreferrer" target="_blank">http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe</a><br>
Only members subscribed via the mailman list are allowed to post.</blockquote></div>