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

This commit is contained in:
https://www.google.com/accounts/o8/id?id=AItOawmUJBh1lYmvfCCiGr3yrdx-QhuLCSRnU5c 2015-03-28 19:26:45 +00:00 committed by admin
parent f690a210ce
commit e2daec3501

View file

@ -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