Mark Stosberg <[email protected]> writes:
> I'm a bit confused then. The darcs README. Says to run "configure"
> then "build" then "install" in that order. It sounds like you are
> saying that only "install" is required.
>
> From the darcs README:
>
> $ cabal configure
> $ cabal build
> $ cabal install
AIUI
cabal install
is analogous to
ghc --make Setup
./Setup configure --user
./Setup build
./Setup install
But the documented way is also perfectly valid.
_______________________________________________
darcs-users mailing list
[email protected]
http://lists.osuosl.org/mailman/listinfo/darcs-users