-
Notifications
You must be signed in to change notification settings - Fork 237
Relax upper bound of Cabal for haddock-api >= 2.20.0 && <= 2.22.0 #1191
Comments
Thanks for reporting! I see the issue and I'm checking locally how much we can loosen the bounds (maybe even up to |
An eternity of building Relevant revisions:
Is there anything I missed? |
@harpocrates wow, thank you so much for your quick a helpful response and for take care of this. |
Well, we've been able to upgrade Cabal (and use cabal-helper-1.1 in windows) in haskell-ide-engine and haskell-language-server without no |
Glad to hear it! I'm very excited about the good work that is happening in those projects. 😄 |
haddock-api
was fixing bothbase' and
Cabal` package versionscabal-helper-1.1.0.0
inhaskell-ide-engine
, that uses in turnhaddock-api
for several builds plans for ghc >= 8.4.2 and <= 8.6.5cabal-helper
needs Cabal > 3.0.1.0 in windows to avoid a nasty bughaddock-api
restricts upper bound on Cabal for each base/ghc versionallow-newer
in stack.yaml andcabal.project
filesCabal
inhaddock-api
is not extensible and in factallow-newer
does not throw any compile error, so maybe no code patch is needed3.0.1.0
could let users remove the always dangerousallow-newer
Thanks in advance!
/cc @DanielG
The text was updated successfully, but these errors were encountered: