cabal-bounds
cabal-bounds copied to clipboard
Set the version bounds of dependencies in a cabal file
Could you please update the code, so it can be built with GHC-9 (anything from 9.2.7 to 9.6.1) and current packages on Hackage?
Multi-package projects using `cabal.project` files have one `dist-newstyle` in the root directory instead of having one for every package. `cabal-bounds` won't find this folder when run inside a specific package,...
And finally this one, which follows on from https://github.com/dan-t/cabal-lenses/pull/10. I don't think the line of code I changed is being tested, since the SetupConfig tests are not being run. https://github.com/dan-t/cabal-bounds/blob/7bb32cb23bc715c9d405f947ed5704c86dbab768/tests/Main.hs#L63-L67...