@@ -64,7 +64,7 @@ $(TEMPLATE_PATHS) : templates/Paths_pkg.template.hs cabal-dev-scripts/src/GenPat
64
64
65
65
buildinfo-fields-reference : phony
66
66
cabal build --builddir=dist-newstyle-bi --project-file=cabal.project.buildinfo buildinfo-reference-generator
67
- $$(cabal-plan list-bin --builddir=dist-newstyle-bi buildinfo-reference-generator ) buildinfo-reference-generator/template.zinza | tee $@
67
+ $$(cabal list-bin --builddir=dist-newstyle-bi buildinfo-reference-generator ) buildinfo-reference-generator/template.zinza | tee $@
68
68
69
69
# analyse-imports
70
70
analyse-imports : phony
@@ -119,24 +119,22 @@ hackage-roundtrip-tests :
119
119
$(CABALRUN ) hackage-tests -- roundtrip +RTS -s -qg -I0 -A64M -N${THREADS} -RTS ${TEST}
120
120
121
121
cabal-install-test :
122
- @which cabal-plan
123
122
$(CABALBUILD ) -j3 cabal-tests cabal
124
123
rm -rf .ghc.environment.*
125
- cd cabal-testsuite && ` cabal-plan list-bin cabal-tests` --with-cabal=` cabal-plan list-bin cabal` --hide-successes -j3 ${TEST}
124
+ cd cabal-testsuite && ` cabal list-bin cabal-tests` --with-cabal=` cabal list-bin cabal` --hide-successes -j3 ${TEST}
126
125
127
126
# hackage-benchmarks (solver)
128
127
129
128
hackage-benchmarks-run :
130
129
$(CABALBUILD ) -j3 hackage-benchmark cabal
131
130
rm -rf .ghc.environment.*
132
- $$(cabal-plan list-bin hackage-benchmark ) --cabal1=cabal --cabal2=$$(cabal-plan list-bin cabal ) --packages=" hakyll servant-auth-server" --print-trials --concurrently
131
+ $$(cabal list-bin hackage-benchmark ) --cabal1=cabal --cabal2=$$(cabal list-bin cabal ) --packages=" hakyll servant-auth-server" --print-trials --concurrently
133
132
134
133
135
134
# This doesn't run build, as you first need to test with cabal-install-test :)
136
135
cabal-install-test-accept :
137
- @which cabal-plan
138
136
rm -rf .ghc.environment.*
139
- cd cabal-testsuite && ` cabal-plan list-bin cabal-tests` --with-cabal=` cabal-plan list-bin cabal` --hide-successes -j3 --accept ${TEST}
137
+ cd cabal-testsuite && ` cabal list-bin cabal-tests` --with-cabal=` cabal list-bin cabal` --hide-successes -j3 --accept ${TEST}
140
138
141
139
# Docker validation
142
140
0 commit comments