From 7b7c0d40533e93bbb6f38345b90410b89d5212b8 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