Refer to "cabal run", "cabal test" and "cabal bench" in users guide
[cabal.git] / changelog.d / pr-8676
blob511a04569e60678b2054b1f71378b31d1d9d18ca
1 synopsis: Adds functionality for the --offline flag with the "build" command.
2 packages: cabal-install
3 prs: #8676
5 description: {
6     The --offline flag previously created in #2578 but was only implemented for the install command even thought the flag didn't throw an error whenever the build command was run. This PR adds functionality for the --offline flag with the build command.
7 Additionally there is a new PackageTest for the flag using the build command.