haskell / haskeline

A Haskell library for line input in command-line programs.
https://hackage.haskell.org/package/haskeline
BSD 3-Clause "New" or "Revised" License
221 stars 75 forks source link

Add Eq and Ord instances to Completion. #6

Closed joneshf closed 10 years ago

joneshf commented 10 years ago

Adding these instances should allow users to sort the completions if they want that, without having to resort to sortBy.

judah commented 10 years ago

Merged; thanks for the patch, and apologies for the delay in response.