<div dir="ltr"><div>Hello Paul,</div><div><br></div><div>You can supply arguments for commands run by stack like this: stack exec CMD -- ARGS</div><div>In your case the argument you're interested in is -ghci-script. So the answer is</div><div><br></div><div>stack exec ghci -- -ghci-script path/to/somefile.txt</div><div><br></div><div>--</div><div>Best wishes, Artem<br></div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr">On Wed, 20 Jun 2018 at 14:44 PY <<a href="mailto:aquagnu@gmail.com">aquagnu@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello, Cafe! If I have typical .ghci file, but it's called somefile.txt, <br>
how to call "stack exec ghci" to load and exec this "somefile.txt" (as <br>
it does with ".ghci" usual)?<br>
<br>
<br>
===<br>
<br>
Best regards, Paul<br>
<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>