Print out which project file we're using by default (fix #8519)
[cabal.git] / cabal-testsuite / PackageTests / ShowBuildInfo / A / remove-outdated.out
blob0b788f6c53ef1a20832e2e8e8145705c9693de5d
1 # cabal build
2 Configuration is affected by the following files:
3 - cabal.project
4 Resolving dependencies...
5 Build profile: -w ghc-<GHCVER> -O1
6 In order, the following will be built:
7  - A-0.1.0.0 (exe:A) (first run)
8 Configuring executable 'A' for A-0.1.0.0...
9 Preprocessing executable 'A' for A-0.1.0.0...
10 Building executable 'A' for A-0.1.0.0...
11 # cabal v2-build
12 Configuration is affected by the following files:
13 - cabal.project
14 Build profile: -w ghc-<GHCVER> -O1
15 In order, the following will be built:
16  - A-0.1.0.0 (exe:A) (configuration changed)
17 Configuring executable 'A' for A-0.1.0.0...
18 Preprocessing executable 'A' for A-0.1.0.0...
19 Building executable 'A' for A-0.1.0.0...