Mesabloo / diagnose

A simple library for reporting compiler/interpreter errors
https://hackage.haskell.org/package/diagnose
BSD 3-Clause "New" or "Revised" License
258 stars 19 forks source link

Allow disabling `hashable` dependency #26

Open 414owen opened 10 months ago

414owen commented 10 months ago

Adds the hashable flag, which enables the Hashable Position instance, and adds the hashable dependency.

This defaults to false, as flags are trivial to update. If you want a zero friction upgrade, I can default it to true, but I'd rather not.