haskell / haddock

Haskell Documentation Tool
www.haskell.org/haddock/
BSD 2-Clause "Simplified" License
361 stars 241 forks source link

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

Closed l29ah closed 1 year ago

l29ah commented 2 years ago

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
telser commented 1 year ago

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.

l29ah commented 1 year ago

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