haskell / lsp

Haskell library for the Microsoft Language Server Protocol
360 stars 89 forks source link

Add Ord instance for some types #457

Closed July541 closed 1 year ago

July541 commented 1 year ago

These instances are used in hls.

https://github.com/haskell/haskell-language-server/blob/master/plugins/hls-call-hierarchy-plugin/src/Ide/Plugin/CallHierarchy/Internal.hs#L191-L193

https://github.com/haskell/haskell-language-server/blob/master/plugins/hls-call-hierarchy-plugin/test/Main.hs#L423-L424

July541 commented 1 year ago

Please rerun the test, it failed in some strange way.