From 38baa395e278b05e36c2c16b7d2f9f7d4c073e02 Mon Sep 17 00:00:00 2001 From: Steffen Jost Date: Thu, 13 Feb 2025 17:20:49 +0100 Subject: [PATCH] fix(linter): disable unnecessary linter warning --- src/Handler/Utils/Communication.hs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Handler/Utils/Communication.hs b/src/Handler/Utils/Communication.hs index 0bc8e3f38..5d2365721 100644 --- a/src/Handler/Utils/Communication.hs +++ b/src/Handler/Utils/Communication.hs @@ -27,6 +27,7 @@ import qualified Data.Set as Set import qualified Data.Conduit.Combinators as C +{-# ANN module ("HLint: ignore Functor law" :: String) #-} data RecipientGroup = RGCourseParticipants | RGCourseLecturers | RGCourseCorrectors | RGCourseTutors | RGCourseParticipantsInTutorial | RGCourseUnacceptedApplicants -- WARNING: no RenderMessage instance, but a pattern match in templates/widgets/communication/recipientLayout.hamlet that needs to be extended