
26 Nov
2012
26 Nov
'12
4:21 a.m.
Brent Yorgey
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).
...but if he prepended a 'cabal install --only-dependencies' to the invocation sequence it would, wouldn't it?