cabal-db
cabal-db copied to clipboard
Various cabal query commands wrapped in a simple CLI tool
I am trying to reverse-engineer correct bounds for `cabal-db` `master` to build. Seems we need: - `optparse-applicative < 0.14` - `Cabal < 2` - `base < 4.9` I applied these...
I found this a useful addition so that I could obtain just the dependencies of a package+version (for automated consumption elsewhere).
This may be somewhat incomplete relative to updated cabal format options, but it changed it from not-working to working for me. If you would prefer a more complete fix, please...