<div dir="ltr">If you use Stack then you can add a .cabal file to your project that indicates what it depends on. Here's an example I use:<br><br><a href="https://github.com/JeffreyBenjaminBrown/montevideo/blob/master/mtv-util/mtv-util.cabal">https://github.com/JeffreyBenjaminBrown/montevideo/blob/master/mtv-util/mtv-util.cabal</a><br><div><br></div><div>(It uses the `random` package too; if you search for "random"  you'll find the dependencies.)</div><div><br></div><div>Stack has global config options too:<br><a href="https://docs.haskellstack.org/en/stable/yaml_configuration/">https://docs.haskellstack.org/en/stable/yaml_configuration/</a><br></div><div>which seems likely to offer the same capability; I don't know how to do it that way as I always work within a project with a cabal file.</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, Feb 17, 2021 at 2:08 AM Francesco Ariis <<a href="mailto:fa-ml@ariis.it">fa-ml@ariis.it</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">Il 16 febbraio 2021 alle 20:49 A. Mc. ha scritto:<br>
> I'm attempting to install and update the .yaml file so I don't have to run<br>
> the command $ stack ghci --package random every single time I want to load<br>
> a module that imports System.Random.  Or maybe I need to use chocolatey?<br>
<br>
No idea with stack, but with cabal is:<br>
<br>
    cabal install --lib random<br>
_______________________________________________<br>
Beginners mailing list<br>
<a href="mailto:Beginners@haskell.org" target="_blank">Beginners@haskell.org</a><br>
<a href="http://mail.haskell.org/cgi-bin/mailman/listinfo/beginners" rel="noreferrer" target="_blank">http://mail.haskell.org/cgi-bin/mailman/listinfo/beginners</a><br>
</blockquote></div><br clear="all"><div><br></div>-- <br><div dir="ltr" class="gmail_signature"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div>Jeff Brown | Jeffrey Benjamin Brown</div><div dir="ltr"><a href="https://www.linkedin.com/in/jeffreybenjaminbrown" style="font-size:12.8px" target="_blank">LinkedIn</a><span style="font-size:12.8px">   </span><span style="font-size:12.8px">|</span><span style="font-size:12.8px">   </span><a href="https://github.com/jeffreybenjaminbrown" style="font-size:12.8px" target="_blank">Github</a>   |   <a href="https://twitter.com/carelogic" target="_blank">Twitter</a>  |  <a href="https://www.facebook.com/mejeff.younotjeff" style="font-size:12.8px" target="_blank">Facebook</a>  |  very old <a href="https://msu.edu/~brown202/" style="font-size:12.8px" target="_blank">Website</a></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div>