
On Sep 19, 2014, at 8:54 PM, Brandon Allbery
On Fri, Sep 19, 2014 at 9:48 PM, James Toll
wrote: At this point I need to resume the compilation and installation process. How do I do that? Do I move back up to the parent directory and then issue the 'cabal install -j hakyll’ command again? "cabal install -j" without a package name should install the package in the current directory as it is. Specifying a package name will cause that package to be downloaded from Hackage, which in this case you don't want.
Thank you for your suggestion. I think you're saying that I should ‘cabal install -j’ from within the pandoc-1.13.1 directory to build pandoc. But then I will still need to build hakyll, so do I cd up to the hakyll parent directory and cabal install -j from there as well? Thanks, James