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
The dependency haddock-library updated from 1.10.0 to 1.11.0, and made an uncompatible change. The type signature of DocMarkUpH's field markupOrderedList changed from [a] -> a to [(Int, a)] -> a. The version bound for haddock-library is > 1.7 && < 2, and as a result, the repo can't build with the latest dependencies.
Should we tighten the version bound for this library?