You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looks like cabal-add is missing from Stackage nightly.
(It is also missing from older LTSs, but I guess nothing can done about that but adding it as an extra-dep to the respective stack.yaml files.)
Can you reenable cabal-add in Stackage?
I like my dependencies to be in Stackage.
cabal-add used to be in https://www.stackage.org/lts-24.8, but fall out of Nightly because of cabal-install-parsers. I can probably work around it, but I suppose there is a bigger issue: are we happy to drop GHC < 9.2?
Techinically cabal-add could have supported old GHCs, but it's kinda pointless to proclaim compatibility with, say, GHC 8.2, but require Cabal 3.8. And supporting old Cabals is problematic.
but I suppose there is a bigger issue: are we happy to drop GHC < 9.2?
Yes, that should be fine. hackage-cli is mostly an executable, and there is no good reason to keep a long tail of old GHCs in case they become troublesome.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #26.
I had to sacrifice
--messagefeature, which in my view is an acceptable trade off.