From 0055119d1b62be34ff1cbb63eec59963ca054e2f Mon Sep 17 00:00:00 2001 From: Phil de Joux Date: Sat, 20 Jun 2026 11:48:12 -0400 Subject: [PATCH] Remove hlint ignore now fix has merged - hlint-3.8 and hlint-3.10 has this fix --- .hlint.yaml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.hlint.yaml b/.hlint.yaml index 6b7cd8c251..401594195a 100644 --- a/.hlint.yaml +++ b/.hlint.yaml @@ -3,13 +3,6 @@ - ignore: {name: "Redundant bracket"} - ignore: {name: "Use list comprehension"} -# Hlint 3.6.1 has a bug where typed TH splices are not recognized so it reports -# TemplateHaskell as an unused pragma: https://github.com/ndmitchell/hlint/issues/1531 -# A fix is merged, but has not yet been released. -# Remove the ignore directive when this commit makes it into a release and is part of haskell-dev-tools. -# https://github.com/ndmitchell/hlint/commit/505a4d57b972f3ba605ad7a59721cef1f3d98a84 -- ignore: {name: "Unused LANGUAGE pragma", within: [App.Version.TH, App.Version]} - # Import Preferences - modules: - {name: Data.Set, as: Set, message: "Use complete name for qualified import of Set"}