Merge pull request #10493 from Sdywolf/doc-refine/repl
[cabal.git] / cabal-testsuite / PackageTests / ShowBuildInfo / CompileFail / compile-fail.out
blobb0cae576cd6653a3aa7d14edd22627cba27d2593
1 # cabal build
2 Resolving dependencies...
3 Build profile: -w ghc-<GHCVER> -O1
4 In order, the following will be built:
5  - CompileFail-0.1.0.0 (lib) (first run)
6  - CompileFail-0.1.0.0 (test:CompileFail-test) (first run)
7 Configuring library for CompileFail-0.1.0.0...
8 Preprocessing library for CompileFail-0.1.0.0...
9 Building library for CompileFail-0.1.0.0...
10 Configuring test suite 'CompileFail-test' for CompileFail-0.1.0.0...
11 Preprocessing test suite 'CompileFail-test' for CompileFail-0.1.0.0...
12 Building test suite 'CompileFail-test' for CompileFail-0.1.0.0...
13 Error: [Cabal-7125]
14 Failed to build CompileFail-0.1.0.0-inplace-CompileFail-test.
15 # cabal build
16 Build profile: -w ghc-<GHCVER> -O1
17 In order, the following will be built:
18  - CompileFail-0.1.0.0 (lib:failing) (first run)
19  - CompileFail-0.1.0.0 (exe:CompileFail-exe) (first run)
20 Configuring library 'failing' for CompileFail-0.1.0.0...
21 Preprocessing library 'failing' for CompileFail-0.1.0.0...
22 Building library 'failing' for CompileFail-0.1.0.0...
23 Error: [Cabal-7125]
24 Failed to build CompileFail-0.1.0.0 because it depends on CompileFail-0.1.0.0 which itself failed to build.
25 Failed to build CompileFail-0.1.0.0-inplace-failing.