<div dir="ltr">That worked beautifully, thanks. (I mean to pass --stack-yaml )<div>D</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Jun 2, 2017 at 4:01 AM, Michael Snoyman <span dir="ltr"><<a href="mailto:michael@snoyman.com" target="_blank">michael@snoyman.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">If you run `stack ghc -- ...`, everything after the -- will be passed to the ghc command. For determining settings, please see this section of the user guide:<br><br><a href="https://docs.haskellstack.org/en/stable/GUIDE/#finding-project-configs-and-the-implicit-global" target="_blank">https://docs.haskellstack.org/<wbr>en/stable/GUIDE/#finding-<wbr>project-configs-and-the-<wbr>implicit-global</a><br></div><div class="HOEnZb"><div class="h5"><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Jun 2, 2017 at 12:31 PM, Dennis Raddle <span dir="ltr"><<a href="mailto:dennis.raddle@gmail.com" target="_blank">dennis.raddle@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Something I'm not clear on, with regard to 'stack ghc', is how to tell stack what environment, modules, etc. to use -- when I run it on a file that is not within my stack directory tree. I tried simple running 'stack ghc filename.hs' and it couldn't find any of my libraries. I also cannot figure out how to pass arguments to ghc.<span class="m_8148482403619475577HOEnZb"><font color="#888888"><div><br></div><div>D</div></font></span></div><div class="gmail_extra"><br><div class="gmail_quote"><span>On Thu, Jun 1, 2017 at 11:27 PM, Michael Snoyman <span dir="ltr"><<a href="mailto:michael@snoyman.com" target="_blank">michael@snoyman.com</a>></span> wrote:<br></span><div><div class="m_8148482403619475577h5"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div>Have you tried `stack ghc filename.hs`? Also, you could try the script interpreter approach, with something like this:<br><br>#!/usr/bin/env stack<br>-- stack --resolver lts-8.12 script --compile<br>main = putStrLn "Hello World"<br><br></div>Running `stack filename.hs` will compile and run your file, and you can reuse the resulting executable.<br></div><div class="gmail_extra"><br><div class="gmail_quote"><div><div class="m_8148482403619475577m_3242682161964497523h5">On Fri, Jun 2, 2017 at 9:03 AM, Dennis Raddle <span dir="ltr"><<a href="mailto:dennis.raddle@gmail.com" target="_blank">dennis.raddle@gmail.com</a>></span> wrote:<br></div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div class="m_8148482403619475577m_3242682161964497523h5"><div dir="ltr">Using stack, but I have a need to build lots of executables. **lots** and new ones all the time .. my application is music playback. I used to have a single executable for playing music, and used it for all compositions. I later found that I needed to do a lot of configuration specific to each composition, and that the most natural language for specifying all the data and functions specific to a composition was Haskell. That means I have a source file for every composition, in the same directory where I store that composition (as a Sibelius file). But a couple things. (1) they aren't in the stack tree, (2) I don't want to add every one of these to a cabal file. <div><br></div><div>What is the best way to approach this goal?</div><span class="m_8148482403619475577m_3242682161964497523m_-8810669869456444309HOEnZb"><font color="#888888"><div><br></div><div>D</div><div><br></div></font></span></div>
<br></div></div>______________________________<wbr>_________________<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-bi<wbr>n/mailman/listinfo/haskell-caf<wbr>e</a><br>
Only members subscribed via the mailman list are allowed to post.<br></blockquote></div><br></div>
</blockquote></div></div></div><br></div>
</blockquote></div><br></div>
</div></div></blockquote></div><br></div>