From e2daec35011c957bccdf46a7c1c95a4af5a334b2 Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawmUJBh1lYmvfCCiGr3yrdx-QhuLCSRnU5c" Date: Sat, 28 Mar 2015 19:26:45 +0000 Subject: [PATCH] AFAICT you should pass -f"..." to cabal install as well as cabal configure, otherwise it will try to install the prerequisites for a default build --- doc/install/fromsource.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/install/fromsource.mdwn b/doc/install/fromsource.mdwn index 1e96cce40e..733d736d02 100644 --- a/doc/install/fromsource.mdwn +++ b/doc/install/fromsource.mdwn @@ -43,7 +43,7 @@ git-annex, but it does not include the assistant or webapp. Inside the source tree, run: cabal configure -f"-assistant -webapp -webdav -pairing -xmpp -dns" - cabal install --only-dependencies + cabal install -f"-assistant -webapp -webdav -pairing -xmpp -dns" --only-dependencies cabal build PATH=$HOME/bin:$PATH cabal install --bindir=$HOME/bin