From c2e4b0a28c050c52f6ed84d6ae1e7172e4b6b08a Mon Sep 17 00:00:00 2001 From: Alexander Foremny Date: Wed, 29 Nov 2023 05:39:32 +0100 Subject: support comments --- app/Issue.hs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'app/Issue.hs') diff --git a/app/Issue.hs b/app/Issue.hs index 73122ef..f8bf0ec 100644 --- a/app/Issue.hs +++ b/app/Issue.hs @@ -30,7 +30,8 @@ data Issue = Issue tags :: [Tag], markers :: [T.Text], rawText :: T.Text, - commentStyle :: G.CommentStyle + commentStyle :: G.CommentStyle, + comments :: [T.Text] } deriving (Show, Binary, Generic, Eq) -- cgit v1.2.3