You can use the install-ghc option, either in your stack.yaml, or on the command line.<br><br><div class="gmail_quote"><div dir="ltr">On Sun, Jun 10, 2018, 6:52 AM Johannes Waldmann <<a href="mailto:johannes.waldmann@htwk-leipzig.de">johannes.waldmann@htwk-leipzig.de</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Dear Cafe,<br>
<br>
<br>
'stack'  tries to download and install a  'ghc'  binary<br>
in case  'ghc'  in  $PATH  does not match<br>
what is needed for the resolver given in  'stack.yaml'<br>
<br>
How can I switch this off completely and reliably?<br>
I much rather  'stack'  just fails when it detects the mismatch.<br>
putting  'system-ghc: true'  in  'stack.yaml'<br>
and  '~/.stack/config.yaml'  apparently is not enough.<br>
<br>
<br>
'stack'  does warn before downloading,<br>
but sometimes I'm not seeing the warning,<br>
e.g., because the whole thing is triggered silently<br>
from using  'intero'.<br>
<br>
<br>
I do have several ghc executables (built from source)<br>
in  /opt/ghc/ghc-$version/bin/ghc<br>
and I just need to set  PATH  accordingly.<br>
<br>
It would be even better if I could tell<br>
'stack'  (once and for all) about these locations.<br>
<br>
<br>
I think I understand why  'stack'  does what it does<br>
(reproducible builds) but I really want to minimize<br>
the number of other people's binaries on my machine.<br>
I do use the auto-download feature for easier CI builds -<br>
so I agree it can be useful.<br>
<br>
<br>
- J.W.<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>