Description
From #348 (comment) by @bkomuves
Both the Hackage CI and the Matrix Builder (I'm not sure if these are separate entities or not?) fails to build lsp-types-1.3.0.0:
- https://matrix.hackage.haskell.org/#/package/lsp-types/
- https://hackage.haskell.org/package/lsp-types-1.3.0.0/reports/
which in turn also means that there is no browsable documentation on Hackage.
Since it builds locally (with ghc 8.6.5 in my case), I would guess that the reason is maybe that some dependencies have a not-strict-enough version bound?