Add test cabal install remote-pkg for #9697
[cabal.git] / changelog.d / pr-8949
blobcbd0859a6eb5fffeaa7c31ea8c2824ec9da0cbcd
1 synopsis: Warn when project configuration options are going to be ignored.
2 packages: cabal-install
3 prs: #8949
5 description: {
7 Some project configuration options can only be specified from the command line.
8 If the user specified those options from a project file, cabal-install would
9 silently ignore them. Now cabal-install will emit a warning.