<div dir="ltr"><div>It worked for me on a dummy project, but I may miss something. Maybe, it is `stack ghci` you want to use, not `stack exec ghci`. But I wasn't able to convince stack to catch `-ghci-script` for some reason. My best bet was:</div><div><br></div><div>stack ghci --ghci-options="-ghci-script ~/my-ghci"</div><div><br></div><div>PS You probably want to reply not just to me but to the whole mailing-list, so that people know that your problem hasn't been resolved.</div><div><br></div><div>--</div><div>Best, Artem<br></div><br><div class="gmail_quote"><div dir="ltr">On Wed, 20 Jun 2018 at 16:08 PY <<a href="mailto:aquagnu@gmail.com" target="_blank">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">
  
    
  
  <div text="#000000" bgcolor="#FFFFFF">
    <p>strange, because result is different (I got a lot of errors about
      not found modules, etc).<br>
    </p>
    <br>
    <div class="m_-2374498385470992351m_4300541724079691867moz-cite-prefix">20.06.2018 16:21, Artem Pelenitsyn
      пишет:<br>
    </div></div><div text="#000000" bgcolor="#FFFFFF">
    <blockquote type="cite">
      <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" target="_blank">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>
    </blockquote>
    <br>
  </div></blockquote></div></div>