Print out which project file we're using by default (fix #8519)
[cabal.git] / cabal-testsuite / PackageTests / NewBuild / CmdRun / Datafiles / cabal.out
blobba2ac3912ac5fef0737eb2ab39b33fb3019b787e
1 # cabal v2-run
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  - foo-1.0 (exe:foo) (first run)
8 Configuring executable 'foo' for foo-1.0...
9 Preprocessing executable 'foo' for foo-1.0...
10 Building executable 'foo' for foo-1.0...
11 # cabal v2-run
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  - foo-1.0 (lib) (first run)
17  - bar-1.0 (exe:bar) (first run)
18 Configuring library for foo-1.0...
19 Preprocessing library for foo-1.0...
20 Building library for foo-1.0...
21 Configuring executable 'bar' for bar-1.0...
22 Preprocessing executable 'bar' for bar-1.0...
23 Building executable 'bar' for bar-1.0...