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 - my-0.1 (test:test-Short) (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 test suite 'test-Short' for my-0.1...
14 Preprocessing test suite 'test-Short' for my-0.1...
15 Building test suite 'test-Short' for my-0.1...
16 Running 1 test suites...
17 Test suite test-Short: RUNNING...
18 Test suite test-Short: PASS
19 Test suite logged to: <ROOT>/cabal.dist/work/./dist/build/<ARCH>/ghc-<GHCVER>/my-0.1/t/test-Short/test/my-0.1-test-Short.log
20 1 of 1 test suites (1 of 1 test cases) passed.
21 Configuring test suite 'test-Foo' for my-0.1...
22 Preprocessing test suite 'test-Foo' for my-0.1...
23 Building test suite 'test-Foo' for my-0.1...
24 Running 1 test suites...
25 Test suite test-Foo: RUNNING...
26 Test suite test-Foo: PASS
27 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
28 1 of 1 test suites (1 of 1 test cases) passed.