Merge pull request #10493 from Sdywolf/doc-refine/repl
[cabal.git] / cabal-testsuite / PackageTests / OfflineFlag / offlineFlag.out
bloba7b18a253a6c157996f4f7bdc1fa7578643d1041
1 # cabal v2-update
2 Downloading the latest package list from test-local-repo
3 # cabal v2-build
4 Resolving dependencies...
5 Build profile: -w ghc-<GHCVER> -O1
6 In order, the following will be built:
7  - remote-0.1.0.0 (lib) (requires build)
8  - current-0.1.0.0 (exe:current) (first run)
9 Error: [Cabal-7125]
10 --offline was specified, hence refusing to download the package: remote version 0.1.0.0.
11 # cabal v2-build
12 Build profile: -w ghc-<GHCVER> -O1
13 In order, the following will be built:
14  - remote-0.1.0.0 (lib) (requires build)
15  - current-0.1.0.0 (exe:current) (first run)
16 Configuring library for remote-0.1.0.0...
17 Preprocessing library for remote-0.1.0.0...
18 Building library for remote-0.1.0.0...
19 Installing library in <PATH>
20 Configuring executable 'current' for current-0.1.0.0...
21 Preprocessing executable 'current' for current-0.1.0.0...
22 Building executable 'current' for current-0.1.0.0...
23 # cabal v2-build
24 Up to date