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
In attempting to use haddock-api in a project that also uses ghc-api I've discovered that the version bounds seem to have been set incorrectly. In particular haddock-api-2.26.0 depends on ghc-9.2.x, but depends on haddock-libary-1.9.x which has an upper bound on base of <4.15, precluding ghc-9.2.x.
In attempting to use haddock-api in a project that also uses ghc-api I've discovered that the version bounds seem to have been set incorrectly. In particular haddock-api-2.26.0 depends on ghc-9.2.x, but depends on haddock-libary-1.9.x which has an upper bound on base of <4.15, precluding ghc-9.2.x.