haskell / lsp

Haskell library for the Microsoft Language Server Protocol
366 stars 92 forks source link

Eliminate dependent-sum and dependent-map dependencies #384

Closed Bodigrim closed 2 years ago

Bodigrim commented 2 years ago

As discussed in https://github.com/haskell/lsp/pull/377#issuecomment-999452278

This removes dependent-map, dependent-sum, constraints-extra and constraints from dependencies and makes lsp buildable with GHC 9.2.

michaelpj commented 2 years ago

Amazing, thanks for doing this!