On Sun, Nov 25, 2012 at 06:09:26PM -0500, Albert Y. C. Lai wrote:
> 
> If you begin with "cabal configure", the correct idiom is:
> 
> cabal configure [flags]
> cabal build
> [cabal haddock, if you want]
> cabal copy
> cabal register

Even this does not do the same thing as 'cabal install', because it
does not download and install any dependencies (whereas 'cabal
install' does).

-Brent

_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to