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
Released Cabal has a bug that makes it so that showGenericPackageDescription drops quite a few fields. Should we build stack-1.6 against a version of the Cabal library which has a fix? If we do that, should modify the warning message I added here: 9f06ccf
Any way of pick, you have to make sure to reject cabal-version: 2.1 and later, as their spec is open atm.
I meant you should reject .cabal files with too new Cabal spec version, there are features in master which may not be in their final form.
The text was updated successfully, but these errors were encountered:
Once #3593 is merged in, I believe this bug will only strike when we're using pvp-bounds. We already have a mounting list of concerns around pvp-bounds, such as potentially being out-of-date with the new "soft bound" changes to the PVP. Given all of this, my recommendation is to add some comments to the release notes and documentation explaining that, due to issues with Cabal, pvp-bounds will likely not work, and recommend against using them. I don't believe it's wise for us to release Stack with an unofficial version of Cabal, or start copy-pasting code to work around Cabal bugs unless we absolutely have to.
See these issues: #3549 haskell/cabal#4863
Released Cabal has a bug that makes it so that
showGenericPackageDescription
drops quite a few fields. Should we build stack-1.6 against a version of the Cabal library which has a fix? If we do that, should modify the warning message I added here: 9f06ccfNoted by phadej here:
The text was updated successfully, but these errors were encountered: