haskell / lsp

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

Add compatibility with GHC 9.2 #345

Closed fendor closed 3 years ago

fendor commented 3 years ago

ConP has a new field. To avoid the usage of CPP, prefer the smart constructor conP which seems to be backwards compatible.

Note, that lsp only compiles with head.hackage right now, so this PR is hard to test locally.

wz1000 commented 3 years ago

Perhaps you can add lsp to head.hackage?

fendor commented 3 years ago

Yeah I am planning on that