[Haskell-beginners] Patch source, then pickup compile

James Toll james at jtoll.com
Sat Sep 20 02:03:26 UTC 2014


On Sep 19, 2014, at 8:54 PM, Brandon Allbery <allbery.b at gmail.com> wrote:

> On Fri, Sep 19, 2014 at 9:48 PM, James Toll <james at jtoll.com> 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


More information about the Beginners mailing list