We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 46e8221 + e2938e4 commit 1c1230cCopy full SHA for 1c1230c
Makefile
@@ -199,7 +199,7 @@ tags :
199
##############################################################################
200
201
bootstrap-json-%: phony
202
- cabal build --project=cabal.project.release --with-compiler=ghc-$* --dry-run cabal-install:exe:cabal
+ cabal build --project-file=cabal.project.release --with-compiler=ghc-$* --dry-run cabal-install:exe:cabal
203
cp dist-newstyle/cache/plan.json bootstrap/linux-$*.plan.json
204
@# -v0 to avoid build output on stdout
205
cd bootstrap && cabal run -v0 cabal-bootstrap-gen -- linux-$*.plan.json \
0 commit comments