Reimplement `cabal check` (#8427)
[cabal.git] / cabal-testsuite / PackageTests / ShowBuildInfo / A / build-info-all.out
blobe37e3fccc4dc349d8d7e9584089753eead3e3e2d
1 # cabal build
2 Resolving dependencies...
3 Build profile: -w ghc-<GHCVER> -O1
4 In order, the following will be built:
5  - A-0.1.0.0 (lib) (first run)
6  - A-0.1.0.0 (exe:A) (first run)
7  - B-0.1.0.0 (lib) (first run)
8  - A-0.1.0.0 (test:A-tests) (first run)
9 Configuring library for A-0.1.0.0...
10 Preprocessing library for A-0.1.0.0...
11 Building library for A-0.1.0.0...
12 Configuring executable 'A' for A-0.1.0.0...
13 Preprocessing executable 'A' for A-0.1.0.0...
14 Building executable 'A' for A-0.1.0.0...
15 Configuring library for B-0.1.0.0...
16 Preprocessing library for B-0.1.0.0...
17 Building library for B-0.1.0.0...
18 Configuring test suite 'A-tests' for A-0.1.0.0...
19 Preprocessing test suite 'A-tests' for A-0.1.0.0...
20 Building test suite 'A-tests' for A-0.1.0.0...