haskell / haddock

Haskell Documentation Tool

Home Page:www.haskell.org/haddock/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can't build haddock-api-2.25.1 with ghc-9.2.4

l29ah opened this issue · comments

As seen in https://hackage.haskell.org/package/haddock-api

cabal: Could not resolve dependencies:
[__0] trying: haddock-api-2.25.1 (user goal)
[__1] next goal: base (dependency of haddock-api)
[__1] rejecting: base-4.16.3.0/installed-4.16.3.0 (conflict: haddock-api =>
base^>=4.15.0)
[__1] fail (backjumping, conflict set: base, haddock-api)
After searching the rest of the dependency tree exhaustively, these were the
goals I've had most trouble fulfilling: haddock-api, base

I believe haddock-api-2.26.0 was for use with ghc-9.2.x, but that has a version bound issue that I've raised as well.

There was no haddock-api-2.26.0 on hackage back then, it was silently added in the meantime apparently.