aboutsummaryrefslogtreecommitdiffstats
path: root/anissue.cabal
diff options
context:
space:
mode:
authorLibravatar Alexander Foremny <aforemny@posteo.de>2023-12-03 13:29:00 +0100
committerLibravatar Alexander Foremny <aforemny@posteo.de>2023-12-03 13:29:00 +0100
commit32c76fb1f411896a4727ba2a76cdfc9dcd3dc48a (patch)
tree9237f6dcd3c165d864861ab9533c0ed4a093d2a7 /anissue.cabal
parent22c71e24edc8655f15c8dba02244b8e6d059da5c (diff)
feat: color patches
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 c60f660..0d6d504 100644
--- a/anissue.cabal
+++ b/anissue.cabal
@@ -87,6 +87,7 @@ executable anissue
Issue.Text
Issue.TypedValue
Parallel
+ Patch
Process
Settings
TreeGrepper.Comment
@@ -106,6 +107,7 @@ executable anissue
bytestring,
cmark,
containers,
+ diff-parse,
directory,
filepath,
optparse-applicative,