From dcdbec32d495fa5252f2c8a949edca547310e2f4 Mon Sep 17 00:00:00 2001 From: stuebinm Date: Thu, 23 Dec 2021 18:57:50 +0100 Subject: add suggestions for misspelled properties (suggestions are shown only if they have a Damerau-Levenshtein distance <= 4, which seems to yield reasonably good results) --- walint.cabal | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'walint.cabal') diff --git a/walint.cabal b/walint.cabal index 5e12d01..4f03b25 100644 --- a/walint.cabal +++ b/walint.cabal @@ -55,7 +55,8 @@ library regex-tdfa, extra, witherable, - dotgen + dotgen, + text-metrics -- TODO: move more stuff into lib, these dependencies are silly executable walint -- cgit v1.2.3