redownload pkgs when source hash verification fails (#8500)
[cabal.git] / changelog.d / issue-8487
blob432c74d81d6df74b283fcf174cc9d9134f4c66a2
1 synopsis: "Build profile" message now reflects optimization level set in global config
2 packages: cabal-install
3 prs: #8488
4 issues: #8487
6 description: {
8 Imagine you have `optimization: 2` in your `~/.cabal/config`, and you call `cabal build`
9 in a project that doesn't have optimization level explicitly set in its project file.
10 You will still see 'Build profile: -w ghc-<VER> -O1'. This is incorrect and was fixed
11 in this patch: now you'll see '-O2'.