haskell / lsp

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

Add hashable instance for location, range, position #415

Closed OliverMadine closed 2 years ago

OliverMadine commented 2 years ago

Add hashable instances to remove orphaned instances from the rename-plugin in the recent merge to the HLS.

michaelpj commented 2 years ago

LGTM. I guess ideally we would do these consistently, but I'm happy to just add them on an ad-hoc basis for now.