From 23bacb83e6ea67ffdd62be630626ab50ff665abf Mon Sep 17 00:00:00 2001 From: Alexander Foremny Date: Tue, 5 Dec 2023 10:11:54 +0100 Subject: feat: parse issues as markdown --- anissue.cabal | 2 ++ 1 file changed, 2 insertions(+) (limited to 'anissue.cabal') diff --git a/anissue.cabal b/anissue.cabal index 4d49014..dbd32ed 100644 --- a/anissue.cabal +++ b/anissue.cabal @@ -81,6 +81,7 @@ executable anissue Issue.Filter Issue.Group Issue.Meta + Issue.Parser Issue.Provenance Issue.Render Issue.Sort @@ -112,6 +113,7 @@ executable anissue diff-parse, directory, filepath, + megaparsec, optparse-applicative, parallel-io, prettyprinter, -- cgit v1.2.3