[darcs-users] darcs 2.3 beta 1: configure fails with GHC 6.8.3 on FreeBSD
Trent W. Buck
twb at cybersource.com.au
Thu Jul 9 03:45:20 UTC 2009
Mark Stosberg <mark at summersault.com> 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.
More information about the darcs-users
mailing list