[Haskell-cafe] GHCi: how to load another file than .ghci ?

Artem Pelenitsyn a.pelenitsyn at gmail.com
Wed Jun 20 13:21:16 UTC 2018


Hello Paul,

You can supply arguments for commands run by stack like this: stack exec
CMD -- ARGS
In your case the argument you're interested in is -ghci-script. So the
answer is

stack exec ghci -- -ghci-script path/to/somefile.txt

--
Best wishes, Artem


On Wed, 20 Jun 2018 at 14:44 PY <aquagnu at gmail.com> wrote:

> Hello, Cafe! If I have typical .ghci file, but it's called somefile.txt,
> how to call "stack exec ghci" to load and exec this "somefile.txt" (as
> it does with ".ghci" usual)?
>
>
> ===
>
> Best regards, Paul
>
> _______________________________________________
> Haskell-Cafe mailing list
> To (un)subscribe, modify options or view archives go to:
> http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe
> Only members subscribed via the mailman list are allowed to post.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/haskell-cafe/attachments/20180620/12a3fb9f/attachment.html>


More information about the Haskell-Cafe mailing list