I have an older project that I created with Stack. I want to move my project to the latest LTS set from Stackage.
When I change the resolver in the stack.yaml file, the problem is that the versions in the extra-deps in the .cabal file are still for the old LTS set. Is there a way to automatically update the version numbers in the .cabal file using Stack?