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

Update test fixtures to reflect new-build changes

parent 36e642f5
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,9 @@
Downloading the latest package list from test-local-repo
# cabal new-build
Resolving dependencies...
Build profile:
with-compiler: ghc-<GHCVER>
optimization: NormalOptimisation
In order, the following will be built:
- pkg-1.0 (exe:my-exe) (first run)
Configuring pkg-1.0...
......
......@@ -10,6 +10,9 @@ Preprocessing executable 'q' for q-0.1.0.0..
Building executable 'q' for q-0.1.0.0..
# 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-0.1.0.0 (exe:q) (configuration changed)
......
......@@ -2,6 +2,9 @@
Downloading the latest package list from test-local-repo
# cabal new-build
Resolving dependencies...
Build profile:
with-compiler: ghc-<GHCVER>
optimization: NormalOptimisation
In order, the following would be built:
- Cabal-99999 (lib) (requires download & build)
- time-99999 (lib:time) (first run)
# 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 (exe:qexe) (first run)
......@@ -10,6 +13,9 @@ Configuring executable 'qexe' for q-1.0..
Preprocessing executable 'qexe' for q-1.0..
Building executable 'qexe' for q-1.0..
# cabal new-build
Build profile:
with-compiler: ghc-<GHCVER>
optimization: NormalOptimisation
In order, the following will be built:
- p-1.0 (lib) (file P.hs changed)
Preprocessing library for p-1.0..
......
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