Skip to content
Snippets Groups Projects
Commit 5122d532 authored by Amir Mohammad Saied's avatar Amir Mohammad Saied
Browse files

Update fixtures for default optimization level

parent 876c5f9e
No related branches found
No related tags found
No related merge requests found
Showing
with 22 additions and 22 deletions
# cabal new-build # cabal new-build
Resolving dependencies... Resolving dependencies...
Build profile: with-compiler: ghc-<GHCVER>, optimization: MaximumOptimisation Build profile: with-compiler: ghc-<GHCVER>, optimization: NormalOptimisation
In order, the following will be built: In order, the following will be built:
- InternalLibrary1-0.1 (exe:lemon) (first run) - InternalLibrary1-0.1 (exe:lemon) (first run)
Configuring InternalLibrary1-0.1... Configuring InternalLibrary1-0.1...
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
Downloading the latest package list from test-local-repo Downloading the latest package list from test-local-repo
# cabal new-build # cabal new-build
Resolving dependencies... Resolving dependencies...
Build profile: with-compiler: ghc-<GHCVER>, optimization: MaximumOptimisation Build profile: with-compiler: ghc-<GHCVER>, optimization: NormalOptimisation
In order, the following will be built: In order, the following will be built:
- pkg-1.0 (exe:my-exe) (first run) - pkg-1.0 (exe:my-exe) (first run)
Configuring pkg-1.0... Configuring pkg-1.0...
......
# cabal new-build # cabal new-build
Resolving dependencies... Resolving dependencies...
Build profile: with-compiler: ghc-<GHCVER>, optimization: MaximumOptimisation Build profile: with-compiler: ghc-<GHCVER>, optimization: NormalOptimisation
In order, the following will be built: In order, the following will be built:
- pre-proc-999.999.999 (exe:zero-to-one) (first run) - pre-proc-999.999.999 (exe:zero-to-one) (first run)
- client-0.1.0.0 (exe:hello-world) (first run) - client-0.1.0.0 (exe:hello-world) (first run)
......
# cabal new-build # cabal new-build
Resolving dependencies... Resolving dependencies...
Build profile: with-compiler: ghc-<GHCVER>, optimization: MaximumOptimisation Build profile: with-compiler: ghc-<GHCVER>, optimization: NormalOptimisation
In order, the following will be built: In order, the following will be built:
- happy-999.999.999 (exe:happy) (first run) - happy-999.999.999 (exe:happy) (first run)
- client-0.1.0.0 (exe:hello-world) (first run) - client-0.1.0.0 (exe:hello-world) (first run)
......
# cabal new-build # cabal new-build
Resolving dependencies... Resolving dependencies...
Build profile: with-compiler: ghc-<GHCVER>, optimization: MaximumOptimisation Build profile: with-compiler: ghc-<GHCVER>, optimization: NormalOptimisation
In order, the following will be built: In order, the following will be built:
- foo-0.1.0.0 (exe:my-cpp) (first run) - foo-0.1.0.0 (exe:my-cpp) (first run)
- foo-0.1.0.0 (lib) (first run) - foo-0.1.0.0 (lib) (first run)
......
# cabal new-build # cabal new-build
Warning: <ROOT>/custom-setup-without-cabal.cabal: This package requires at least Cabal version 99999 Warning: <ROOT>/custom-setup-without-cabal.cabal: This package requires at least Cabal version 99999
Resolving dependencies... Resolving dependencies...
Build profile: with-compiler: ghc-<GHCVER>, optimization: MaximumOptimisation Build profile: with-compiler: ghc-<GHCVER>, optimization: NormalOptimisation
In order, the following will be built: In order, the following will be built:
- custom-setup-without-cabal-1.0 (lib:custom-setup-without-cabal) (first run) - custom-setup-without-cabal-1.0 (lib:custom-setup-without-cabal) (first run)
# cabal new-build # cabal new-build
Resolving dependencies... Resolving dependencies...
Build profile: with-compiler: ghc-<GHCVER>, optimization: MaximumOptimisation Build profile: with-compiler: ghc-<GHCVER>, optimization: NormalOptimisation
In order, the following will be built: In order, the following will be built:
- custom-setup-without-cabal-defaultMain-1.0 (lib:custom-setup-without-cabal-defaultMain) (first run) - custom-setup-without-cabal-defaultMain-1.0 (lib:custom-setup-without-cabal-defaultMain) (first run)
# cabal new-build # cabal new-build
Resolving dependencies... Resolving dependencies...
Build profile: with-compiler: ghc-<GHCVER>, optimization: MaximumOptimisation Build profile: with-compiler: ghc-<GHCVER>, optimization: NormalOptimisation
In order, the following will be built: In order, the following will be built:
- my-0.1 (exe:my-executable) (first run) - my-0.1 (exe:my-executable) (first run)
Configuring my-0.1... Configuring my-0.1...
......
# cabal new-build # cabal new-build
Resolving dependencies... Resolving dependencies...
Build profile: with-compiler: ghc-<GHCVER>, optimization: MaximumOptimisation Build profile: with-compiler: ghc-<GHCVER>, optimization: NormalOptimisation
In order, the following will be built: In order, the following will be built:
- my-0.1 (exe:my-executable) (first run) - my-0.1 (exe:my-executable) (first run)
Configuring executable 'my-executable' for my-0.1.. Configuring executable 'my-executable' for my-0.1..
......
# cabal new-build # cabal new-build
Resolving dependencies... Resolving dependencies...
Build profile: with-compiler: ghc-<GHCVER>, optimization: MaximumOptimisation Build profile: with-compiler: ghc-<GHCVER>, optimization: NormalOptimisation
In order, the following will be built: In order, the following will be built:
- p-0.1.0.0 (lib:q) (first run) - p-0.1.0.0 (lib:q) (first run)
- p-0.1.0.0 (exe:foo) (first run) - p-0.1.0.0 (exe:foo) (first run)
......
# cabal new-build # cabal new-build
Resolving dependencies... Resolving dependencies...
Build profile: with-compiler: ghc-<GHCVER>, optimization: MaximumOptimisation Build profile: with-compiler: ghc-<GHCVER>, optimization: NormalOptimisation
In order, the following will be built: In order, the following will be built:
- q-0.1.0.0 (exe:q) (first run) - q-0.1.0.0 (exe:q) (first run)
Configuring executable 'q' for q-0.1.0.0.. Configuring executable 'q' for q-0.1.0.0..
...@@ -8,7 +8,7 @@ Preprocessing executable 'q' for q-0.1.0.0.. ...@@ -8,7 +8,7 @@ Preprocessing executable 'q' for q-0.1.0.0..
Building executable 'q' for q-0.1.0.0.. Building executable 'q' for q-0.1.0.0..
# cabal new-build # cabal new-build
Resolving dependencies... Resolving dependencies...
Build profile: with-compiler: ghc-<GHCVER>, optimization: MaximumOptimisation Build profile: with-compiler: ghc-<GHCVER>, optimization: NormalOptimisation
In order, the following will be built: In order, the following will be built:
- p-1.0 (lib) (first run) - p-1.0 (lib) (first run)
- q-0.1.0.0 (exe:q) (configuration changed) - q-0.1.0.0 (exe:q) (configuration changed)
......
# cabal new-build # cabal new-build
Resolving dependencies... Resolving dependencies...
Build profile: with-compiler: ghc-<GHCVER>, optimization: MaximumOptimisation Build profile: with-compiler: ghc-<GHCVER>, optimization: NormalOptimisation
In order, the following will be built: In order, the following will be built:
- p-1.0 (lib) --enable-library-profiling (first run) - p-1.0 (lib) --enable-library-profiling (first run)
- q-1.0 (exe:q) --enable-profiling (first run) - q-1.0 (exe:q) --enable-profiling (first run)
......
# cabal new-build # cabal new-build
Resolving dependencies... Resolving dependencies...
Build profile: with-compiler: ghc-<GHCVER>, optimization: MaximumOptimisation Build profile: with-compiler: ghc-<GHCVER>, optimization: NormalOptimisation
In order, the following will be built: In order, the following will be built:
- p-1.0 (lib) (first run) - p-1.0 (lib) (first run)
- q-1.0 (lib) (first run) - q-1.0 (lib) (first run)
......
# cabal new-build # cabal new-build
Resolving dependencies... Resolving dependencies...
Build profile: with-compiler: ghc-<GHCVER>, optimization: MaximumOptimisation Build profile: with-compiler: ghc-<GHCVER>, optimization: NormalOptimisation
In order, the following will be built: In order, the following will be built:
- p-1.0 (lib) (first run) - p-1.0 (lib) (first run)
- q-1.0 (lib) (first run) - q-1.0 (lib) (first run)
......
# cabal new-configure # cabal new-configure
'cabal.project.local' file already exists. Now overwriting it. 'cabal.project.local' file already exists. Now overwriting it.
Resolving dependencies... Resolving dependencies...
Build profile: with-compiler: ghc-<GHCVER>, optimization: MaximumOptimisation Build profile: with-compiler: ghc-<GHCVER>, optimization: NormalOptimisation
In order, the following would be built: In order, the following would be built:
- NewConfigure-0.1.0.0 (lib) (first run) - NewConfigure-0.1.0.0 (lib) (first run)
# cabal new-build # cabal new-build
Warning: <ROOT>/custom-setup/custom-setup.cabal: This package requires at least Cabal version 99999 Warning: <ROOT>/custom-setup/custom-setup.cabal: This package requires at least Cabal version 99999
Resolving dependencies... Resolving dependencies...
Build profile: with-compiler: ghc-<GHCVER>, optimization: MaximumOptimisation Build profile: with-compiler: ghc-<GHCVER>, optimization: NormalOptimisation
In order, the following will be built: In order, the following will be built:
- Cabal-99999 (lib:Cabal) (first run) - Cabal-99999 (lib:Cabal) (first run)
- custom-setup-1.0 (lib:custom-setup) (first run) - custom-setup-1.0 (lib:custom-setup) (first run)
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
Downloading the latest package list from test-local-repo Downloading the latest package list from test-local-repo
# cabal new-build # cabal new-build
Resolving dependencies... Resolving dependencies...
Build profile: with-compiler: ghc-<GHCVER>, optimization: MaximumOptimisation Build profile: with-compiler: ghc-<GHCVER>, optimization: NormalOptimisation
In order, the following would be built: In order, the following would be built:
- Cabal-99999 (lib) (requires download & build) - Cabal-99999 (lib) (requires download & build)
- time-99999 (lib:time) (first run) - time-99999 (lib:time) (first run)
# cabal new-build # cabal new-build
Resolving dependencies... Resolving dependencies...
Build profile: with-compiler: ghc-<GHCVER>, optimization: MaximumOptimisation Build profile: with-compiler: ghc-<GHCVER>, optimization: NormalOptimisation
In order, the following will be built: In order, the following will be built:
- p-1.0 (lib) (first run) - p-1.0 (lib) (first run)
- q-1.0 (exe:qexe) (first run) - q-1.0 (exe:qexe) (first run)
...@@ -11,13 +11,13 @@ Configuring executable 'qexe' for q-1.0.. ...@@ -11,13 +11,13 @@ Configuring executable 'qexe' for q-1.0..
Preprocessing executable 'qexe' for q-1.0.. Preprocessing executable 'qexe' for q-1.0..
Building executable 'qexe' for q-1.0.. Building executable 'qexe' for q-1.0..
# cabal new-build # cabal new-build
Build profile: with-compiler: ghc-<GHCVER>, optimization: MaximumOptimisation Build profile: with-compiler: ghc-<GHCVER>, optimization: NormalOptimisation
In order, the following will be built: In order, the following will be built:
- p-1.0 (lib) (file P.hs changed) - p-1.0 (lib) (file P.hs changed)
Preprocessing library for p-1.0.. Preprocessing library for p-1.0..
Building library for p-1.0.. Building library for p-1.0..
# cabal new-build # cabal new-build
Build profile: with-compiler: ghc-<GHCVER>, optimization: MaximumOptimisation Build profile: with-compiler: ghc-<GHCVER>, optimization: NormalOptimisation
In order, the following will be built: 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) - 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.. Preprocessing executable 'qexe' for q-1.0..
......
# cabal new-test # cabal new-test
Resolving dependencies... Resolving dependencies...
Build profile: with-compiler: ghc-<GHCVER>, optimization: MaximumOptimisation Build profile: with-compiler: ghc-<GHCVER>, optimization: NormalOptimisation
In order, the following will be built: In order, the following will be built:
- my-0.1 (lib) (first run) - my-0.1 (lib) (first run)
- my-0.1 (test:test-Short) (first run) - my-0.1 (test:test-Short) (first run)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment