2 Configuration is affected by the following files:
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...
12 Configuration is affected by the following files:
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...