Add “Ignore warning” option to cabal check
[cabal.git] / cabal-testsuite / PackageTests / InternalLibraries / setup.out
blob60224a9155ad8e0efcca2b43e611cc66bfc4f41d
1 # Setup configure
2 Configuring q-0.1.0.0...
3 # Setup build
4 Preprocessing library for q-0.1.0.0...
5 Building library for q-0.1.0.0...
6 # Setup copy
7 Installing library in <PATH>
8 # Setup register
9 Registering library for q-0.1.0.0...
10 # Setup configure
11 Configuring p-0.1.0.0...
12 # Setup build
13 Preprocessing library 'q' for p-0.1.0.0...
14 Building library 'q' for p-0.1.0.0...
15 Preprocessing executable 'foo' for p-0.1.0.0...
16 Building executable 'foo' for p-0.1.0.0...
17 Preprocessing library for p-0.1.0.0...
18 Building library for p-0.1.0.0...
19 # Setup copy
20 Installing internal library q in <PATH>
21 Installing executable foo in <PATH>
22 Warning: The directory <ROOT>/setup.dist/usr/bin is not in the system search path.
23 Installing library in <PATH>
24 # Setup register
25 Registering library 'q' for p-0.1.0.0...
26 Registering library for p-0.1.0.0...
27 # Setup clean
28 cleaning...
29 # foo
30 I AM THE ONE