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:
parent
f690a210ce
commit
e2daec3501
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue