diff options
author | Alexander Foremny <aforemny@posteo.de> | 2023-12-03 13:29:00 +0100 |
---|---|---|
committer | Alexander Foremny <aforemny@posteo.de> | 2023-12-03 13:29:00 +0100 |
commit | 32c76fb1f411896a4727ba2a76cdfc9dcd3dc48a (patch) | |
tree | 9237f6dcd3c165d864861ab9533c0ed4a093d2a7 /anissue.cabal | |
parent | 22c71e24edc8655f15c8dba02244b8e6d059da5c (diff) |
feat: color patches
Diffstat (limited to 'anissue.cabal')
-rw-r--r-- | anissue.cabal | 2 |
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, |