When I add or change a `ghc-options` section in my stack.yaml, like this ``` ghc-options: my-project: -fno-omit-yields ``` where `my-project` is the current (local) package, I expect that the next `stack install` rebuilds this project, but it does not.