<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Thu, Aug 14, 2014 at 8:13 PM, Britt Anderson <span dir="ltr"><<a href="mailto:britt@uwaterloo.ca" target="_blank">britt@uwaterloo.ca</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">cabal exec hakyll-init my-site<br>
and this works, and I<br>
cd ./my-site<br>
but the next step specified in the tutorial I can't figure out how to work.<br>
It is:<br>
ghc --make -threaded site.hs<br>
<br>
It fails because it cannot find the Hakyll module to import.<br>
<br>
I am hoping to learn what the proper command would be in a sandbox environment, and </blockquote><div><br></div><div>You already used it once: put `cabal exec` in front. (Also, you no longer need `--make` in current versions of ghc.)</div>
</div><div><br></div>-- <br><div dir="ltr"><div>brandon s allbery kf8nh                               sine nomine associates</div><div><a href="mailto:allbery.b@gmail.com" target="_blank">allbery.b@gmail.com</a>                                  <a href="mailto:ballbery@sinenomine.net" target="_blank">ballbery@sinenomine.net</a></div>
<div>unix, openafs, kerberos, infrastructure, xmonad        <a href="http://sinenomine.net" target="_blank">http://sinenomine.net</a></div></div>
</div></div>