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.
When I add or change a
ghc-optionssection in my stack.yaml, like thiswhere
my-projectis the current (local) package, I expect that the nextstack installrebuilds this project, but it does not.