Closed alt-romes closed 6 months ago
@alt-romes cf https://gitlab.haskell.org/ghc/ghc/-/issues/23178
If hackage uploads do not happen from this repo I cannot help much.
Adding this here because it sounds related: haddock 2.29.0 on hackage is currently not installable because it depends on haddock-api which has conflicting dependencies base-4.16 and ghc-9.6.
cabal-install's --allow-newer option can be used as a workaround, eg cabal install haddock-2.29.0 --allow-newer
. It builds with ghc 9.6/base 4.18, so it seems that https://hackage.haskell.org/package/haddock-api should have a revision adjusting the base upper bound to base<4.19 (eg).
@Kleidukos do you think you could relax base bound in haddock-api on Hackage through a revision, by any chance? That is, 4.17 » 4.19. Looks like a no-brainer to me, since we checked that it builds.
Yep, can do that.
Edit: Done.
Running
cabal install haddock
results inThis was reported on the #ghc IRC and I confirmed I was unable to install it. The
-in-ghc-tree
bit in the error message seems suspicious.Thanks!