[Haskell-beginners] Patch source, then pickup compile
Brandon Allbery
allbery.b at gmail.com
Sat Sep 20 01:54:29 UTC 2014
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.
--
brandon s allbery kf8nh sine nomine associates
allbery.b at gmail.com ballbery at sinenomine.net
unix, openafs, kerberos, infrastructure, xmonad http://sinenomine.net
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/beginners/attachments/20140919/6332cfe0/attachment.html>
More information about the Beginners
mailing list