offline flag disables `source-repository-package` sync
commitdf8f0c58643f5d6e471af6a2bfbab9d98984fdd1
authorPeter Becich <peterbecich@gmail.com>
Mon, 4 Mar 2024 00:41:59 +0000 (3 16:41 -0800)
committerMikolaj <281893+Mikolaj@users.noreply.github.com>
Fri, 8 Mar 2024 13:11:04 +0000 (8 13:11 +0000)
treefe14188bc3260167c0999e90d1d7f2a360437030
parent95436a3aaa3b53390fa3a61922adc61512586a56
offline flag disables `source-repository-package` sync

https://github.com/haskell/cabal/issues/9641

warning when offline mode skips `source-repository-package`s
i.e.
```
Warning: --offline was specified, skipping sync of repositories:
Warning: https://github.com/haskell/text.git
```
cabal-install/src/Distribution/Client/ProjectConfig.hs
changelog.d/issue-9641 [new file with mode: 0644]