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 - my-0.1 (lib) (first run)
8 - test-code-gen-0.1.0.0 (exe:test-code-gen) (first run)
9 - my-0.1 (test:test-Foo) (first run)
10 Configuring library for my-0.1...
11 Preprocessing library for my-0.1...
12 Building library for my-0.1...
13 Configuring executable 'test-code-gen' for test-code-gen-0.1.0.0...
14 Preprocessing executable 'test-code-gen' for test-code-gen-0.1.0.0...
15 Building executable 'test-code-gen' for test-code-gen-0.1.0.0...
16 Configuring test suite 'test-Foo' for my-0.1...
17 Preprocessing test suite 'test-Foo' for my-0.1...
18 Building test suite 'test-Foo' for my-0.1...
19 Running 1 test suites...
20 Test suite test-Foo: RUNNING...
21 Test suite test-Foo: PASS
22 Test suite logged to: <ROOT>/cabal.dist/work/./dist/build/<ARCH>/ghc-<GHCVER>/my-0.1/t/test-Foo/test/my-0.1-test-Foo.log
23 1 of 1 test suites (1 of 1 test cases) passed.