|
| 1 | +# cabal v2-update |
| 2 | +Downloading the latest package list from test-local-repo |
| 3 | +# cabal v2-install |
| 4 | +Resolving dependencies... |
| 5 | +Build profile: -w ghc-<GHCVER> -O1 |
| 6 | +In order, the following will be built: |
| 7 | + - mybuilder-0.1.0.0 (exe:mybuilder) (requires build) |
| 8 | +Configuring executable 'mybuilder' for mybuilder-0.1.0.0.. |
| 9 | +Preprocessing executable 'mybuilder' for mybuilder-0.1.0.0.. |
| 10 | +Building executable 'mybuilder' for mybuilder-0.1.0.0.. |
| 11 | +Installing executable mybuilder in <PATH> |
| 12 | +Warning: The directory <ROOT>/cabal.dist/home/.cabal/store/ghc-<GHCVER>/incoming/new-<RAND><ROOT>/cabal.dist/home/.cabal/store/ghc-<GHCVER>/<PACKAGE>-<HASH>/bin is not in the system search path. |
| 13 | +Symlinking 'mybuilder' to '<ROOT>/cabal.dist/install/mybuilder' |
| 14 | +# cabal v2-build |
| 15 | +Resolving dependencies... |
| 16 | +Build profile: -w ghc-<GHCVER> -O1 |
| 17 | +In order, the following will be built: |
| 18 | + - mybuilder-0.2.0.0 (exe:mybuilder) (requires build) |
| 19 | + - cabal-bug-build-tool-0 (lib) (first run) |
| 20 | +Configuring executable 'mybuilder' for mybuilder-0.2.0.0.. |
| 21 | +Preprocessing executable 'mybuilder' for mybuilder-0.2.0.0.. |
| 22 | +Building executable 'mybuilder' for mybuilder-0.2.0.0.. |
| 23 | +Installing executable mybuilder in <PATH> |
| 24 | +Warning: The directory <ROOT>/cabal.dist/home/.cabal/store/ghc-<GHCVER>/incoming/new-<RAND><ROOT>/cabal.dist/home/.cabal/store/ghc-<GHCVER>/<PACKAGE>-<HASH>/bin is not in the system search path. |
| 25 | +Configuring library for cabal-bug-build-tool-0.. |
| 26 | +Preprocessing library for cabal-bug-build-tool-0.. |
| 27 | +Building library for cabal-bug-build-tool-0.. |
0 commit comments