
25 Nov
2012
25 Nov
'12
8:08 p.m.
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