hledger/hledger-lib/Text
Peter Simons 027d084878 Drop undecidable Ord instance for ParseError.
That code fails to compile with ghc-8.6.1 because the instance is undecidable.
I suppose we could enable the appropriate compiler extension to support it, but
I've found that simply removing the instance causes no problems whatsoever: the
entire repository still compiles fine and it passes all test suites, too.
2018-10-24 10:35:11 -07:00
..
Megaparsec Drop undecidable Ord instance for ParseError. 2018-10-24 10:35:11 -07:00
Tabular budget: use a new first-class BudgetReport for --budget 2018-04-23 18:52:28 -07:00