aboutsummaryrefslogtreecommitdiffstats
path: root/anissue.cabal
diff options
context:
space:
mode:
authorLibravatar Alexander Foremny <aforemny@posteo.de>2023-12-05 10:11:54 +0100
committerLibravatar Alexander Foremny <aforemny@posteo.de>2023-12-05 14:55:59 +0100
commit23bacb83e6ea67ffdd62be630626ab50ff665abf (patch)
treefcb7691e3f8862400c00f0ca823503e5087f411e /anissue.cabal
parent1b1c3faabae530229eb675a2e70e744c2f45cbbe (diff)
feat: parse issues as markdown
Diffstat (limited to 'anissue.cabal')
-rw-r--r--anissue.cabal2
1 files changed, 2 insertions, 0 deletions
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,