diff options
Diffstat (limited to 'app/Issue.hs')
-rw-r--r-- | app/Issue.hs | 3 |
1 files changed, 2 insertions, 1 deletions
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) |