diff --git a/cabal-testsuite/PackageTests/BuildDeps/InternalLibrary1/cabal.out b/cabal-testsuite/PackageTests/BuildDeps/InternalLibrary1/cabal.out index 4e6db36b9040f249da299267330482c34ede91fa..b405b64662942223fe53fc7091ad3173943f2667 100644 --- a/cabal-testsuite/PackageTests/BuildDeps/InternalLibrary1/cabal.out +++ b/cabal-testsuite/PackageTests/BuildDeps/InternalLibrary1/cabal.out @@ -1,5 +1,8 @@ # cabal new-build Resolving dependencies... +Build profile: + with-compiler: ghc-<GHCVER> + optimization: NormalOptimisation In order, the following will be built: - InternalLibrary1-0.1 (exe:lemon) (first run) Configuring InternalLibrary1-0.1... diff --git a/cabal-testsuite/PackageTests/BuildToolDepends/setup.out b/cabal-testsuite/PackageTests/BuildToolDepends/setup.out index 30d4253443f4307bc8a47380b3cd9644c5296ee7..4ba89ac05734e3f7bd5239b26863cb758412913c 100644 --- a/cabal-testsuite/PackageTests/BuildToolDepends/setup.out +++ b/cabal-testsuite/PackageTests/BuildToolDepends/setup.out @@ -1,8 +1,8 @@ # cabal new-build +Resolving dependencies... Build profile: with-compiler: ghc-<GHCVER> optimization: NormalOptimisation -Resolving dependencies... In order, the following will be built: - pre-proc-999.999.999 (exe:zero-to-one) (first run) - client-0.1.0.0 (exe:hello-world) (first run) diff --git a/cabal-testsuite/PackageTests/BuildTools/External/cabal.out b/cabal-testsuite/PackageTests/BuildTools/External/cabal.out index 76cc7a17305e8597ce87b54f3bfe8fee4a754e57..ffd690f30e54d515e7e850ea6ebd39625250f0d1 100644 --- a/cabal-testsuite/PackageTests/BuildTools/External/cabal.out +++ b/cabal-testsuite/PackageTests/BuildTools/External/cabal.out @@ -1,5 +1,8 @@ # cabal new-build Resolving dependencies... +Build profile: + with-compiler: ghc-<GHCVER> + optimization: NormalOptimisation In order, the following will be built: - happy-999.999.999 (exe:happy) (first run) - client-0.1.0.0 (exe:hello-world) (first run) diff --git a/cabal-testsuite/PackageTests/BuildTools/Internal/cabal.out b/cabal-testsuite/PackageTests/BuildTools/Internal/cabal.out index 2c77ae5446ca1f1bae62c556f611e443d6260152..c8744a279fea67798e13eb4b598803feee71e460 100644 --- a/cabal-testsuite/PackageTests/BuildTools/Internal/cabal.out +++ b/cabal-testsuite/PackageTests/BuildTools/Internal/cabal.out @@ -1,5 +1,8 @@ # cabal new-build Resolving dependencies... +Build profile: + with-compiler: ghc-<GHCVER> + optimization: NormalOptimisation In order, the following will be built: - foo-0.1.0.0 (exe:my-cpp) (first run) - foo-0.1.0.0 (lib) (first run) diff --git a/cabal-testsuite/PackageTests/CustomWithoutCabal/cabal.out b/cabal-testsuite/PackageTests/CustomWithoutCabal/cabal.out index e6e102302ba60aaaab79ec03df66851619f60763..fa4e5f84957810756ecb225d75f1f5488ccbaba9 100644 --- a/cabal-testsuite/PackageTests/CustomWithoutCabal/cabal.out +++ b/cabal-testsuite/PackageTests/CustomWithoutCabal/cabal.out @@ -1,5 +1,8 @@ # cabal new-build Warning: <ROOT>/custom-setup-without-cabal.cabal: This package requires at least Cabal version 99999 Resolving dependencies... +Build profile: + with-compiler: ghc-<GHCVER> + optimization: NormalOptimisation In order, the following will be built: - custom-setup-without-cabal-1.0 (lib:custom-setup-without-cabal) (first run) diff --git a/cabal-testsuite/PackageTests/CustomWithoutCabalDefaultMain/cabal.out b/cabal-testsuite/PackageTests/CustomWithoutCabalDefaultMain/cabal.out index 283cd42e19ca76b7256a7b280f0189c72cbe42bf..5d7a3ab73a8df3d3ba1180747176abffbaad61b2 100644 --- a/cabal-testsuite/PackageTests/CustomWithoutCabalDefaultMain/cabal.out +++ b/cabal-testsuite/PackageTests/CustomWithoutCabalDefaultMain/cabal.out @@ -1,4 +1,7 @@ # cabal new-build Resolving dependencies... +Build profile: + with-compiler: ghc-<GHCVER> + optimization: NormalOptimisation In order, the following will be built: - custom-setup-without-cabal-defaultMain-1.0 (lib:custom-setup-without-cabal-defaultMain) (first run) diff --git a/cabal-testsuite/PackageTests/Exec/cabal.out b/cabal-testsuite/PackageTests/Exec/cabal.out index f2d67ecb3d3d7ab83bce8044e105f770837a55f0..fda00688557ac3a785b56271e8bc5a7f34aca4dc 100644 --- a/cabal-testsuite/PackageTests/Exec/cabal.out +++ b/cabal-testsuite/PackageTests/Exec/cabal.out @@ -1,5 +1,8 @@ # cabal new-build Resolving dependencies... +Build profile: + with-compiler: ghc-<GHCVER> + optimization: NormalOptimisation In order, the following will be built: - my-0.1 (exe:my-executable) (first run) Configuring my-0.1... diff --git a/cabal-testsuite/PackageTests/ExecModern/cabal.out b/cabal-testsuite/PackageTests/ExecModern/cabal.out index dc2b1b88218e33331bfd0174d833503a1ca440fd..aa5ad7124a58709d3f555d6a5aee6dcb411fcae6 100644 --- a/cabal-testsuite/PackageTests/ExecModern/cabal.out +++ b/cabal-testsuite/PackageTests/ExecModern/cabal.out @@ -1,5 +1,8 @@ # cabal new-build Resolving dependencies... +Build profile: + with-compiler: ghc-<GHCVER> + optimization: NormalOptimisation In order, the following will be built: - my-0.1 (exe:my-executable) (first run) Configuring executable 'my-executable' for my-0.1.. diff --git a/cabal-testsuite/PackageTests/InternalLibraries/cabal.out b/cabal-testsuite/PackageTests/InternalLibraries/cabal.out index 93c336212f9bf3dcf9c5c525c1e87b5c28f8bb22..43b1ec77edfefa9390ac2613d0fbfc04945e65a2 100644 --- a/cabal-testsuite/PackageTests/InternalLibraries/cabal.out +++ b/cabal-testsuite/PackageTests/InternalLibraries/cabal.out @@ -1,5 +1,8 @@ # cabal new-build Resolving dependencies... +Build profile: + with-compiler: ghc-<GHCVER> + optimization: NormalOptimisation In order, the following will be built: - p-0.1.0.0 (lib:q) (first run) - p-0.1.0.0 (exe:foo) (first run) diff --git a/cabal-testsuite/PackageTests/NewBuild/MonitorCabalFiles/cabal.out b/cabal-testsuite/PackageTests/NewBuild/MonitorCabalFiles/cabal.out index 4c2da73bb13d0a9113265874382d04efd12b3f25..6b118e8c7d670334a8c3cefa0408c81839a8b39a 100644 --- a/cabal-testsuite/PackageTests/NewBuild/MonitorCabalFiles/cabal.out +++ b/cabal-testsuite/PackageTests/NewBuild/MonitorCabalFiles/cabal.out @@ -1,5 +1,8 @@ # cabal new-build Resolving dependencies... +Build profile: + with-compiler: ghc-<GHCVER> + optimization: NormalOptimisation In order, the following will be built: - q-0.1.0.0 (exe:q) (first run) Configuring executable 'q' for q-0.1.0.0.. diff --git a/cabal-testsuite/PackageTests/NewBuild/T3827/cabal.out b/cabal-testsuite/PackageTests/NewBuild/T3827/cabal.out index be339684aa2d4bed5b00034f1dd9ce712e68add7..8c0cbd138e0661421410454c7287218036c36440 100644 --- a/cabal-testsuite/PackageTests/NewBuild/T3827/cabal.out +++ b/cabal-testsuite/PackageTests/NewBuild/T3827/cabal.out @@ -1,5 +1,8 @@ # cabal new-build Resolving dependencies... +Build profile: + with-compiler: ghc-<GHCVER> + optimization: NormalOptimisation In order, the following will be built: - p-1.0 (lib) --enable-library-profiling (first run) - q-1.0 (exe:q) --enable-profiling (first run) diff --git a/cabal-testsuite/PackageTests/NewBuild/T4017/cabal.out b/cabal-testsuite/PackageTests/NewBuild/T4017/cabal.out index 2515e51902cee7f473323fede1e5b6b8a90d0b51..d151f5d709c284313fe14aba76d2bdf440f98aee 100644 --- a/cabal-testsuite/PackageTests/NewBuild/T4017/cabal.out +++ b/cabal-testsuite/PackageTests/NewBuild/T4017/cabal.out @@ -1,5 +1,8 @@ # cabal new-build Resolving dependencies... +Build profile: + with-compiler: ghc-<GHCVER> + optimization: NormalOptimisation In order, the following will be built: - p-1.0 (lib) (first run) - q-1.0 (lib) (first run) diff --git a/cabal-testsuite/PackageTests/NewBuild/T4405/cabal.out b/cabal-testsuite/PackageTests/NewBuild/T4405/cabal.out index 390e21af769030060f81f974fa5dbac6a1ccf645..6f2c83d7cc10cb7ccaa99a660a063af87a23c91a 100644 --- a/cabal-testsuite/PackageTests/NewBuild/T4405/cabal.out +++ b/cabal-testsuite/PackageTests/NewBuild/T4405/cabal.out @@ -1,5 +1,8 @@ # cabal new-build Resolving dependencies... +Build profile: + with-compiler: ghc-<GHCVER> + optimization: NormalOptimisation In order, the following will be built: - p-1.0 (lib) (first run) - q-1.0 (lib) (first run) diff --git a/cabal-testsuite/PackageTests/NewConfigure/LocalConfigOverwrite/cabal.out b/cabal-testsuite/PackageTests/NewConfigure/LocalConfigOverwrite/cabal.out index f12e791ea3d84996f6130af10185c99cc8e6b02e..96005c7a3d3c07a23f1b26558909a3f6b830a656 100644 --- a/cabal-testsuite/PackageTests/NewConfigure/LocalConfigOverwrite/cabal.out +++ b/cabal-testsuite/PackageTests/NewConfigure/LocalConfigOverwrite/cabal.out @@ -1,5 +1,8 @@ # cabal new-configure 'cabal.project.local' file already exists. Now overwriting it. Resolving dependencies... +Build profile: + with-compiler: ghc-<GHCVER> + optimization: NormalOptimisation In order, the following would be built: - NewConfigure-0.1.0.0 (lib) (first run) diff --git a/cabal-testsuite/PackageTests/Regression/T3436/cabal.out b/cabal-testsuite/PackageTests/Regression/T3436/cabal.out index 392c2afb5e8e5c5b706b5b6add49298396e68adb..1cb2a14bf22943d475377a54293b9193908392c3 100644 --- a/cabal-testsuite/PackageTests/Regression/T3436/cabal.out +++ b/cabal-testsuite/PackageTests/Regression/T3436/cabal.out @@ -1,6 +1,9 @@ # cabal new-build Warning: <ROOT>/custom-setup/custom-setup.cabal: This package requires at least Cabal version 99999 Resolving dependencies... +Build profile: + with-compiler: ghc-<GHCVER> + optimization: NormalOptimisation In order, the following will be built: - Cabal-99999 (lib:Cabal) (first run) - custom-setup-1.0 (lib:custom-setup) (first run) diff --git a/cabal-testsuite/PackageTests/Regression/T4202/cabal.out b/cabal-testsuite/PackageTests/Regression/T4202/cabal.out index c88eb1545774f4611d5324650b7e3176a1aba751..453ac4fe4cdf039f0fc1ef7b1bc605fc4602ae0a 100644 --- a/cabal-testsuite/PackageTests/Regression/T4202/cabal.out +++ b/cabal-testsuite/PackageTests/Regression/T4202/cabal.out @@ -15,6 +15,9 @@ In order, the following will be built: Preprocessing library for p-1.0.. Building library for p-1.0.. # cabal new-build +Build profile: + with-compiler: ghc-<GHCVER> + optimization: NormalOptimisation In order, the following will be built: - q-1.0 (exe:qexe) (file <ROOT>/cabal.dist/work/dist/build/<ARCH>/ghc-<GHCVER>/p-1.0/cache/build changed) Preprocessing executable 'qexe' for q-1.0.. diff --git a/cabal-testsuite/PackageTests/TestSuiteTests/ExeV10/cabal.out b/cabal-testsuite/PackageTests/TestSuiteTests/ExeV10/cabal.out index ec132e4687347abd882c8eb204e3d497d3a397c3..774105c32bcc2b7588d93e534b90739d4d23244e 100644 --- a/cabal-testsuite/PackageTests/TestSuiteTests/ExeV10/cabal.out +++ b/cabal-testsuite/PackageTests/TestSuiteTests/ExeV10/cabal.out @@ -1,5 +1,8 @@ # cabal new-test Resolving dependencies... +Build profile: + with-compiler: ghc-<GHCVER> + optimization: NormalOptimisation In order, the following will be built: - my-0.1 (lib) (first run) - my-0.1 (test:test-Short) (first run)